@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block } body { line-height: 1 } ol, ul { list-style: none } blockquote, q { quotes: none } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none } table { border-collapse: collapse; border-spacing: 0 }
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary { display: block; }

html, html a { -webkit-font-smoothing: antialiased; }

body, select, input, textarea, button {
    font: normal 15px/1.5 Arial, Helvetica, sans-serif;
    letter-spacing: 0.008em;
    color: #444;
    outline: none;
    background: #191919;
}

a {
    outline: none;
    color: #737373;
}
a:hover { text-decoration: underline; }
a img { border: 0 none; }
a > img { vertical-align: bottom; }

h1,h2,h3,h4,h5,.h1,.h2,.h3,.h4,.h5 {
    margin: 2em 0 .8em 0;
    letter-spacing: -0.01em;
    line-height: 1.35em;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}
h1, .h1 { font-size: 2em; }
h2, .h2 { font-size: 1.9em; }
h3, .h3 { font-size: 1.6em; }
h4, .h4 { font-size: 1.5em; }
h5, .h5 { font-size: 1.2em; }

.justify { text-align: justify; }
.center { text-align: center; }
.left { float: left; }
.right { float: right; }
fieldset { border: 1px solid rgba(0,0,0,0.1); padding: 15px; margin-bottom: 1.5em; }
fieldset legend { font-weight: bold; }

ul { padding-left: 40px; list-style: disc outside; margin-top: 1em; margin-bottom: 1em;}
ol { padding-left: 40px; list-style: decimal outside; margin-top: 1em; margin-bottom: 1em;}

