* {
    background: transparent;
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    counter-reset: section;
}
input, select {
    vertical-align: middle;
}
article, aside, figure, figure img, hgroup, footer, header, nav, section, main {
    display: block;
}
body {
    font: 14px 'Open Sans', sans-serif;
    line-height: normal;
    padding: 0;
    margin: 0;
    color: #515257;
    height: 100%;
    width: 100%;
    font-weight: 400;
  background: radial-gradient(circle at 50% -20%, #36445c 0%, #1a1e26 50%, #0d1016 100%);
  background-attachment: fixed;
  min-height: 100vh;

}
img {
    max-width: 100%}
.clr {
    clear: both;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
a {
    color: #535865;
    text-decoration: none;
}
a:hover, a:focus {
    color: #547b97;
    text-decoration: none;
}
h1, h2, h3, h4, h5 {
    font-weight: 400;
    font-size: 18px;
}
em {
    font-style: normal;
}
.form-wrap {
}
.sub-title h1 {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 700;
}
 .pm-page, .search-page, .static-page, .tags-page, .form-wrap {
}
.button, .pagi-load a, .up-second li a, .usp-edit a, .qq-upload-button, button:not(.color-btn):not([class*=fr]), html input[type="button"], input[type="reset"], input[type="submit"], .meta-fav a, .usp-btn a {
    /* padding: 0 30px;*/
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    cursor: pointer;
   /* background-color: #2d3c54;*/
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
button[disabled], input[disabled] {
    cursor: default;
}
.button:hover, .up-second li a:hover, .usp-edit a:hover, .qq-upload-button:hover, .pagi-load a:hover, .usp-btn a:hover, button:not(.color-btn):hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .meta-fav a:hover {
    background-color: #e64a19;
    color: #fff;
}
button:active, html input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
    box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}
input[type="submit"].bbcodes, input[type="button"].bbcodes, input.bbcodes, .ui-button {
    font-size: 12px !important;
    height: 30px !important;
    line-height: 30px !important;
    padding: 0 10px;
    border-radius: 3px;
}
input[type="text"], input[type="password"] {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    color: #000000;
    background-color: #f8f8f8;
    border-radius: 4px;
    -webkit-appearance: none;
    box-shadow: 0 0 0 1px #EDEDED, inset 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
}
input[type="text"]:focus {
}
input:focus::-webkit-input-placeholder {
    color: transparent;
}
input:focus::-moz-placeholder {
    color: transparent;
}
input:focus:-moz-placeholder {
    color: transparent;
}
input:focus:-ms-input-placeholder {
    color: transparent;
}
 select {
    height: 40px;
    border: 1px solid #e3e3e3;
    background-color: #FFF;
}
textarea {
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #e3e3e3;
    background-color: #F8F8F8;
    border-radius: 0;
    overflow: auto;
    vertical-align: top;
    resize: vertical;
    box-shadow: 0 0 0 1px #EDEDED, inset 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.img-box, .img-wide, .img-resp, .img-resp-v, .img-resp-sq {
    overflow: hidden;
    position: relative;
    background-color: #000;
}
.img-resp {
    padding-top: 57%}
.img-resp-v {
    padding-top: 140%}
.img-resp-sq {
    padding-top: 100%}
.img-box img, .img-resp img, .img-resp-v img, .img-resp-sq img {
    width: 100%;
    min-height: 100%;
    display: block;
}
.img-resp img, .img-resp-v img, .img-resp-sq img {
    position: absolute;
    left: 0;
    top: 0;
}
.img-wide img {
    width: 100%;
    display: block;
}
.img-square img {
    width: 150%;
    max-width: 150%;
    margin-left: -25%}
.nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
button, .th-img {
    transition: all .3s;
}
.button, .tc-title, .s-img {
    transition: color .3s, background-color .3s, opacity .3s;
}
.ps-link {
    cursor: pointer;
}
.icon-l .fa {
    margin-right: 10px;
}
.icon-r .fa {
    margin-left: 10px;
}
.fx-row {
    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;
}
.fx-center {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.fx-between {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.fx-stretch {
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}
.fx-top {
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.fx-middle {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.fx-bottom {
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.fx-col {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.fx-wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.fx-left {
    -ms-flex-pack: start;
    -webkit-justify-content: start;
    justify-content: start;
}
.wrap {
    min-width: 320px;
    overflow: hidden;
}
.center {
    max-width: 967px;
    margin: 0 auto;
    position: relative;
    z-index: 20;
    padding-top: 100px;
}
.block {
}
.header {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between; /* Распределяет лого, меню и поиск */
    padding: 10px 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    height: 70px;
}

/* Навигация */
.main-nav {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-nav > li {
    position: relative; /* Для позиционирования выпадашки */
    margin: 0 10px;
}

.main-nav > li > a {
    text-decoration: none;
    color: #c6d7eb;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 15px;
    display: block;
}


.cols {
}
.side {
    width: 300px;
    float: left;
    position: relative;
}
.main {
   /* float: right;*/
    min-height: 80vh;
}
.footer {
      background-color: #1a1d23;
    color: #fff;
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}
.fixed-top {
    position: fixed;
    top: 0;
    width: 300px;
    margin-bottom: 0;
}
.absolute-top {
    position: absolute;
    width: 300px;
}
.fixed-top-left {
    position: fixed;
    top: 0;
    width: 300px;
    margin-bottom: 0;
}
.absolute-top-left {
    position: absolute;
    width: 300px;
}
#gotop {
    position: fixed;
    width: 40px;
    height: 40px;
    line-height: 36px;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    font-size: 20px;
    z-index: 9998;
    display: none;
    opacity: 0.7;
    background-color: #000;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
}
.header, .side-box, .owl-prev, .owl-next, .grid-select, .short, .full-comms, .rels, .sub-text, .fcols-wr, .fsect {

}
.carou-in, .owl-prev, .owl-next, .side-box, .grid-select, .short, .k-fav, .grid-thumb .s-img, .l-ava, .full-comms, .comm-left, .rels, .sub-text, .fcols-wr, .fsect {
}
.header, .footer, .desc-text {
}
.header {
background: #222833;
    position: relative;
    background-color: #242933;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.carou, .sect-title, .sect-header, .short {
}
.cols {
    margin-bottom: 1px;
    background-color: #d8d6d6;
}
.cm-item, .side-bt, .sect-title, .nav-title, h2, h3, b, strong {
    font-weight: 700;
}
.tc-title, .side-title, .obnov-item, .s-text, .speedbar, .sub-text {
    font-size: 14px;
}
.cm-item.active, .grid-select div:hover, .grid-select div.current, .error-btn, .error-btn a, .to-view {
    background-color: #90b23d;
    color: #fff;
}
.cm-item:first-child, .side-bt, .fplayer .tabs-sel span.current, .btn-menu, .to-graph, .to-review {
    background-color: #222833;
    color: #becee1;
}
.nav-list a:hover, .side-item:hover .side-title, .ft-menu a:hover, a.cm-item:hover, .s-top h2 a:hover, .show-login:hover, .login-btns a:hover, .speedbar a, .log-name:hover, .l-menu a:hover {
    text-decoration: underline;
}
.logo {
    display: block;
    float: left;
    width:135px;
    height: 69px;
    overflow: hidden;
    margin-left: 10px;
    padding-top:  10px;
}
.login-btns {
    height: 40px;
    line-height: 40px;
    margin-top: 15px;
    float: right;
}
.login-btns a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
}
.show-login {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    box-shadow: inset 0 0 0 1px #e3e3e3;
    padding: 0 15px;
}
.l-over {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 887;
    display: none;
}
.l-box {
    background-color: #fff;
    width: 320px;
    height: 220px;
    display: none;
    position: fixed;
    z-index: 888;
    left: 50%;
    top: 50%;
    margin: -110px 0 0 -160px;
    padding: 30px;
}
.l-box input {
    margin-bottom: 20px;
}
.l-logged {
    float: right;
    font-weight: 700;
    white-space: nowrap;
    height: 70px;
    line-height: 70px;
    position: relative;
}
.l-menu {
    position: absolute;
    right: 0;
    top: 100%;
    width: 200px;
    background-color: #fff;
    padding: 10px 0;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.1);
    display: none;
}
.l-menu a {
    display: block;
    padding: 0 15px;
    line-height: 30px;
    font-weight: 400;
}
.l-box2 {
    padding: 0 0 0 50px;
    position: relative;
    cursor: pointer;
    max-width: 130px;
}
 .l-ava {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 15px;
}
/* Поиск */
.search-wrap {
    width: 200px; /* Ограничиваем ширину поиска, чтобы влезло */
}

.search-box {
    display: flex;
       border-radius: 4px;
    overflow: hidden;
}

.search-box input {
    border: none;
    padding: 5px 8px;
    width: 100%;
    outline: none;
}

.search-box button {
    background-color: #2d384b;
    border: none;
    padding: 0px 15px;
    cursor: pointer;
}
.carou {
    height: 189px;
}
.carou-in {
    height: 189px;
    padding: 15px;
    background-color: #1c324963;
}
.carou-menu {
    height: 40px;
}
.tc-img {
    height: 160px;
    width: 117px;
    display: block;
    float: left;
}
.tc-title {
    padding: 7px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%}
.tc-img:hover .tc-title {
    opacity: 0;
}
.cm-item {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 15px;
    float: right;
    background-color: #e3e3e3;
}
.cm-item:first-child {
    float: left;
}
.sect-title {
    font-size: 20px;
    line-height: 20px;
}
.sect-header .sect-title {
    margin-bottom: 0;
}
.desc-text {
    margin-top: 0;
    padding-top: 30px;
     background: #242933;
}
.desc-text p {
    line-height: 24px;
    color: #becee1d1;
    text-align: justify;
    padding: 5px;
}
.desc-text h2 {
    line-height: 24px;
    color: #becee1d1;
    text-align: justify;
    padding: 5px;
}
.desc-text p + p {
    margin-top: 0;
}
.desc-text p + .sect-title {
    margin-top: 30px;
}
.desc-text a {
    text-decoration: underline;
    color: #547b97;
}
.to-small {
    font-size: 14px;
}
.grid-select {
    line-height: 30px;
    height: 30px;
}
.grid-select div {
    height: 30px;
    width: 30px;
    text-align: center;
    float: left;
    font-size: 18px;
    cursor: pointer;
}
.grid-select div:hover, .grid-select div.current {
}
.speedbar {
    border-bottom: 1px solid #d3d3d3;
    color: #888;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.speedbar a {
    color: #547b97;
}
.cat-bt {
    margin: 0px 0 0 0;
    font-size: 18px;
    color: #c6d7eb;
    width: 100%}
.to-maxwidth {
    width: calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
}
.short {
    padding: 20px 30px 30px 30px;
    margin-bottom: 15px;
    width: 100%}
.s-top h2 {
    max-width: calc(100% - 140px);
    max-width: -webkit-calc(100% - 140px);
    line-height: 24px;
}
.s-top h2 a {
    font-size: 18px;
    font-weight: 700;
    margin-right: 7px;
}
.s-top h2 span {
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
    padding: 0 10px;
    font-size: 14px;
    background-color: #f5f5f5;
}
.s-meta {
    width: 130px;
    position: relative;
    padding: 2px 15px 0 0;
}
.to-fav {
    width: 30px;
    height: 50px;
    position: absolute;
    right: -30px;
    top: -20px;
    cursor: pointer;
}
.k-fav {
    width: 30px;
    text-align: center;
    height: 50px;
    line-height: 30px;
    padding-top: 15px;
    cursor: pointer;
    background-color: #547b97;
    color: #fff;
}
.k-fav-added {
    background-color: #547b97;
    color: #fff;
}
.s-cols {
    margin-top: 15px;
    position: relative;
}
.s-img {
    width: 173px;
    height: 253px;
    display: block;
}
.s-text {
    width: calc(100% - 195px);
    width: -webkit-calc(100% - 195px);
    line-height: 18px;
    position: relative;
    padding-bottom: 40px;
}
.s-text_t {
    font-weight: 600;
    font-size: 18px;
}
.s-img:hover {
    opacity: 0.8;
}
.st-line {
    margin-bottom: 3px;
}
.st-desc {
    margin-bottom: 10px;
    opacity: 0.8;
}
.st-line span:first-child {
    font-weight: 700;
    margin-right: 3px;
}
.st-line a {
    text-decoration: underline;
    color: #547b97;
}
.s-red {
    color: #ff3300;
    font-weight: 700;
}
.s-btm {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.s-btm .button {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
}
.playlist-episodes {
    width: 100%;
    font-size: 12px;
    text-align: center;
    color: #becee1d1;
    overflow: hidden;
}
.playlist-episodes th, .playlist-episodes td {
    border-collapse: collapse;
    border: 1px solid #414753;
    padding: 3px 20px;
}
.playlist-episodes th {
    padding: 5px 10px 5px 10px;
    background: #274564;
    color: #becee1d1;
    font-family: sans-serif;
}
.playlist-episodes td {
    background: #1c3249 0;
}
.playlist-episodes-link {
    display: inline-block;
    background-color: #7e3183;
    color: #fff;
    padding: 4px 20px 6px 20px;
    border-radius: 4px;
    font-size: 10px;
}
.playlist-episodes-link:hover, .playlist-episodes-link, .playlist-episodes-link:link {
    color: #fff;
}
.playlist-episodes-link:hover {
    background: #c55353;
}
.playlist-episodes-toggle {
    width: 737px;
    height: 40px;
    border-radius: 4px;
    text-align: center;
    background-color: #ffdb4c;
    line-height: 40px;
    margin: 10px 0 20px 0;
}
.playlist-episodes a {
    color: #A1AEBE;
    text-decoration: none;
}
.number {
    counter-increment: section;
}
.number:before {
    content: counter(section) " ";
    padding-right: 3px;
}




.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
 .fa-play:before {
    content: "\25B6"}
.open {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 5px;
}
.xpandable-block {
    height: 147px;
    overflow: hidden;
    order: 0;
}
.xpand-button {
    order: 1;
}
input[type="checkbox"] {
    display: none;
}
input[type="checkbox"]:checked + .xpandable-block {
    height: auto;
}
label {
    order: 1;
    color: #ffffff;
    text-decoration: underline;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    height: 40px;
    text-align: center;
    background-color: #335d89;
    line-height: 40px;
}
.metaz {
    position: relative;
    overflow: hidden;
    margin-top: 8px;
    font-size: 13px;
    line-height: 28px;
    color: #484D4F;
    padding-bottom: 10px;
}
.metaz li {
    float: left;
    overflow: hidden;
    margin-right: 10px;
    padding: 0 13px;
    border-radius: 3px;
    background: #F1F1F1;
}
.tagz {
    overflow: hidden;
    margin: 10px 0 -4px 0;
}
.tagz li {
    float: left;
    margin: 0 4px 4px 0;
}
.tagz li a {
    display: block;
    padding: 0 10px;
    border-radius: 3px;
    background: #dae4ea;
    text-decoration: none;
    font-size: 13px;
    line-height: 28px;
    color: #0086C2;
}
.tagz span {
    display: block;
    padding: 0 10px;
    border-radius: 3px;
    background: #dae4ea;
    text-decoration: none;
    font-size: 13px;
    line-height: 28px;
    color: #0086C2;
}
}.rate3-short {
    height: 16px;
    overflow: hidden;
    line-height: 16px;
    white-space: nowrap;
    text-align: right;
}
 .rate3-short .fa {
    margin-right: 5px;
}
.sr-plus, .sr-minus {
    display: inline-block;
    line-height: 16px;
    vertical-align: top;
}
.sr-plus {
    color: #3C0;
    margin-right: 5px;
}
.sr-minus {
    color: #f20404;
    margin-left: 5px;
}
.r3-hide {
    display: none;
}
.k-fav {
    background-color: transparent;
    box-shadow: none;
    color: #547b97;
    position: relative;
    right: 10px;
}
.grid-thumb {
    margin: 0 -15px;
}
.grid-thumb .short {
    float: left;
    width: calc((100% - 90px)/3);
    width: -webkit-calc((100% - 90px)/3);
    padding: 0;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.grid-thumb .s-img {
    width: 100%;
    height: 0;
    padding-top: 145%}
.grid-thumb .s-img img {
    position: absolute;
    left: 0;
    top: 0;
}
.grid-thumb .s-top h2 {
    max-width: 100%;
    width: 100%;
    text-align: center;
}
.grid-thumb .s-top h2 a {
    font-size: 15px;
    font-weight: 400;
    margin-right: 0;
    padding: 0 15px;
    line-height: 16px;
    height: 16px;
    overflow: hidden;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.grid-thumb .s-meta {
    width: 100%;
    margin: 0 auto;
    padding: 15px;
}
.grid-thumb .rate3-short {
    text-align: center;
}
 .grid-thumb .s-cols {
    margin: 0 0 15px 0;
    -ms-order: -1;
    -webkit-order: -1;
    order: -1;
}
.grid-thumb .s-text, .grid-thumb .to-fav, .grid-thumb .s-top h2 span {
    display: none;
}
.side-box + .side-box {
    margin-top: 0;
}
.side-bt {
    padding: 10px 12px;
}
.side-bc {
    padding: 15px;
    background: #1c3249;
}
.side-bc.fx-row {
    padding-bottom: 0;
}
.side-bc a {
    color: #becee1;
}
.nav-title {
    margin-bottom: 5px;
    color: #becee1;
}
.nav-list + .nav-title {
    margin-top: 15px;
}
.nav-list li {
    width: 49%;
    line-height: 24px;
    font-size: 14px;
}
.fx-4 li {
    width: 23%;
    width: 23%;
    background: #274564;
    text-align: center;
    margin-top: 3px;
}
.side-item {
    width: 47%;
    margin-bottom: 15px;
    display: block;
}
.side-title {
    margin-top: 7px;
}
.obnov-item {
    margin-bottom: 2px;
    background-color: #f5f5f5;
}
.o-link {
    display: block;
}
.o-link > div {
    width: 60%;
    float: left;
    padding: 10px 5px;
}
.o-link > div:last-child {
    width: 40%;
    text-align: right;
}
.o-date {
    font-size: 12px;
    font-weight: 700;
    padding: 5px 10px 0 10px;
}
.o-series {
    border: 1px solid #90b23d;
    font-size: 12px;
    padding: 2px 3px;
    text-align: center;
    margin-bottom: 5px;
}
.o-title {
    margin-top: -5px;
}
.o-title + span, .o-series + span {
    margin-top: 5px;
    opacity: 0.6;
}
.o-link:hover .o-series {
    background-color: #90b23d;
    color: #fff;
}
.ft-menu {
    line-height: 30px;
    padding-left: 16px;
    color: #A1AEBE;
}
.ft-menu a {
    color: #fff;
    margin-right: 15px;
}
.ft-menu a:first-child {
    font-weight: 700;
    text-decoration: underline;
}
.pagi-load {
    text-align: center;
}
.pagi-load > span {
    display: none;
}
.pagi-load + .pagi-nav {
    margin-top: 5px;
}
.bottom-nav {
    line-height: 30px;
    text-align: center;
    padding: 0 0 20px 0;
}
.pagi-nav {
    max-width: 100%;
    display: inline-block;
}
.pagi-nav > span {
    display: inline-block;
}
.pprev, .pnext {
}
.pprev {
}
.pnext a, .pprev a, .pprev > span, .pnext > span {
    display: block;
    width: 32px;
    text-align: center;
}
.navigation {
    text-align: center;
}
.navigation a, .navigation span, .pnext a, .pprev a, .pprev > span, .pnext > span {
    display: inline-block;
    padding: 0 5px;
    min-width: 32px;
    background-color: #fff;
    margin: 0 3px;
    border-radius: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    border-radius: 7px;
    margin-top: 10px;
}
.navigation span, .pagi-nav a:hover {
    background-color: #2d3c54;
    color: #fff;
}
.navigation span.nav_ext {
    background-color: #fff;
    color: #ccc;
}
.pagi-nav a:hover {
    background-color: #547b97;
    color: #fff;
}
.dle-comments-navigation .pagi-nav {
    margin-bottom: 0;
}
.fcols-wr {
    margin: 0 0 5px 0;
    padding: 30px;
    background: #ececec;
    width: 100%

}
.fright {
    width: 200px;
    float: right;
}
.fleft {
    width: calc(100% - 0);
    width: -webkit-calc(100% - 0);
    float: left;
}
.fsect {
    padding: 20px 30px;
    margin-bottom: 15px;
    line-height: 1.7;
}
.rkl-box {
    overflow: hidden;
    text-align: center;
}
.fcols-wr .meta {
    clear: both;
    margin: 10px -20px 0 -20px;
       padding: 7px 20px;
       font-size: 14px;
       line-height:  1.7;
border-bottom: 1px solid #cdcdcd;
}
.fcols-wr .meta ul {
    overflow: hidden;
    margin: 10px 0 -4px 0;
}
.fcols-wr .meta li {
      display: block; 
    list-style-type: none; 
    margin-bottom: 5px;
}
.fcols-wr .meta li a {
    display: block;
    padding: 0 10px;
    border-radius: 3px;
    background: #dae4ea;
    text-decoration: none;
    font-size: 13px;
    line-height: 28px;
    color: #0086C2;
}

.fcols-wr h2 {
  text-align: center;     /* ВЫРАВНИВАНИЕ ПО ЦЕНТРУ */
    font-size: 17px;
    font-weight: 600;
        margin: 20px 0 -10px 0;
    line-height: 1.4;

    /* Убираем border-left для симметрии, можно добавить border-bottom */
       display: table;         /* Чтобы линия снизу была по ширине текста, а не на всю строку */
    margin-left: auto;      /* Центрируем сам блок после display: table */
    margin-right: auto;
   
}



/* Контейнер должен иметь относительное позиционирование */
.serial-play {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Это создает пропорцию 16:9 */
    height: 0;
    overflow: hidden;
}

/* Сам iframe должен растягиваться по контейнеру */
.serial-play iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
background: #1a1d23;
}

.fheader {
    margin: -10px 0 15px 0;
}
.fheader h1 {
    font-size: 18px;
}
.foriginal {
    font-size: 14px;
    opacity: 0.5;
    margin-top: 5px;
}
.fheader h1 .fa {
    margin-left: 10px;
    font-size: 16px;
}
.fdesc {
    margin-top: 15px;
}
.fcols .st-line {
    font-size: 14px;
}
.subtitle {
    font-size: 14px;
    font-weight: 600;
    color: #becee1;
    text-align: center;
    padding: 8px 30px;
    background: #222833;
}
.fcols + .subtitle {
    margin: 15px 0 -10px 0;
    text-align: center;
}
.fheader ul {
    position: relative;
    overflow: hidden;
    margin-top: 3px;
    font-size: 13px;
    line-height: 28px;
    color: #484D4F;
}
.fheader ul li {
    float: left;
    overflow: hidden;
    margin-right: 10px;
    padding: 0 13px;
    border-radius: 3px;
    background: #F1F1F1;
    margin-top:  3px;
}
.frate {
    height: 40px;
    line-height: 24px;
    position: relative;
    margin-bottom: 15px;
    opacity: 0;
}
.frate.done {
    opacity: 1;
}
.rate-data {
    display: none;
}
.rate-plus, .rate-minus {
    cursor: pointer;
}
.frate .fa {
    color: #3c0;
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
}
.rate-minus .fa {
    color: #f20404;
    position: relative;
}
.frate div:hover .fa {
    animation: bounceRate 0.3s infinite linear;
    animation-direction: alternate;
}
.rbar {
    height: 6px;
    overflow: hidden;
    background-color: #f20404;
    border-radius: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%}
.rfill {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #3c0;
    transition: width 1s linear;
}
.rate-perc {
    font-size: 18px;
    font-weight: 700;
}
.rate-perc.high {
    color: #3c0;
}
.rate-perc.low {
    color: #f20404;
}
@keyframes bounceRate {
    from {
    transform: translate(0, 0%);
}
 to {
    transform: translate(0, -50%);
}
}.fposter .to-fav {
    right: 0;
    top: 0;
}
.fposter .k-fav {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 32px;
    background-color: #fff;
    padding: 0;
    border-radius: 50%}
.fbtns {
    text-align: center;
}
.fbtns .fa {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;
}
.fbtn {
    width: 100%;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
    margin-top: 0;
    position: relative;
    padding-left: 40px;
    margin-top: 15px;
}
.fbtn:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
 .qual {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 1;
    font-size: 12px;
    border-radius: 3px;
    background-color: #4e4376;
    color: #dededebf;
    padding: 3px 5px;
    text-transform: uppercase;
    font-weight: 600;
}
 .vozrast2 {
    position: absolute;
    top: 223px;
    z-index: 1;
    font-size: 12px;
    background: #30303080;
    color: #ecececba;
    padding: 3px 5px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0.25rem;
    backdrop-filter: blur(2px);
    right: 5px;
}
.vozrast {
    position: absolute;
    top: 271px;
    z-index: 1;
    font-size: 12px;
    background: #30303080;
    color: #ecececba;
    padding: 3px 5px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0.25rem;
    backdrop-filter: blur(2px);
    right: 5px;
}
.yx-share {
    margin-top: 15px;
    text-align: center;
}
.yx-share-title {
    font-weight: 700;
    margin-bottom: 10px;
}
.fsect.yx-share {
    text-align: center;
}
.fsect.yx-share > * {
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px;
}
.fplayer {
    position: relative;
    overflow: hidden;
    width: 100%;
      background-repeat: no-repeat;
    background-position: center;
    background: #1c3249;
   

}
.fplayer .tabs-sel span {
    display: inline-block;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-weight: 700;
    margin-right: -4px;
    background-color: #e3e3e3;
}
.fplayer .tabs-sel span.current {
}
.fplayer .tabs-sel span:hover {
    text-decoration: underline;
}
.fplayer .tabs-sel {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
}
.js .tabs-b {
    display: none;
}
.js .tabs-b.visible {
    display: block;
}
.fplayer .s-date {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    opacity: 0.8;
    font-size: 14px;
}

.fulgen{    margin: 0 0 5px 0;
   /* padding: 30px;*/
    background: #ececec;
    width: 100%;}

.error-btn {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 180px;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
.error-btn a {
    width: 180px;
    height: 40px;
    line-height: 40px;
    display: block;
}
.sub-text {
    margin-bottom: 0;
    color: #d0dff2;
    padding: 8px 30px;
    text-align: center;
    width: 737px;
    background: #252837;
}
.sub-text .fa {
    font-size: 70px;
    float: left;
    margin: 0 30px 10px 0;
    color: #547b97;
}
.sub-desc {
    font-size: 14px;
    margin-top: 15px;
    line-height: 1;
}
.sub-desc p + p {
    margin: 7px 0 0 0;
}
.hide-this {
    display: none;
}
.fscreens > * {
    width: 31%;
    display: block;
    margin-bottom: 10px;
}
.fscreens br {
    display: none;
}
.rels {
   /* padding: 15px 30px;*/
    margin-bottom: 10px;
     margin-top: 50px;
     width: 100%}
.rels .sect-title {
    margin-bottom: 9px;
     font-weight: 400;
    font-size: 17px;

}
.rels .side-item {
    width: 16%}
.rels2 {
    padding: 5px 30px;
     margin-top: 5px;
     width: 100%;
    font-size: 12px;
    background: #335d89;
     color: #cdddf1;
}
.rels3 {
    padding: 15px 30px;
    margin-bottom: 15px;
    width: 100%;
    font-size: 14px;
    background: #1c2438;
    color: #d0dff2;
}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {
    width: 100%;
    max-width: 100% !important;
    height: 420px;
    display: block;
    margin: 0 auto;
}
.mejs-container {
    max-width: 100% !important;
}
 .poster-grid {
    display: flex;
    flex-wrap: wrap;
        /* justify-content: center;*/
    background: #ececec;
}
 .poster {
    position: relative;
     display: inline-block;
    margin: 10px;
    overflow: hidden;
     vertical-align:  top;
     width: 173px;
}
 .poster img {
    border-radius: 5px;
    transition:  all 0.3s;
    width: 173px;
    height: 253px;
}
 .poster-title {
    text-align: center;
    font-size: 14px;
    margin-top: 3px;
    word-wrap: break-word;
}
.poster:hover img {
    transform: scale(1.05);
    filter: brightness(50%);
}
 @keyframes pulsate {
    0% {
    transform: scale(1);
}
 50% {
    transform: scale(1.1);
}
 100% {
    transform: scale(1);
}
}.poster:hover img {
    animation: pulsate 1.5s infinite;
}
 .linkp {
    display: inline-block;
    float: right;
    margin-top: -19px;
    font-size: 14px;
    color: #becee1;
}
.full-text {
    color: #444;
    font-size: 14px;
    line-height: 1.7;
}
.full-text img:not(.emoji) {
    max-width: 100%;
    float: left;
    width: 200px;
    height: 300px;
    margin: 0 15px 2px 0;
}
.full-text > img[style*="left"], .full-text > .highslide img[style*="left"] {
    margin: 0 10px 10px 0;
}
.full-text > img[style*="right"], .full-text > .highslide img[style*="right"] {
    margin: 0 0 10px 10px;
}
.full-text a {
    text-decoration: underline;
    color: #547b97;
}
.full-text a:hover {
    text-decoration: none;
}
.full-text h2, .full-text h3, .full-text h4, .full-text h5 {
    margin: 10px 0;
    font-size: 18px;
    font-weight: 700;
}
.full-text p {
    margin-bottom: 10px;
}
.full-text > ul, .full-text > ol {
    margin: 10px 0;
}
.full-text > ul li {
    list-style: disc;
    margin-left: 40px;
    position: relative;
}
.full-text2 > ul li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: -25px;
    width: 8px;
    height: 8px;
    color: #9cce43;
    border-radius: 0;
}
.full-text > ol li {
    list-style: decimal;
    margin-left: 40px;
}
.full-text table {
    width: 100%;
    text-align: left;
    margin: 0;
}
.full-text table tr td {
    padding: 3px 7px;
    border: 2px solid #fff;
}
.full-text table tr:nth-child(2n+1) {
    background-color: #e3e3e3;
}
 .full-text222 table tr:nth-child(1) {
    background-color: #0297dc !important;
    color: #FFF;
    font-size: 14px !important;
}
.full-text table img {
    display: block;
    margin: 0;
    border: 0;
    max-width: 350px;
}
.attach {
    line-height: 40px;
    background-color: #f5f5f5;
    padding: 0 15px 0 0;
    border-radius: 4px;
    margin: 10px 0;
    overflow: hidden;
}
.attach .download-link {
    color: #FFF !important;
    text-decoration: none !important;
    margin-right: 15px;
    float: left;
    display: inline-block;
    padding: 0 15px;
    background: #0297dc;
}
.attach-info {
    float: right;
}
.attach i {
    margin-right: 5px;
}
.dcont {
    border: 1px solid #e3e3e3;
    padding: 0 15px 15px 15px;
    margin: 0 0 20px 0;
    line-height: 20px;
}
.polltitle {
    display: block;
    padding: 5px 15px;
    margin: 0 -15px 15px -15px;
    font-size: 18px;
    background-color: #f5f5f5;
    line-height: normal;
}
.full-taglist a {
    color: #4a61a3;
}
.full-taglist {
    margin: 0;
}
.full-comms {
    padding: 15px 30px;
    margin-bottom: 30px;
    width: 100%}
.comms-title {
    line-height: 40px;
}
.comms-title > span {
    font-size: 16px;
}
.add-comm-form {
    position: relative;
    margin: 15px 0 0 0;
    padding: 30px;
    border: 1px solid #e3e3e3;
    display: none;
    background-color: #f5f5f5;
}

/* Комбинация двух классов делает правило сильнее */
.button.add-comm-btn {
    background-color: #2d384b; /* Ваш цвет */
    color: #ffffff;            /* Цвет текста */
    border-radius: 5px;        /* Закругление */
    padding: 0 20px;           /* Свои отступы */
    height: 45px;              /* Своя высота */
    line-height: 45px;         /* Центрирование текста по вертикали */
    font-size: 16px;           /* Размер шрифта */
    border: none;              /* Убрать рамку, если есть */
}

/* Эффект при наведении */
.button.add-comm-btn:hover {
    background-color: #e64a19;
}


button.custom-btn {
    all: unset !important; /* Принудительный сброс */
    display: inline-block !important; /* После unset нужно вернуть блочность */
    background-color: #2d384b !important;
    color: #ffffff !important;
    border-radius: 5px !important;
    padding: 0 20px !important;
    height: 45px !important;
    line-height: 45px !important;
    font-size: 16px !important;
    cursor: pointer !important;
    text-align: center !important;
}

/* Обратите внимание: button без точки в начале */
button.custom-btn:hover {
    background-color: #e64a19 !important;
    color: #ffffff !important;
    cursor: pointer;
}




.ac-soc {
    position: absolute;
    right: 0;
    top: -8px;
}
.ac-soc:before {
    content: attr(data-label);
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    margin-right: 5px;
}
.ac-soc a {
    display: inline-block;
    margin: 0 0 0 3px;
    vertical-align: top;
}
.ac-soc img {
    display: block;
    width: 30px;
}
.ac-inputs, .ac-textarea {
    margin-bottom: 15px;
}
.ac-av {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    background: #fff url(../dleimages/noavatar.png) no-repeat;
    background-size: contain;
}
.ac-title {
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.ac-inputs input {
    width: 49%;
    background-color: #FFF;
    box-shadow: 0 0 0 1px #EDEDED, inset 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.ac-textarea textarea {
    height: 85px;
    background-color: #fff;
}
.ac-submit {
}
.sec-answer + .sec-label {
    margin-top: 10px;
}
.ac-protect {
    margin-top: -10px;
    display: none;
}
.ac-protect .label {
    font-size: 12px;
}
.ac-protect .sep-input {
    padding: 10px 10px 10px 160px;
}
.ac-protect input {
    background-color: #FFF;
}
.mass_comments_action {
    text-align: right;
    padding: 5px 15px;
    background-color: #f0f0f0;
    margin: 20px 0 0 0;
}
.last-comm-link {
    font-size: 16px;
    margin-bottom: 10px;
}
.last-comm-link a {
    text-decoration: underline;
    color: #547b97;
}
.full-comms {
}
#dle-comments-list {
    margin-top: 15px;
}
.comm-item {
    padding-left: 65px;
    margin-bottom: 15px;
}
.comm-left {
    width: 50px;
    height: 50px;
    margin-left: -65px;
    float: left;
    border-radius: 50%}
.comm-right {
    width: 100%;
    float: right;
    padding: 10px;
    position: relative;
    border: 1px solid #e3e3e3;
    background-color: #161c2c14;
    border-radius: 5px;
}
.comm-one {
    padding: 0 80px 5px 0;
    position: relative;
    font-size: 14px;
}
.comm-one > span:nth-child(4) {
    color: #bcbcbc;
    float: right;
    margin-right: 0;
}
.comm-one > span {
    float: left;
    margin-right: 20px;
}
.comm-author {
    font-weight: 700;
}
.comm-author a {
    text-decoration: underline;
}
.rate3-comm {
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
    font-size: 16px;
}
.rate3-comm a {
    cursor: pointer;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    font-size: 14px;
    color: #497b41;
    margin: 0 5px 0 0;
    vertical-align: top;
}
.rate3-comm a:last-child {
    color: #a03939;
    margin: 0 0 0 5px;
}
.rate3-comm a:hover {
    opacity: 0.5;
}
.rate3-comm > span {
    height: 20px;
    line-height: 20px;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    vertical-align: top;
}
.rate3-comm > span > span.ratingtypeplus {
    color: #06b601;
}
.rate3-comm > span > span.ratingplus {
    color: #95c613;
}
.rate3-comm > span > span.ratingminus {
    color: #ff0e0e;
}
.comm-two {
    color: #4c4c4c;
    line-height: 20px;
    padding-bottom: 0;
    font-size: 14px;
}
.signature {
    font: italic 12px Georgia, "Times New Roman", Times, serif;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #e3e3e3;
}
.comm-three {
    margin-top: 10px;
    font-size: 12px;
    text-align: right;
}
.comm-three li {
    display: inline-block;
    margin-left: 10px;
}
.comm-three a {
    color: #6382b1;
    text-decoration: underline;
}
.comm-three li:first-child {
    margin-left: 0;
    float: left;
}
.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-item {
    position: relative;
    min-height: 1px;
    float: left;
}
.owl-carousel .owl-item > img {
    display: block;
    width: 100%}
.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;
}
.owl-prev, .owl-next {
    height: 40px;
    position: absolute;
    top: 85px;
    z-index: 200;
    text-align: center;
    line-height: 40px;
    color: #222;
    font-size: 18px;
    border-radius: 50%}
.owl-prev {
    left: -15px;
}
.owl-next {
    right: -15px;
}
.owl-prev:hover, .owl-next:hover {
    background-color: #90b23d;
    color: #fff;
}
.owl-dots {
    text-align: center;
    padding-top: 15px;
}
.owl-dot {
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #e3e3e3;
}
.owl-dot.active {
    background-color: #90b23d;
}
.topmenu {
    text-align: right;
}
.topmenu>li {
    display: inline-block;
    position: relative;
    top: 27px;
}
.nav {
    left: 235px;
    top: 5px;
}
.topmenu>li>a {
    padding: 13px 25px;
    color: #A1AEBE;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
.nav a {
    text-decoration: none;
    outline: none;
    display: block;
    transition: .4s ease-in-out;
}
.shortstory-list {
    overflow: hidden;
    position: relative;
    background: #252837;
    border: 1px solid #233248;
}
.shortstory-list-poster img {
    width: 96%;
    vertical-align: top;
    margin: 5px;
}
.photo_info2 {
    background: #2c2f40;
    padding: 0 10px;
    width: 100%;
    margin: 0;
    bottom: 0;
    text-align: center;
    overflow: hidden;
    padding-bottom: 10px;
}
.photo_font {
    font-weight: 500;
    color: #7B8494;
    font-family: "Open Sans", Arial, Helvetica;
    font-size: small;
}
.section {
    display: block;
    position: relative;
    width: 737px;
    background: none repeat scroll 0 0 #252837;
    background-repeat: no-repeat;
    background-image: url(../images/loading.gif);
    background-position: 169px 0;
}
.roll {
    text-align: center;
    padding-bottom: 13px;
    background-color: #1c3249;
    padding-top: 14px;
    width: 100%;
    height: 348px;
}
.infoplay {
    background: #274564;
    display: block;
    padding: 2px 10px;
    color: #becee1d1;
    font-size: 12px;
    position: relative;
}
.menu {
    padding-left: 734px;
    padding-top: 18px;
}
ul.menu > li {
    float: left;
    position: relative;
}
ul.menu > li > a {
    display: block;
    padding: 10px;
    color: white;
    background-color: #252837;
    text-decoration: none;
}
ul.menu > li > a:hover {
    background-color: black;
}
ul.submenu {
    display: none;
    position: absolute;
    width: 120px;
    top: 37px;
    left: 0;
    background-color: #242933;
}
ul.submenu > li {
    display: block;
}
ul.submenu > li > a {
    display: block;
    padding: 10px;
    color: white;
   /* background-color: #2c2f40;*/
    text-decoration: none;
}
ul.submenu > li > a:hover {
    text-decoration: underline;
}
ul.menu > li:hover > ul.submenu {
    display: block;
}











/* Стили выпадающего меню */
.submenu {
    display: none; /* Скрыто по умолчанию */
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    z-index: 100;
    min-width: 150px;
    list-style: none;
    padding: 10px 0;
    margin: 0;
}

.submenu li a {
    display: block;
    padding: 8px 15px;
    text-decoration: none;
    color: #444;
    font-size: 13px;
}

.submenu li a:hover {
    background-color: #f5f5f5;
    color: #000;
}

/* Показ при наведении */
.dropdown:hover .submenu {
    display: block;
}


.dropbtn {
    padding: 9px;
    color: #A1AEBE;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
    margin-left: -24px;
    top: 20px;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
    background-color: #ddd;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown:hover .dropbtn {
    background-color: #c55353;
}
.newtel>ul>li {
}
.newtel>ul>li>a {
    display: block;
    padding: 0px 14px 4px 15px;
    background-image: none;
    color: #becee1d1;
    transition: #233248 0.25s ease-out 0s;
    border-bottom: 1px solid #414753;
    text-decoration: none;
    width: 108px;
    border-right: 1px solid #151B23;
    border-left: 1px solid #151B23;
    font-size: 14px;
    text-overflow: ellipsis;
    line-height: 2;
    background: none repeat scroll 0 0 #1c3249;
}
.newtel>ul>li>a:hover {
    color: #E10A0A;
}
.news li a {
    width: 300px !important;
}
.best>ul>li {
}
.best>ul>li>a {
    display: block;
    padding: 2px 21px 4px 15px;
    background-image: none;
    color: #7B8494;
    transition: #233248 0.25s ease-out 0s;
    border-bottom: 1px solid #233248;
    text-decoration: none;
    width: 108px;
    border-right: 1px solid #151B23;
    border-left: 1px solid #151B23;
    font-size: 13px;
    text-overflow: ellipsis;
    line-height: 2;
    background: none repeat scroll 0 0 #161c2c;
}
.best>ul>li>a:hover {
    color: #E10A0A;
}
.news1 li a {
    width: 300px !important;
}
.kanals {
    padding-left: -4px;
    margin-left: -47px;
    position: absolute;
}
.rekl1 {
    padding: 15px;
    background-color: #e6e6e6;
    width: 100%}
.tvkanal {
    padding-left: 18px;
    padding-bottom: 13px;
    background-color: #161c2c;
    padding-top: 14px;
    width: 737px;
}
.mix {
    background-color: #e6e6e6;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 100%;
    margin-bottom: 5px;
    height: 257px;
}
.hedsb  {
    width:  100%;
    height:  260px;
    padding-top:  5px;
}
.mixmob33 {
    background-color: #e6e6e6;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 100%;
    margin-bottom: 5px;
    height: 300px;
}
.mixmob {
    background-color: #e6e6e6;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 100%;
    margin-bottom: 5px;
    height: 255px;
}
.mixmob2 {
    background-color: #e6e6e6;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 100%;
    margin-bottom: 5px;
    height: 260px;
}
.lead1 {
    background-color: #e6e6e6;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 100%;
    margin-bottom: 5px;
    height: 96px;
}
.mixmob1 {
    background-color: #e6e6e6;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 100%;
    margin-bottom: 5px;
    height: 337px;
}
.mixad {
    background-color: #e6e6e6;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 100%;
    margin-bottom: 5px;
    height: 295px;
}
 .mixmobv {
    background-color: #e6e6e6;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 100%;
    height: 255px;
}
.soc1 {
    background: #161c2c;
    border-bottom: 1px solid #233248;
}
.soctext {
    text-align: center;
    padding-bottom: 5px;
    font-weight: 700;
    font-size: 16px;
    font-family: Helvetica, Arial, sans-serif;
    color: #A1AEBE;
    border-bottom: 1px solid #233248;
    padding-top: 5px;
}
input[id^="spoiler"] {
    display: none;
}
input[id^="spoiler"] + label {
    display: block;
    width: 100%;
    margin: 0 auto;
    background: #335d89;
    color: #d0dff2;
    text-align: center;
    font-size: 10px;
    cursor: pointer;
    transition: all .6s;
    height: 10px;
    line-height: 10px;
}
input[id^="spoiler"]:checked + label {
    color: #333;
    background: #ccc;
}
input[id^="spoiler"] ~ .spoiler {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
    background: #eee;
    transition: all .6s;
}
input[id^="spoiler"]:checked + label + .spoiler {
    height: auto;
    opacity: 1;
    padding: 10px;
}
.player-warning {
    background: #274564;
    display: block;
    padding: 1px 15px;
    color: #d0dff2;
    font-size: 12px;
    position: relative;
}
.player-warning .close {
    position: absolute;
    right: 12px;
    top: 2px;
    background: #fd2525;
    height: 14px;
    width: 14px;
    text-align: center;
    line-height: 13px;
    border-radius: 100%;
    margin: 0;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.6);
    opacity: 0.9;
    display: block;
    cursor: pointer;
    color: #fff;
    font-size: 10px;
}
.player-warning .close:before {
    content: "x"}
.buttttons {
    display: table;
    height: 100%;
    width: 100%;
    background: #222833;
}
.kontaiher {
    display: table-cell;
    padding: 1em;
    text-align: center;
    vertical-align: middle;
border-bottom: 1px solid rgb(255 255 255 / 14%);

}
 .BatcoH {
    color: black !important;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    margin: 0.5em 0.5em 0.5em;
    max-width: 90px;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    width: 100%}
@media (min-width:400px) {
    .BatcoH {
    display: inline-block;
    margin-right: 0.4em;
}
 .BatcoH:nth-of-type(even) {
    margin-right: 0.4em;
}
}@media (min-width:600px) {
    .BatcoH: nth-of-type(even) {
    margin-right: 0.5em;
}
 .BatcoH:nth-of-type(5) {
    margin-right: 0.5em;
}
}.BatcoH:hover {
    text-decoration: none !important;
}
 .BatcoH-dub {
    color: black;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    margin: 0 auto 0.5em;
    max-width: 200px;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    width: 100%}
@media (min-width:400px) {
    .BatcoH-dub {
    display: inline-block;
    margin-right: 0.4em;
}
 .BatcoH-dub:nth-of-type(even) {
    margin-right: 0.4em;
}
}@media (min-width:600px) {
    .BatcoH-dub: nth-of-type(even) {
    margin-right: 0.5em;
}
 .BatcoH-dub:nth-of-type(5) {
    margin-right: 0.5em;
}
}.BatcoH-dub:hover {
    text-decoration: none;
}
.BatcoH-prevnext {
    color: #A1AEBE;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 auto 0.5em;
    max-width: 30%;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: 32%;
    margin-right: 10px;
}
@media (min-width:400px) {
    .BatcoH-prevnext {
    display: inline-block;
    margin-right: 0.5em;
}
 .BatcoH-prevnext:nth-of-type(even) {
    margin-right: 0.5em;
}
}@media (min-width:600px) {
    .BatcoH-prevnext: nth-of-type(even) {
    margin-right: 0.5em;
}
 .BatcoH-prevnext:nth-of-type(5) {
    margin-right: 0.5em;
}
}.BatcoH-prevnext:hover {
    text-decoration: none;
}
.BatcoH-4 {
    border: 1px solid;
    overflow: hidden;
    position: relative;
    z-index: 20;
}
.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(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10;
}
.BatcoH-4:hover:after {
    left: 120%;
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.BatcoH-5 {
    border: 0 solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
    outline: 1px solid;
    outline-offset: 0;
    text-shadow: none;
    -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}
.BatcoH-5:hover {
    border: 1px solid;
    outline-color: rgba(255, 255, 255, 0);
}
.fposter {
    width: 200px;
    margin: 0 10px 0 0;
    float: left;
    position: relative;
    min-height: 100px;
}
.verh {
    text-align: center;
    color: #A1AEBE;
    font-weight: 600;
    padding-top: 21px;
    float: right;
    position: relative;
    padding-right: 15px;
}
.verh li {
    position: relative;
    display: inline-block;
    border-radius: 3px;
    padding: 7px 7px;
    background: #274564;
}
.verh li a {
    color: #becee1;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding: 0 14px;
}
.h1cat {
    display: inline-block;
    color: #a1aebe;
    padding: 6px 8px 6px 8px;
    border-radius: 4px;
    font-size: 10px;
    vertical-align: middle;
    float: left;
}
.rad_selection {
    color: #ffffff;
    font-family: tahoma;
    font-size: 11px;
    height: 34px;
    overflow: hidden;
    cursor: pointer;
    border-bottom: 1px solid #434242;
}
.rad_selection img {
    width: 22px;
    height: 22px;
    padding: 6px;
    vertical-align: middle;
    border: none;
    box-sizing: content-box;
}
#rad_block_play {
    display: inline-block;
    margin-right: 10px;
    margin-left: 4px;
    padding: 12px;
    float: left;
}
#rad_select_main_text, #rad_stationname, #rad_select_main_image {
    vertical-align: middle;
}
#rad_play_btn {
    cursor: pointer;
    margin: 0;
    vertical-align: middle;
    border: none;
}
#rad_select {
    font-size: 12px;
    font-family: tahoma;
    cursor: pointer;
    width: 170px;
}
#rad_stationname {
    float: left;
    width: 155px;
    overflow: hidden;
    white-space: nowrap;
}
#rad_select_main_image {
    width: 36px;
    height: 36px;
    padding: 6px 16px 6px;
    box-sizing: content-box;
}
.rad_select_small_image {
    width: 22px;
    height: 22px;
    padding: 6px;
}
#rad_dropdown {
    float: left;
    padding-top: 18px;
}
#rad_list {
    position: absolute;
    z-index: 1000;
    background-color: #2c2c2c;
    margin-top: 48px;
    margin-left: 9px;
    max-height: 210px;
    width: 170px;
    overflow: auto;
}
#rad_block_select {
    display: inline-block;
    float: left;
}
#rad_block_volume {
    display: inline-block;
    margin-right: 10px;
    margin-left: 4px;
    padding: 12px;
    float: right;
}
#rad_sound_btn {
    cursor: pointer;
    margin: 0;
    vertical-align: middle;
    border: none;
}
#rad_volume {
    position: absolute;
    z-index: 1000;
    background-color: #2c2c2c;
    padding: 14px;
    margin-top: 12px;
    margin-left: -4px;
    height: 100px;
    width: 6px;
    overflow: hidden;
    box-sizing: content-box;
}
#rad_volume_range {
    background-color: #999;
    width: 6px;
    height: 100px;
    margin: 15px 13px;
    display: table-cell;
    vertical-align: bottom;
    box-sizing: content-box;
}
#rad_volume_bar {
    background-color: #fff343;
    width: 6px;
    box-sizing: content-box;
}
#rad_block_logo {
    padding-top: 0;
    margin-top: 12px;
    float: left;
    margin-left: 50px;
}
#rad_logo {
    border: none;
}
#rad_player {
    height: 48px;
    min-width: 180px;
    box-sizing: content-box !important;
}
.fix-message {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 20px;
    font-size: 18px;
    color: #fff;
    background: linear-gradient(130.16deg, #505add 34.4%, #be40c0 66.11%, #fba82b 96.37%);
    z-index: 999;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.6);
    display: none;
}
.close-fix {
    position: absolute;
    top: -20px;
    right: 20px;
    background-color: red;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    cursor: pointer;
}
.b-tg__sub {
    color: #fff;
    font-weight: bold;
    display: inline-block;
    margin-left: 6px;
    padding-left: 28px;
    position: relative;
    text-decoration: underline;
}
.b-tg__sub:before {
    filter: alpha(opacity=90);
    opacity: 0.9;
    background: url(../images/icon-tg.png) no-repeat 0 0;
    background-size: 100%;
    content: "";
    display: block;
    height: 22px;
    position: absolute;
    left: 0;
    width: 23px;
}
.sezlink {
    margin-bottom: 4px;
}
.sezlink li {
    display: block;
    margin-top: 0;
    list-style-type: none;
}
.sezlink span {
    display: inline-block;
    background: #dae4ea;
    padding: 5px 10px;
    border-radius: 3px;
    margin-top: 3px;
}
.sezlink span a {
    color: #0086C2;
}
.gnez {
    margin: 0 0 -37px 0;
}
.digk {
    width: 755px;
    margin: 0 auto;
    background: darkgray;
}
 .bblock {
    float: left;
    line-height: 120px;
    font-size: 40px;
    color: white;
    width: 245px;
    margin-right: 10px;
    text-align: center;
}
.digk:last-child {
    margin-right: 0;
}
.hotnum {
  background: red;
    color: white;
    font-size: 9px;
    padding: 1px 4px;
    border-radius: 3px;
    vertical-align: top;
    text-transform: uppercase;
}
.btn-menu {
    display: none;
}