strong, b { font-weight: bold }
em, cite, i { font-style: italic }
caption { text-align: left }
th, td { vertical-align: middle }
small, .small { font-size: .9em; }
hr { height: 0; border: 0; border-top: 2px solid #e3e4e6; -moz-box-sizing: content-box; box-sizing: content-box; margin: 20px 0; }

::-webkit-resizer {
    width: 4px;
    height: 0px;
}
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-button {
    width: 6px;
    height: 0px;
}
::-webkit-scrollbar-button {
    background-repeat: no-repeat;
    width: 5px;
    height: 0px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #323232;
}
::-webkit-scrollbar-track {
    background-color: #4c4c4c;
    box-shadow: 0px 0px 3px #4c4c4c inset;
    border-left: 1px solid #4c4c4c;
}
::-webkit-scrollbar-track {
    background-color: #4c4c4c;
}

.alert {
    padding: 30px;
    margin: 30px;
    border: 3px solid #4c4c4c;
    color: #7e7e7e;
}

/* Owl Carousel v2.1.0 */
.owl-carousel {display: none; width: 100%; -webkit-tap-highlight-color: transparent; position: relative; z-index: 100; }
.owl-carousel .owl-stage {position: relative;-ms-touch-action: pan-Y;display: flex;}
.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-item {position: relative;min-height: 1px;/* -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; */display: flex;}
.owl-carousel .owl-item > img {display: block; width: 100%; /* -webkit-transform-style: preserve-3d; */}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {display: none; }
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .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-drag .owl-item {-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.owl-carousel.owl-grab {cursor: move; cursor: grab; }
.owl-carousel.owl-rtl {direction: rtl; }
.owl-carousel.owl-rtl .owl-item {float: right; }
.no-js .owl-carousel {display: block; }
.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 {transition: height 500ms ease-in-out; }
.owl-carousel .owl-item .owl-lazy {opacity: 0; transition: opacity 400ms ease; }
.owl-carousel .owl-item img.owl-lazy {-webkit-transform-style: preserve-3d; 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; cursor: pointer; z-index: 1; background-color:#FFF;
-webkit-backface-visibility: hidden; transition: -webkit-transform 100ms ease; transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {-webkit-transform: scale(1.3, 1.3); -ms-transform: scale(1.3, 1.3); transform: 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; background-size: contain; transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {position: relative; z-index: 1; height: 100%; width: 100%; }

.owl-nav {position:absolute; left:0; right:0; top:0%; height:1px; z-index:500;}
.owl-prev, .owl-next {width: 80px;height: 80px;position:absolute;top: 150px;z-index:200;transition: .3s ease-in-out;}
.owl-prev {left: -110px;}
.owl-next {right: -110px;}
.owl-prev:hover {background-position:0 -168px;}

.owl-dots {text-align:left;padding: 50px 0 0;display:inline-block;white-space:nowrap;left:0;bottom:-10px;width: 100%;text-align: center;box-sizing: border-box;}
.owl-dot {display:inline-block;vertical-align:top;width:18px;height:18px;margin:0 10px 0 0;background-color: #4d4d4d;transition: .2s;}
.owl-dot.active {background-color: #3f3f3f;width: 36px;transition: .2s;}
.top-big-slide .owl-dots {left:40px; bottom:20px; opacity:0.5;}

.rels .owl-prev {left:-40px;}
.rels .owl-next {right:-40px;}

div#top_slider:hover .owl-next, div.main_slider:hover .owl-next {
}
.top__slider_div__item {
    width: 240px;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    margin: 20px 0 0 20px;
    padding: 0 10px 38px;
    background: #3f3f3f;
}

div#top_slider {
    width: 100%;
    position: relative;
    height: 370px;
    overflow: hidden;
}

.top__slider_div__item img {
    width: 100%;
    height: 100%;
}

div#top_slider .owl-item {
    width: 20%;
}

.top__slider_div__item a {
    height: 320px;
    width: 100%;
    position: relative;
    display: inline-block;
    margin-top: -20px;
}

.top__slider_div__item a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: url(../images/slider-item-play.png) no-repeat 50% 48% rgba(50, 50, 50, 0.5);
    opacity: 0;
    content: '';
    z-index: 2;
    transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
}

.top__slider_div__item:hover a:before {
    opacity: 1;
}

span.next-prev-button {
    background: url(../images/arrow2.png) center;
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
    background-repeat: no-repeat;
    text-align: center;
    background-size: 66%;
    transition: .2s;
    opacity: .6;
}

span.next-prev-button:hover {transition: .2s;opacity: 1;}

span.next-prev-button.prev-button {
    transform: rotate(180deg);
    margin-left: -2px;
}

/* checkbox */


/* main */

.main_div {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}
.main_div .top__bg {
    position: relative;
    width: 100%;
}

.main_div .top__menu, footer {
    background: #393939;
    position: relative;
    height: 90px;
}

.main_div .top__logo_block {
    background: url(../images/logo.png) no-repeat center;
    width: 250px;
    height: 90px;
    background-size: 100%;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    margin-left: 40px;
    vertical-align: middle;
    opacity: .6;
    transition: .2s;
}


.main_div .top__menu .top__logo_block:hover {opacity: 1;transition: .2s;}

.main_div .top__menu_ul {
    text-align: center;
    width: calc(100% - 350px);
    display: inline-block;
    box-sizing: border-box;
}


.main_div .top__menu_ul ul li {
    list-style: none;
    position: relative;
    display: inline-block;
}
div#custom_ajax_pagination {
    position: relative;
}
.main_div .top__menu_ul ul li a {
    text-decoration: none;
    color: #848484;
    padding: 5px 15px;
    transition: .3s ease-in-out;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    box-sizing: border-box;
}

.main_div .top__top_cooperation {
    background: #535353;
    color: #c8c8c8;
    padding: 20px 0;
    font-size: 12px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.main_div .top__menu_ul ul li a:hover {
    text-decoration: none;
    transition: .3s ease-in-out;
    color: white;
}

.main_div .top__menu_ul ul {
    padding-left: 0;
    margin: 0;
    vertical-align: middle;
    position: relative;
    display: inline-block;
}

main {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background: #323232;
}
.main {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    min-width: 50px;
    background: #535353;
}
.main-left-block {
    width: 360px;
    display: inline-block;
    position: relative;
    background: #570600;
    -ms-flex-order: -1;
     -webkit-order: -1; 
    order: -1;
}

.main-left-block .main-block-items .top__slider_div__item {
    width: 50%;
    display: inline-block;
    height: 250px;
    box-sizing: border-box;
    padding: 15px;
}

.main-left-block .main-block-items .top__slider_div__item a {
    position: relative;
    display: inline-block;
}

.main-block-title {
    text-align: center;
    color: white;
    padding: 20px;
    font-size: 17px;
    border-bottom: 3px solid #a10b00;
    margin-bottom: 40px;
    box-shadow: 0px 20px 40px -5px rgba(0, 0, 0, 0.53);
    background: #5f0700;
    text-transform: uppercase;
    text-shadow: 0 0px 20px #ffffff;
    font-family: 'Roboto Slab', serif;
}

.main-block-items {
    padding-bottom: 30px;
}


/* full-story */



section.full-story__top, section.full-story__player, section.full-story__torrent, section.full-story__comments, .full-story__related {
    padding: 30px 60px;
    background-color: #393939;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}

section.full-story__top .full-story__top__titles {
    margin-bottom: 5px;
    margin-top: 20px;
    z-index: 21;
    position: relative;
    text-align: left;
    padding-left: 20px;
    border-bottom: 1px solid #4c4c4c;
    padding-bottom: 15px;
}

section.full-story__related .top__slider_div__item {
    position: relative;
    text-align: left;
}
section.full-story__top .full-story__top__titles h1 {
    font-size: 18px!important;
}
section.full-story__top .full-story__top__titles h1, section.full-story__top .full-story__top__titles .orig_name {
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 14px;
    color: white;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-align: center;
}

.full-story__top__buttons {
    text-align: left;
    padding: 0;
    padding-bottom: 0;
}

.full-story__top__buttons ul {
    padding: 0;
    margin: 10px 0;
    list-style: none;
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.full-story__top__buttons ul li {
    display: inline-block;
    position: relative;
    height: 100%;
    margin: 0 2px 10px;
    text-align: center;
}

.full-story__top__buttons ul li a {text-align: center;color: #c8c8c8;text-decoration: none;position: relative;background: #3f3f3f;padding: 8px 15px;transition: .2s;border-radius: 2px;font-size: 13px;cursor: pointer;font-family: 'Montserrat', sans-serif;text-transform: uppercase;position: relative;display: inline-block;}

.full-story__top__buttons ul li a:hover, .full-story__top__buttons ul li a.active {
    transition: .2s;
    background: #4c4c4c;
}

section.full-story__related {
    text-align: center;
    padding: 40px 70px;
    background: #535353;
    display: flex;
    width: 100%;
    box-sizing: border-box;
}

.full-story__top__info {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    z-index: 1;
    position: relative;
}

.full-story__top__info-poster {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
    width: 30%;
    box-sizing: border-box;
    padding: 20px;
}

.full-story__top__info-fields {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 70%;
    padding: 10px 30px;
    box-sizing: border-box;
}

.full-story__top__info-actors {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 25%;
    margin-top: 20px;
}

.full-story__top__info-poster img {
    width: 100%;
    transition: .3s ease-in-out;
    border-radius: 2px;
}

section.full-story__top:before {
    background-size: 100%;
    background-position-y: center;
    content: "";
    width: 100%;
    opacity: .8;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    opacity: .09;
}

.full-story__top__info-fields ul {
    padding: 0;
    margin: 0;
    list-style: none;
    color: white;
    margin-bottom: 30px;
}

.full-story__top__info-fields ul li > span:not([class]) {
    font-weight: 600;
    color: #a5a5a5;
    position: relative;
    display: inline-block;
    width: 180px;
}

.full-story__top__info-fields ul li {
    color: #656565;
    padding: 10px 0px;
    vertical-align: middle;
    line-height: 20px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
}

.full-story__top__info-fields ul li:nth-child(odd) {
}

.full-story__top__info-descr {
    padding: 5px 10px;
    color: #a5a5a5;
}

.full-story__top__info-actors-title {
    text-align: center;
    color: white;
    padding: 20px;
    font-size: 17px;
    border-bottom: 3px solid #a10b00;
    box-shadow: 0px 20px 40px -5px rgba(0, 0, 0, 0.53);
    background: #5f0700;
    text-transform: uppercase;
    text-shadow: 0 0px 20px #ffffff;
    font-family: 'Roboto Slab', serif;
    z-index: 11;
    position: relative;
}

.full-story__top__info-actors-list {
    background: #570600;
    padding: 25px;
    z-index: 10;
}

ul.full-story__top__info-actors-list-ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.full-story__top__info-actors-list-ul li {
    padding: 10px 0;
}

ul.full-story__top__info-actors-list-ul li span {
    vertical-align: top;
    margin-top: 20px;
    position: relative;
    display: inline-block;
    margin-left: 7px;
    color: white;
    transition: .3s ease-in-out;
}

ul.full-story__top__info-actors-list-ul li img {
    width: 60px;
    height: 60px;
    transition: .3s ease-in-out;
    border-radius: 50%;
}

ul.full-story__top__info-actors-list-ul li:hover img {
    transform: scale(1.15);
    transition: .3s ease-in-out;
}

ul.full-story__top__info-actors-list-ul li:hover span {
    color: #a10b00;
    transition: .3s ease-in-out;
}

ul.full-story__top__info-actors-list-ul li:hover {
    cursor: pointer;
}


.full-story_iframe {
    width: 100%;
    height: 495px;
}

.full-story_iframe .full-story_iframe-block {
    height: 100%;
    width: 100%;
}

section.full-story__player {
    padding: 0;
    padding-bottom: 0;
    background: transparent;
}

section.full-story__torrent {
    background: #4c4c4c;
}

ol.comments-tree-list {
    list-style: none;
}

ol.comments-tree-list .comment {padding: 15px;background: #4c4c4c;position: relative;padding-bottom: 0;}
.mass {
    float: right;
    top: 0;
    position: absolute;
    right: 0;
    padding: 5px;
}


.avatar {
    width: 70px;
    height: 70px;
    display: inline-block;
    position: relative;
}

.avatar a, .avatar > .cover {
    position: relative;
    vertical-align: top;
    height: 100%;
    width: 100%;
    display: inline-block;
    background-size: 100%;
    font-size: 0;
}

.avatar a span.cover {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: 100%;
    font-size: 0;
    vertical-align: top;
    background-repeat: no-repeat;
}

.com_content {
    width: calc(100% - 85px);
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}

.com_tools_links {
    padding: 5px 15px;
    float: right;
    padding-bottom: 20px;
}

.com_tools_links a {
    padding: 5px 10px;
    text-decoration: none;
    color: #bfbfbf;
    background: #4c4c4c;
    border: 3px solid rgb(50, 50, 50);
    text-transform: uppercase;
    font-size: 11px;
}

.com_tools_links a:hover {
    background: #323232;
}

.com_info a, b.name {
    color: white;
}
span.status.offline{
    color: red;
}

span.status.online, span.status.offline {
    text-transform: uppercase;
    color: yellowgreen;
    font-size: 12px;
    font-weight: 700;
}

.com_info span.date {
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    float: right;
    margin-right: 20px;
    margin-top: -7px;
}

.text {
    color: white;
}

section#comments-block h4 {
    padding: 0;
    margin: 0;
    /* font-family: 'Roboto Slab', serif; */
    color: white;
    margin-bottom: 20px;
    font-weight: 100;
}


li#comment-editor {
    list-style: none;
}

li#comment-editor textarea#comments {
    border: none;
    list-style: none;
    background: rgba(71, 5, 0, 0.7);
    border: 3px solid rgba(161, 11, 0, 0.38);
    height: 100px;
    color: white;
}

section#comments-block ul.ui-form {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

footer {
    text-align: left;
    padding: 30px 0;
    height: auto;
    margin-top: 40px;
}
footer > div {
    width: 1100px;
    margin:  0 auto;
}
a.vk-icon:hover {
    transition: .2s;
    opacity: 1;
}
a.vk-icon {
    width: 36px;
    height: 36px;
    position: relative;
    display: inline-block;
    background-image: url(../images/vk.png);
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    transition: .2s;
    opacity: 0.5;
}
.footer-buttons {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #c8c8c8;
}

.footer-text:after {content: ". . .";color: white;position: absolute;left: 50%;top: 68px;transform: translateX(-50%);font-size: 18px;}
.footer-text {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-align: center;
    padding: 50px 20px;
    color: #c8c8c8;
}

.footer-copy {
    float: right;
}

footer .footer-buttons a {text-decoration: none;transition: .2s;color: #c8c8c8;}

footer .footer-buttons a:hover {
    color: white;
    transition: .2s;
}

li.comments-tree-item {
    margin-bottom: 15px;
}


div.main_slider {
    position: relative;
    display: inline-block;
    padding: 50px 30px 40px;
    box-sizing: border-box;
}
div.main_slider .owl-prev, div.main_slider .owl-next {
    width: 26px;
    height: 42px;
    top: 220px;
}

div.main_slider span.next-prev-button {
}

.main__slider-titile {
    color: #c8c8c8;
    padding: 20px 35px;
    font-size: 14px;
    background: #393939;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    height: 35px;
    position: relative;
}

.static-title { 
    font-size: 24px;
    margin: 0;
}

.top__bg_login {
    position: absolute;
    float: right;
    top: 35px;
    right: 0;
    cursor: pointer;
    top: 0;
}

.top__bg_login span.cover {
}
.top_search_button {
    background-image: url(../images/icon3.png);
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    vertical-align: top;
    top: 34px;
    right: 10px;
    opacity: .5;
    transition: .2s;
}
.top_search_button:hover {
    opacity: 1;
    transition: .2s;
}
.top__bg_login a#login {
    width: 70px;
    height: 90px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 20px 10px 20px 10px;
    box-sizing: border-box;
}

.top__bg_login a#login > div {
    width: 100%;
    height: 100%;
}



.full-story__top__userbox {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    z-index: 1;
    position: relative;
}

.full-story__top__info-poster {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
    width: 30%;
    box-sizing: border-box;
    padding: 20px 30px 20px 20px;
    border-right: 1px solid;
}

.wrp-left, .wrp-right {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
    width: 20%;
    box-sizing: border-box;
}

.wrp-right {
    width: 80%;
}

.wrp-left .avatar {
    width: 200px;
    height: 200px;
}

.wrp-left .userinfo_top {
    text-align: center;
}

.wrp-left ul.user_tab {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wrp-left ul.user_tab li {
    padding:  5px 15px;
    margin: 0;
}

.wrp-left ul.user_tab li a {
    padding: 0;
    box-sizing: border-box;
    color: white;
    width: 100%;
    position: relative;
    height: 100%;
    display: inline-block;
    line-height: 48px;
    transition: .3s ease-in-out;
    text-decoration: none;
    font-size: 16px;
    background: rgb(76, 76, 76);
    box-shadow: 0 10px 70px 0px rgba(161, 11, 0, 0);
}

.wrp-left ul.user_tab li a:hover {
    transition: .3s ease-in-out;
    background: #818181;
    cursor: pointer;
}

.userinfo_status {
    margin: 20px;
    background: yellowgreen;
    padding: 15px;
    border-radius: 34px;
    text-transform: uppercase;
    font-weight: 700;
}

.userinfo_status span {
    color: #310300!important;
}


ul.usinf {
    padding: 0;
    margin: 0;
    list-style: none;
    color: white;
    margin-bottom: 30px;
}

ul.usinf li .ui-c1 {
    font-weight: 600;
    color: #a5a5a5;
    position: relative;
    display: inline-block;
}

ul.usinf li .ui-c2 {
    color: #656565;
    position: relative;
    display: inline-block;
}

ul.usinf li {
    padding: 6px 10px;
}

ul.usinf li:nth-child(odd) {
}

.full-story__top__info-descr {
    padding: 15px 0;
    color: #a5a5a5;
    font-family: 'Montserrat', sans-serif;
}


.tab-pane ul.ui-form {
    list-style: none;
    padding: 0;
}

.tab-pane ul.ui-form label {
    color: #9a9a9a;
    margin-top: 15px;
}

.tab-pane ul.ui-form li.form-group {
    margin-bottom: 15px;
}

.tab-pane ul.ui-form input[type="text"], .tab-pane ul.ui-form input[type="password"], .tab-pane ul.ui-form input[type="email"] {
    border: 1px solid #500600;
    -webkit-transition: border 0.2s linear 0s;
    transition: border 0.2s linear 0s;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #250300;
}

.tab-pane ul.ui-form input[type="text"]:active, 
.tab-pane ul.ui-form input[type="password"]:active, 
.tab-pane ul.ui-form input[type="email"]:active, 
.tab-pane ul.ui-form input[type="text"]:focus, 
.tab-pane ul.ui-form input[type="password"]:focus, 
.tab-pane ul.ui-form input[type="email"]:focus {

    border: 1px solid #a10b00;
}


div#user2 {
    padding: 15px 30px;
    border: 1px solid #500600;
}

div#loginpane {
    vertical-align: middle;
    position: absolute;
    z-index: 9999;
    background: #505050;
    right: 0;
    top: 70px;
    color: white;
    text-align: left;
    width: 160px;
}

div#loginpane ul.login_menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

div#loginpane ul.login_menu li {}

div#loginpane ul.login_menu li a {
    width: 100%;
    height: 100%;
    padding: 6px 15px;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    color: #848484;
    font-family: 'Montserrat', sans-serif;
    text-decoration: wavy;
}

div#loginpane ul.login_menu li a b.lm_num {}

div#loginpane ul.login_menu li a:hover {
    background: #484848;
    color: white;
}

div#loginpane.auth {
    width: 260px;
    padding: 20px 30px;
    border-radius: 2px;
}

div#loginpane.auth  ul.login_form {
    padding: 0;
    list-style: none;
}

div#loginpane.auth ul.login_form li.form-group {
    margin-bottom: 20px;
}

div#loginpane.auth ul.login_form li.form-group input {
    background: rgb(57 57 57);
    border: none;
    color: white;
    border-radius: 2px;
}

div#loginpane.auth ul.login_form li.form-group label {
    color: #dedede;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 3px;
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-size: 10px;
}

.login_form_links a {
    color: #848484;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    vertical-align: top;
    text-decoration: none;
}
.login_form_links a:hover {
    color: white;
}
.login_form_links a:last-child {
    right: 0;
    float: right;
}

.lostpassword ul.ui-form {
    padding: 0;
    list-style: none;
}

.lostpassword ul.ui-form li {
    margin-bottom: 15px;
}

.lostpassword ul.ui-form li input {
    background: rgba(87, 6, 0, 0.33);
    border-radius: 0;
    border: 3px solid #640700;
    height: 45px;
    transition: .3s ease-in-out;
}