.arrow {
    font-size: 10px;
    margin-left: 3px;
    opacity: 0.6;
}


.side-panel {
    width: 280px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #f3f3f3;
    padding: 0;
    z-index: 888;
    position: fixed;
    left: -280px;
    top: 0;
    transition: left .4s;
    -webkit-transition: left .4s;
}
.side-panel.active {
    left: 0;
}
.close-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 887;
    display: none;
}
@media screen and (max-width:1220px) {
    .center {
    max-width: 1000px;
}
.header, .footer, .desc-text {
}
.carou, .cols {
}
.main {
   
}
.owl-prev {
    left: 5px;
}
.owl-next {
    right: 5px;
}
.grid-thumb {
    margin: 0 -7px;
}
.grid-thumb .short {
    margin-left: 7px;
    margin-right: 7px;
    margin-bottom: 15px;
    width: calc((100% - 42px)/3);
    width: -webkit-calc((100% - 42px)/3);
}

}






@media screen and (max-width:950px) {
    .center {
    max-width: 768px;
    padding-top: 110px;
}
.side {
    display: none;
}
.main {
    width: 100%}
.short {
    padding: 15px;
    width: 100%}
.s-meta {
    padding: 2px 25px 0 0;
}
.to-fav {
    top: -15px;
    right: -15px;
}
.s-text {
    width: calc(100% - 215px);
    width: -webkit-calc(100% - 215px);
}
.btn-menu {
          order: 2 !important;
        display: block !important;
        font-size: 30px !important;
        color: #fff !important;
        cursor: pointer;
        background: none !important;
        border: none !important;
        padding: 10px !important;
        z-index: 10001;
}
.header {
}
.search-wrap {
    left: 2010px;
    right: 2010px;
    top: 70px;
    width: auto;
    margin: 0;
}
.login-btns a {
    display: none;
}
 .verh {
    padding: 1px;
    color: #A1AEBE;
    padding-top: 7px;
    padding-right: 5px;
}
 .verh li a {
    color: #A1AEBE;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding: 0 0;
}
 }@media screen and (max-width:760px) {
    .center {
    max-width: 640px;
    padding-top: 110px;
}
.fcols-wr {
    padding: 20px 15px;
    width: 100%}
.fright {
    width: 200px;
    float: none;
    margin: 0 auto 15px auto;
}
.fleft {
    width: 100%;
    float: none;
}
.fsect {
    padding: 20px 15px;
}
.sub-text, .section, .rels, .rels2, .full-comms {
    padding: 5px 15px;
    width: 100%;
    height: 100%}
.comm-three li:not(:first-child) {
    display: none;
}
.dcont button {
    font-size: 12px;
    padding: 0 15px !important;
}
.ac-protect {
    margin-top: 0;
}
.comments-tree-list .comments-tree-list {
    padding-left: 0 !important;
}
.comments-tree-list .comments-tree-list:before {
    display: none;
}
.mass_comments_action {
    display: none;
}
.sub-title h1 {
    font-size: 18px;
    line-height: 24px;
}
.poster {
    margin: 10px;
    overflow: hidden;
    width: 160px;
}
.fplayer {
    width: 100%;
    padding-bottom:  2px;
}
 .topmenu {
    position: absolute;
    padding-top: 24px;
}
 .topmenu>li>a {
    padding: 0 10px;
    color: #A1AEBE;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
 @media screen and (max-width:590px) {
    .center {
    max-width: 480px;
    padding-top: 0px;
}
.s-cols {
    display: block;
}
.s-cols:after {
    content: "";
    display: table;
    clear: both;
}
.s-img {
    width: 80px;
    height: 120px;
    float: left;
    margin: 0 15px 5px 0;
}
.s-text {
    width: 100%;
    padding-bottom: 0;
}
.s-btm {
    position: static;
    margin-top: 10px;
}
.pprev, .pnext, a.cm-item {
    display: none !important;
}
.ft-menu {
    width: 100%;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
}
.ft-menu a {
    margin: 0 5px;
}
.footer {
    display: block;
    text-align: center;
}
.grid-thumb .short {
    width: calc((100% - 28px)/2);
    width: -webkit-calc((100% - 28px)/2);
}
.rels .side-item {
    width: 48%}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {
    height: 400px;
}
.fposter {
    margin: 0 auto 25px auto;
    float: none;
}
.ac-soc {
    position: static;
}
.ac-inputs input {
    width: 100%;
    margin-top: 10px;
}
.ac-protect {
    width: 100%;
    float: none;
    margin: 0;
}
.ui-dialog {
    width: 100% !important;
}
.upop-left, .upop-right {
    float: none !important;
    width: 100% !important;
    margin: 0;
    padding: 0 20px;
}
.upop-left {
    margin-bottom: 10px;
    text-align: center;
}
.ui-dialog-buttonset button {
    display: block;
    margin: 0 0 5px 0;
    width: 100%}
#dofullsearch, #searchsuggestions span.seperator {
    display: none !important;
}
.attach .download-link {
    margin: 0 -15px 0 0;
    float: none;
    display: block;
    padding: 0 10px;
}
.attach-info {
    float: none;
}
.poster {
    margin: 10px;
    overflow: hidden;
    width: 160px;
}
}@media screen and (max-width:470px) {
    .center22 {
    max-width: 320px;
}
.logo  {
     /* width:  160px;
     */ /* padding-top:  10px;
     */ }
.log-name {
    display: none;
}
.l-box2 {
    width: 40px;
    padding: 0;
}
 .s-top h2 {
    max-width: 100%;
    width: 100%}
.s-meta {
    width: 100%}
.rate3-short {
    text-align: left;
}
.short .to-fav, .s-date {
    display: none;
}
.fheader h1 {
    font-size: 18px;
}
.comms-title {
    text-align: center;
    display: block !important;
}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {
    height: 400px;
}
}


/* Базовые стили для всего */
#fview {
    position: relative;
        width: 100%;
             min-height: 395px;
     }

#fview iframe {
    position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}

/* Заглушка по умолчанию скрыта на десктопе */
#video-cover {
    display: none;
}

/* ========== Только на мобильных (ширина меньше 768px) ========== */
@media (max-width: 768px) {
    #video-cover {
        display: flex; /* Показываем на мобилках */
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99;
        cursor: pointer;
        background: #000;
        align-items: center;
        justify-content: center;
    }

    #video-cover img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .play-btn {
        position: absolute;
        width: 80px;
        height: 80px;
        background: rgba(0, 0, 0, 0.7);
        border: 3px solid #fff;
        border-radius: 50%;
        transition: all 0.3s ease;
    }

    .play-btn::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 55%;
        transform: translate(-50%, -50%);
        border-style: solid;
        border-width: 15px 0 15px 25px;
        border-color: transparent transparent transparent #fff;
    }

    #video-cover:hover .play-btn {
        transform: scale(1.1);
        background: #ff0000;
        border-color: #ff0000;
    }
}

/* ========== Опционально: для планшетов (768px - 1024px) ========== */
@media (min-width: 769px) and (max-width: 1024px) {
    #video-cover {
        display: flex; /* или display: none; - по желанию */
        /* остальные стили те же */
    }
}
     
     
     
  