.lostpassword input:active, 
.lostpassword input:focus {
    transition: .3s ease-in-out;
    border: 3px solid #a10b00!important;
    background: #570600!important;
}

.content_full .top__slider_div__item {margin-top: 60px;vertical-align: top;margin-left: 42px;}


.navigation {
    padding: 10px;
    text-align: center;
}

.navigation a, .navigation span, .main-btn span {
    text-align: center;
    color: #c8c8c8;
    text-decoration: none;
    position: relative;
    background: #3f3f3f;
    padding: 8px 15px;
    transition: .2s;
    border-radius: 2px;
    font-size: 13px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

.navigation a:hover {
    background: #4c4c4c;
}

.navigation span {
    background: #4c4c4c;
}
.short-infobar {bottom: 0;box-sizing: border-box;position: absolute;margin-left: -10px;width: 100%;padding: 0 15px;}
span.shorticons.shorticon-player {
    background-position-x: -30px;
}
span.shorticons {
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-block;
    background-image: url(../images/icons1.png);
    background-repeat: no-repeat;
    margin: 0 0 10px 5px;
    vertical-align: middle;
}

.top__slider_div__item > span {
    color: #c8c8c8;
    text-align: center;
    padding: 15px 10px;
    margin: 0;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    vertical-align: middle;
}

.full-story_poster_fav {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 25px;
}

.full-story_poster_fav a {
    color: #4c4c4c;
}

.text h5.title {
    padding: 0;
    margin: 0;
}

.top__search {
    padding: 10px;
    background: rgb(57 57 57 / 94%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2199;
    box-sizing: border-box;
}

.top__search input#story {
    width: 100%;
    padding: 10px 15px;
    height: 50px;
    background: transparent;
    border-radius: 0;
    background: #4c4c4c;
    color: white;
    border-radius: 3px;
    border: none;
    font-family: 'Montserrat', sans-serif;
}
.search_block {
    width: 900px;
    margin: 50px auto 0;
    position: relative;
}
.top__search input#story:focus, .top__search input#story:active {background: #737373;}

.top__search button.search_btn {
    position: absolute;
    right: 10px;
    top: 0;
    height: 49px;
    border: none;
    background: transparent;
    width: 57px;
    font-size: 20px;
    color: #323232;
}

.top__search input#story:focus ~ button.search_btn, .top__search input#story:active ~ button.search_btn, .top__search button.search_btn:hover {
    color: #c0c0c0;
    cursor: pointer;
}

.popup_userinfo_top {
    text-align: center;
    padding: 20px;
}

.popup_userinfo_top .avatar {
    width: 90px;
    height: 90px;
}

.pages.ultrabold {
    /* width: 75%; */
    text-align: center;
    position: relative;
    display: inline-block;
}


.sr-plus1, .sr-minus1 {
    margin-right: 15px;
    line-height: 30px;
    width: 40px;
    position: relative;
    display: inline-block;
}

.sr-plus1 .fa {
    background-color: #349a5f;
}
.sr-minus1 .fa {
    background-color: #ce4646;
}
.sr-plus1 .fa, .sr-minus1 .fa {
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    border-radius: 2px;
    margin-right: 10px;
    color: #fff;
    display: grid;
}
.rate3-short {
    white-space: nowrap;
    /* width: 340px; */
    /* position: absolute; */
    margin-top: 20px;
    text-align: center;
}
.r3-hide {
    display: none;
}
.sr-minus1 {
    margin: 0;
}
.sr-plus1:hover .fa, .sr-minus1:hover .fa {
    background-color: #7f8c8d;
    color: #fff;
}
span.psc, span.msc {
    font-size: 15px;
    color: white;
}
.top__humb {
    width: 26px;
    height: 25px;
    position: relative;
    vertical-align: top;
    box-sizing: border-box;
    margin: 11px 0 11px 13px;
    display: none;
}

.top__humb span {
    width: 26px;
    height: 2px;
    position: relative;
    display: inline-block;
    background: #909090;
    vertical-align: top;
    transition: .2s;
}

.top__humb span:nth-child(2) {
    top: -11px;
}

.top__humb span:nth-child(3) {
    top: -21px;
}

.top__humb:hover span {
    transition: .2s;
    background: white;
    cursor: pointer;
}

.top__humb:hover {
    cursor: pointer;
}

@media screen and (max-width: 1300px) {
    .main_div {
        max-width: 1040px;
    }
.main_div .top__logo_block{
    width: 200px;
}
.main_div .top__menu_ul{
    width: calc(100% - 330px);
}
.main_div .top__menu_ul ul li a{
    font-size: 12px;
    padding: 5px 10px;
}
.owl-prev {
    left: 10px;
}

.owl-next {
    right: 10px;
}
div.main_slider .owl-prev, div.main_slider .owl-next{
    top: 195px;
}
footer > div {
    width: 1000px;
}
    aside.main-left-block {
        display: none;
    }

    .content_full .top__slider_div__item {
        width: 200px;
    }
    .main_div .top__menu_ul ul li {
        padding: 3px 0;
    }
    div.main_slider .top__slider_div__item {
        margin: 20px 20px 0px 20px;
    }
    .top__slider_div__item a {
    height: 260px;
}
    .main_div .top__bg {
        height: 227px;
    }
    
    div#searchsuggestions {
        width: 1020px;
    }
}

@media screen and (max-width: 1060px) {
    .main_div {
        max-width: 780px;
    }
    section.full-story__related {
    padding: 40px 20px 21px 0;
}
.search_block {
    width: 700px;
    margin-top: 80px;
}
.top__humb {
    display: inline-block;
}
section.full-story__related .top__slider_div__item a {
    height: 230px;
}

section.full-story__related .top__slider_div__item {
    padding-bottom: 0;
}

.top_search_button {
    top: 14px;
    background-size: 20px;
    right: 0;
}
    .main_div .top__top_cooperation {
        font-size: 12px;
        padding: 12px 4px;
    }
    footer > div {
        width: 770px;
    }
    .main_div .top__menu_ul ul {
        margin: 5px;
    }
    .main_div .top__menu_ul {
        width: 100%;
        position: absolute;
        z-index: 999;
        left: 0;
        top: 50px;
        background: #3f3f3f;
        display: none;
    }
    .content_full .top__slider_div__item {
        width: 195px;
    }
    .main_div .top__menu_ul ul li a {
    width: 100%;
    position: relative;
    display: inline-block;
}
    .main_div .top__menu_ul ul li {
        font-size: 10px;
        padding: 2px;
        width: 100%;
        position: relative;
        display: inline-block;
    }

    .top__bg_login a#login {
        width: 48px;
        height: 48px;
        padding: 10px;
    }

    div#loginpane {
        top: 50px;
    }
    
    div.main_slider .top__slider_div__item {
    margin: 20px 20px 0px;
    }
    
    .main_div .top__logo_block {
        width: 160px;
        height: 50px;
        margin-left: 15px;
    }
.top__menu{
    height: 50px!important;
}
    .top__bg_login {
        top: 0;
        right: 0;
    }
    .main_div .top__bg {
    height: 0;
    }

    div#top_slider {
        height: 270px;
    }
    .owl-prev, .owl-next {
        width: 50px;
        height: 50px;
        top: 100px;
    }

    span.next-prev-button {
        background-size: 60%;
    }
    
    div#searchsuggestions {
        width: 760px;
    }
}


@media screen and (max-width: 800px) {
    .main_div {
        max-width: 520px;
    }
footer > div {width: 490px;}
section.full-story__related {
    display: inline-block;
}

section.full-story__related .top__slider_div__item {
    width: 40%;
    margin-bottom: 40px;
}
.footer-copy, .footer-text, footer .footer-buttons a {
    font-size: 12px;
}
.search_block {
    width: 500px;
}
    .main_div .top__top_cooperation {
        font-size: 12px;
        padding: 10px 4px;
    }
    .main__slider-titile {
    padding: 12px 20px;
    font-size: 12px;
    height: 30px;
}

.main__slider-titile a {
    padding: 4px 9px;
    font-size: 12px;
}
    div#searchsuggestions {
        width: 500px;
    }

    div#top_slider {
        height: 240px;
    }

    .main_div .top__bg {
    }


    section.full-story__top, section.full-story__player, section.full-story__torrent, section.full-story__comments {
        padding: 10px 20px;
    }

    section.full-story__top .full-story__top__titles h1, section.full-story__top .full-story__top__titles .orig_name {
        font-size: 14px;
    }

    section.full-story__top .full-story__top__titles .orig_name {
        font-size: 12px;
    }

    .full-story__top__buttons {
        padding: 0;
        margin-bottom: 10px;
    }

    .full-story__top__buttons ul li a {
        line-height: 20px;
        font-size: 11px;
        box-sizing: border-box;
    }

    .full-story__top__buttons ul {
        height: 30px;
        box-sizing: border-box;
    }

    .full-story__top__buttons ul li {
        width: 100%;
        margin: 0;
        box-sizing: border-box;
        position: relative;
        display: inline-block;
        margin-bottom: 10px;
    }

    .full-story__top__info-poster {
        width: 100%;
        box-sizing: border-box;
        position: relative;
        display: inline-block;
        border: none;
        padding-right: 20px;
    }

    .full-story__top__info-poster img {
        position: relative;
        display: inline-block;
        box-sizing: border-box;
    }

    .full-story__top__info-fields {
        width: 100%;
        padding: 10px 0;
    }

    .content_full .top__slider_div__item {
        width: 185px;
    }
    
    .top__top_cooperation {
        /* font-size: 14px!important; */
    }

    .top__slider_div__item span {
        font-size: 10px;
    }
}

@media screen and (max-width: 540px) {
    .main_div {
        max-width: 360px;
    }
    .search_block {
    width: 340px;
}

section.full-story__related .top__slider_div__item {
    width: 55%;
}
.top__search input#story {
    font-size: 10px;
}

.top__search button.search_btn {
    right: 0;
}
    div.main_slider .top__slider_div__item {
    margin: 20px auto 0px;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    top: 180px!important;
}

.top__slider_div__item a {
    height: 300px;
}
    div#searchsuggestions {
        width: 340px;
    }
footer > div {
    width: 350px;
}
    .main_div .top__logo_block {
        width: 180px;
        margin-bottom: 0;
    }

    .top__bg_login {
        right: 10px;
    }

    .main_div .top__menu_ul ul li a {
        padding: 2px 5px;
        font-size: 10px;
    }

    div#top_slider {
        height: 185px;
    }

    .main_div .top__top_cooperation {
        font-size: 10px!important;
    }

    .main__slider-titile {
        padding: 14px 25px;
        font-size: 14px;
    }

    div.main_slider {
        padding: 50px 13px 30px;
    }

    .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
        width: 40px;
        height: 40px;
        top: 80px;
    }


    .full-story__torrent .torrent .cont, 
    .full-story__torrent .torrent > div:nth-child(2), 
    .full-story__torrent .torrent-admin-block {
        display: none;
    }


    .full-story__torrent .torrent .download, 
    .full-story__torrent .torrent .download a {
        width: 50px;
        height: 50px;
        line-height: 55px;
    }

    .full-story__torrent .torrent .download i, 
    .full-story__torrent .torrent .download a i {
        font-size: 25px;
    }

    .full-story__torrent .info_d-size {
        font-size: 12px;
        padding: 0 5px;
        line-height: inherit;
        top: 6px;
    }

    .full-story__torrent .torrent .info_d {
        height: 35px;
    }

    .full-story__torrent .torrent .info_d1 {
        height: 34px;
    }

    .full-story_iframe {
        height: 150px;
        box-sizing: border-box;
        margin-top: 16px;
    }

    .full-story_iframe .full-story_iframe-block iframe {
        height: 100%!important;
    }

    section#player-block .full-story__top__buttons li {
        width: 49%;
        display: inline-block;
    }


    .full-story__player {
        padding-bottom: 40px!important;
        padding-top: 30px!important;
    }

    .title_spoiler {
        padding: 10px;
    }
    
    .navigation a, .navigation span {
        padding: 0 10px;
        line-height: 25px;
        font-size: 10px;
    }
    
    .content_full .top__slider_div__item {
        width: 230px;
        margin: 60px 50px 0;
    }

    .footer-text {
        font-size: 10px;
    }

    .footer-copy {
        font-size: 12px;
    }

    .footer-buttons {
        font-size: 12px;
    }
}

.full-story_iframe-block.full-story_iframe-block-text {
    margin: 0;
    font-family: 'Roboto Slab', serif;
    color: white;
    font-weight: 100;
    font-size: 18px;
    text-align: center;
}


.main__slider-titile a {
    float: right;
    color: #c8c8c8;
    font-size: 13px;
    text-decoration: none;
    position: relative;
    background: #3f3f3f;
    padding: 8px 15px;
    transition: .2s;
    border-radius: 2px;
}

.main__slider-titile a:hover {
    cursor: pointer;
    color: white;
    background: #535353;
}

table.torrent-main-list-table {
    width: 100%;
    background: #5f0700;
    padding: 10px;
    border-spacing: 0 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}
table.torrent-main-list-table th {
padding: 10px 20px;
background: #56433D;
color: #F9C941;
border-right: 2px solid; 
font-size: 0.9em;
}
table.torrent-main-list-table th:first-child {
text-align: left;
}
th:last-child {
border-right: none;
}
table.torrent-main-list-table td {    font-weight: 500; vertical-align: middle;padding: 4px;font-size: 14px;text-align: center;border-top: 1px solid #e0e0e0;border-bottom: 1px solid #e0e0e0;border-right: 1px solid #e0e0e0;}
table.torrent-main-list-table td:first-child {
border-left: 2px solid #56433D;
}
table.torrent-main-list-table td:nth-child(3){
text-align: left;
}

table.torrent-main-list-table tr {
    background: #f9f9f9;
    transition: .3s ease-in-out;
}

table.torrent-main-list-table tr:nth-child(even) {
    background: #e9e9e9;
}

table.torrent-main-list-table td.torrent-table-magnet a, table.torrent-main-list-table td.torrent-table-play a, table.torrent-main-list-table td.torrent-table-download a, table.torrent-main-list-table td.torrent-table-href a {
    color: #444;
}

table.torrent-main-list-table td.torrent-table-magnet a:hover, table.torrent-main-list-table td.torrent-table-play a:hover, table.torrent-main-list-table td.torrent-table-download a:hover, table.torrent-main-list-table td.torrent-table-href a:hover {
    color: #b1b1b1;
}

table.torrent-main-list-table tbody tr:hover {
    transition: .3s ease-in-out;
    background: #6f6f6f;
    box-shadow: 0 10px 70px 0px rgb(50, 50, 50);
    cursor: pointer;
}

table.torrent-main-list-table tbody tr:hover * {
    color: white!important;
    transition: .3s ease-in-out;
}
.navigation.navigation2 {
    /* background: #4c4c4c; */
    position: absolute;
    right: 0;
    top: -75px;
}
.main-btn {
    background: #393939;
    padding: 30px;
    padding-top: 0;
    position: relative;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}
.main-btn span.active {background: #4c4c4c;}
.main-btn span:hover {background: #4c4c4c;}

.top__slider {
    padding: 35px 20px;
    background: #4c4c4c;
}
section.full-story__player.full-story__top__userbox {
    padding: 30px 0;
}

.main__slider-titile b {
    font-weight: 500;
    border-bottom: 1px solid;
    padding-bottom: 8px;
    position: relative;
}

.main__slider-titile b:after, .main__slider-titile b:before {content: "";position: absolute;width: 4px;height: 1px;left: 100%;background: #c8c8c8;top: 100%;left: calc(100% + 4px);}

.main__slider-titile b:before {
    left: calc(100% + 12px);
}

span.short-quality {
    font-size: 10px;
    color: #c8c8c8;
    float: right;
    margin-top: 3px;
}
.top__search_close {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 20px;
    top: 10px;
    margin: 15px 10px;
    opacity: .2;
    transition: .2s;
    cursor: pointer;
}

.top__search_close:after, .top__search_close:before {content: "";background: white;width: 100%;height: 2px;position: absolute;transform: rotate(45deg);top: 50%;}

.top__search_close:before {
    transform: rotate(-45deg);
}

.top__search_close:hover {
    opacity: 1;
    transition: .2s;
    cursor: pointer;
}
.overflowhidden {
    overflow: hidden;
}