.tooltip {
  display: none;
  position: absolute;
  background: #000;
  color: #c0c0c0;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 12px;
  z-index: 999999;
}

.message-container {
            background-color: #000; /* Черный фон */
            color: #fff; /* Белый текст */
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            /* Используем относительные единицы для адаптивности */
            width: 90%;
            max-width: 644.51px;
            height: 50vh; /* 50% от высоты видимой области */
            max-height: 400px;
            margin: 20px auto; /* Центрирование по горизонтали с отступами сверху и снизу */
            padding: 20px;
            box-sizing: border-box;
            text-align: center;
            border-radius: 8px; /* Скругленные углы, по желанию */
        }

        .message-container p {
            margin: 10px 0;
        }

        .message-container .english {
            font-size: 1.2em;
            font-weight: bold;
        }

        .message-container .russian {
            font-size: 1em;
        }

        /* Дополнительные стили для мобильных устройств */
        @media (max-width: 600px) {
            .message-container {
                height: 60vh;
                padding: 15px;
            }

            .message-container .english {
                font-size: 1em;
            }

            .message-container .russian {
                font-size: 0.9em;
            }
        }


.creply22:hover {
    background: #303030;
}
.creply22 {
margin-bottom: 5px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 13px;
    color: silver;
    background-color: #232323;
    padding: 2px 9.5px 3px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #404040;
    display: flex;
    align-items: center;
    gap: 5px;
}

[id^="comm-id-"] .quote {
       background-color: #262626;

}

div[id^="brnd"] {
  top: 2%!important;
}

.hidden {
    display: none !important;
}
.toggle-button {
    display: block;
    cursor: pointer;
    background: #232323;
    padding: 10px;
    border-radius: 10px;
    font-size: 13px;
    margin: 10px;
}

.reklama #bec40ac4b7 img {
    /* Ваши стили здесь */
    max-height: 100%!important;
    max-width: 100%!important;
    display: block;
    margin: 0 auto;
    /* Дополнительные стили по необходимости */
}.reklama #bec40ac4b7{
height: 100%!important;
}
.reklama {
margin: 5px 0px 7px auto;
}
.commentsbalanced {font-size: 14px;line-height: 1.3;margin-bottom: 5px;margin-bottom: 5px;width: 93%;}

.comments-tree-item .comments-tree-list .comm-item {
background-color: #1a1a1a78;
        box-shadow: inset 0px 1px 0px 0px #404040;
    border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    margin-bottom: 5px;
}


.fa-exclamation-triangle {color: #a1a545;}
.fa-exclamation-triangle:hover {color: #d8dd3c;}

.comm-complaint {
    background-image: url(/templates/kinogo/images/comm-complaint.svg);
    background-position: 0px 4px;
    background-size: 16px;
  /*  border-left: 1px solid #a1a1a1;
    margin-left: 3px;*/
    padding-left: 20px;
    margin-left: 2px;
    background-repeat: no-repeat;
}

.miniposter-container {
    display: none;
}
.miniposter-container img {
    display: block;
}

.blockmenu1 {border: 1px solid #848480;flex-grow: 1; cursor: pointer; background-color: #3f3f3f; 
padding: 10px; font-weight: normal; text-align: center; font-size: 14px; display: block; margin-right: 1px;margin-bottom: 2px;}

.blockmenu1:hover {background-color: #333333; 
}

.blockmenu2 {width: 99.8%;height: 40px;border: 1px solid #848480;background-color: #3f3f3f;color: #e0dfdc;top: -2px;position: relative;margin-right: 1px;    margin-top: 3px;}

.blockmenu2:hover {background-color: #333333; 
}

.creply>a:hover {
    color: silver;
    padding: 2px 7px 3px;
    display: inline-block;
   background: #303030;
    border: 1px solid #404040;
}

.addcoments {background: #262626;padding: 10px;border: 1px solid #393737;margin: 0 -19px;border-radius: 3px;}
/*html { overflow-y: scroll; }*/
::-webkit-scrollbar {width: 8px;height: 8px;}
::-webkit-scrollbar-button {width: 0px;height: 0px;}
::-webkit-scrollbar-thumb {background: #414141;border: 0px none #ffffff;border-radius: 95px;}
::-webkit-scrollbar-thumb:hover {background: #444444;}
::-webkit-scrollbar-thumb:active {background: #444444;}
::-webkit-scrollbar-track {background: #dedede;border: 0px none #ffffff;border-radius: 57px;}
::-webkit-scrollbar-track:hover {background: #dedede;}::-webkit-scrollbar-track:active {background: #dedede;}
::-webkit-scrollbar-corner {background: transparent;}

.franchise_current > a {
    background-color: #3a3a3a;
    margin-left: 4px;
}
.franchise_current {
    color: #fff;
    pointer-events: none;
    list-style-type: disclosure-closed!important;
}

.franchise_item {
    display: flex;
    text-decoration: none;
    align-items: center;
    padding: 10px;
    color: #ccc;
    background: #1c1c1c;
    transition: background-color .2s;
    border-top: 1px solid #2b2b2b;
    justify-content: space-between;
}
.mbn4 {
    flex-basis: 80%;
}
.fi__year {
}
.fi__rating {
    font-size: 12px;
    line-height: 18px;
    padding: 0 6px;
    background: #2b2b2b;
    color: #fff;
    border-radius: 2px;
}

/*.fi__year { margin-right: 15px;right: 20px;position: relative;}*/
/*.fi__rating {padding-right: 0;font-size: 12px;line-height: 18px;padding: 0 6px;background: #2b2b2b;color: #fff;border-radius: 2px;right: 48px;position: absolute;}*/
.fi__rating--good {background: #070}
.fi__rating--bad {background: #700}


/*Player*/
.player-tabs {
    display: flex;
    list-style: none;
}
    .player-tabs li {
        padding: 11px 6px 10px;
        line-height: 25px;
        cursor: pointer;
        font-weight: 700;
        text-shadow: #000 1px 1px 1px;
        color: #c9c9c9;
        white-space: nowrap;
        transition: .2s;
        border-radius: 2px;
    }
    .player-tabs li:hover {
        background-color: #a8a8a8;
        color: #010101;
        text-shadow: #eee 1px 1px 1px;
    }
    .player-tabs li.current {
        background-color: #1c1c1c;
        color: #ccc;
        text-shadow: #000 1px 1px 1px;
        padding: 11px 8px 10px;
        cursor: default;
        pointer-events: none;
        border-radius: 2px;
    }

.player-mirrors {
    background: #000;
    padding: 10px 12px;
    display: none;
}
    .player-mirrors-content {
        position: relative;
        height: 50px;
        overflow: hidden;
    }
        .player-mirrors-controls {
            display: none;
            position: absolute;
            top: 0;
            bottom: 0;
            width: 30px;
            cursor: pointer;
            background-color: rgba(0,0,0,0.6);
            background-position: 56% 50%;
            background-repeat: no-repeat;
            transition: background .2s;
        }
        .player-mirrors-controls:hover {
            background-color: rgba(0,0,0,0.85);
        }
        .player-mirrors-controls.player-mirrors-controls-left {
            left: 0;
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAOCAYAAAD9lDaoAAAAAXNSR0IArs4c6QAAAItJREFUKFN90E0KwyAQhuF3OvuCV+vP3pskOUnJNhB6sYI3iEUD1Y4xs50HP78RerMGj2jkdp3l0KxhBIa8E/UtqkFCEYMsgJG7m8pLHZATc+4J2FFqAa+qQI6oCwnLx6Na0MbE06V2v9nj3mFgoywMLB8/gf936sD2mBYeXtz+sbl4XSm1vmjk4eYvaOY/AX86pskAAAAASUVORK5CYII=);
        }
        .player-mirrors-controls.player-mirrors-controls-right {
            right: 0;
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAOCAYAAAD9lDaoAAAAAXNSR0IArs4c6QAAAIpJREFUKFOF0UkKgDAMBdAfsxd6NYd9b6KeRNwK4sWE3sBKE7DaOmTX9vETUkKoxVkQe1TlJOekSAAwyv2OAa3pczRvFsyKXiDJw+o67IgJSaKiHxjRB7yjJ0hsc7S4MFt3juGRoBQAPWozxKQXEBIVfQBF143rINLiunXCfeMZiO0CLNijMY8ffAAV3UAIrUnTiQAAAABJRU5ErkJggg==);
        }

        .player-mirrors-list {
            display: flex;
            list-style: none;
            transition: 1s cubic-bezier(0.1, 0.7, 0.45, 1.0);
            counter-reset: mirror;
            overflow: scroll hidden;
        }
            .player-mirrors-item {
                display: none;
                margin: 0 1px;
                padding: 8px 15px 7px;
                height: 35px;
                background: #2B2B2B;
                font: normal 12px Verdana;
                text-decoration: none;
                white-space: nowrap;
                cursor: pointer;
                transition: .3s;
                border-radius: 1px;
            }
                .player-mirrors-item.is-active {display: block}
                .player-mirrors-item:hover {
                    background: #555;
                }
                .player-mirrors-item.current {
                    background: #444;
                    cursor: default;
                }
                .player-mirrors-item span {
                    color: #fff;
                    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
                }
                .player-mirrors-item span:after {
                    counter-increment: mirror;
                    content: counter(mirror);
                }
                .player-mirrors-item div {
                    font-size: 10px;
                    font-style: italic;
                    color: #999;
                    margin-top: 4px;
                }


.player-container {
    height: 400px;
    background: #000 url(/templates/kinogo/images/loader.svg) no-repeat 50% 50%;
    position: relative;
}
    .player-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

/*end Player*/

/* SET BASE
----------------------------------------------- */
* {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;}
input, select {vertical-align:middle;}
article, aside, figure, figure img, hgroup, footer, header, nav, section, main {display: block;}
body {
    background: url("../images/IronMan3.webp") center center fixed #000;
    background-size: cover;
    width: 100% !important;
    max-width: none !important;
    font: 15px Tahoma, Geneva, sans-serif !important;
    line-height: normal !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #d0d0d0 !important;
    font-weight: 400 !important;
}
img {max-width:100%;}
.clr {clear: both;}
.clearfix:after {content: ""; display: table; clear: both;}
a {color: #e0dfdc; text-decoration: none;}
a:hover, a:focus {color:#fff; text-decoration: none;}
h1, h2, h3, h4, h5 {font-weight:400; font-size:14px;}

.sub-title h1 {margin-bottom:15px; font-size:18px; font-weight:700;}
.pm-page, /*.search-page,*/ .static-page, .tags-page, .form-wrap, .full-pages {padding:20px 0;}
/*

html:before {
    content: ' ';
    position: fixed;
    width: 100%;
    height: 100%;
    top: -10px;
    left: 0;
    background-size: 144px;
    will-change: transform;
    z-index: -1;
    background-size: 290px;
        top: -10px;
    background-image: url(/templates/kinogo/images/bg-dark.webp);
    background-position: center 14px;
    background-repeat: no-repeat;
    animation: fadeIn 0.5s linear forwards;
}*/

/*--- SET ---*/
.button, .pagi-load a, .up-second li a, .up-edit a, .qq-upload-button, button, 
html input[type="button"], input[type="reset"], input[type="submit"], .meta-fav a {
padding:0 10px; color:#fff; font-weight:700; display:inline-block; 
color: silver; height: 40px; line-height:40px; background: #242424; box-shadow: 0 0 0 1px #404040;
cursor: pointer; border-radius:4px;}
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, .up-edit a:hover, .qq-upload-button:hover, .pagi-load a:hover,
button:not(.color-btn):hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .meta-fav a:hover 
{color:silver; background:#383838;}
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: 0px 10px; border-radius:3px;}

input[type="text"], input[type="password"] {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    color: #fff;
    background-color: #141414;
    border-radius: 4px;
    -webkit-appearance: none;
    box-shadow: inset 0 2px 4px #414141, 0 0 0 1px #6b6b6b;
}

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 #111; background-color:#505050; color:#FFF;}
textarea {display:block; width:100%; padding:10px; border:1px solid #111; background-color:#505050; color:#FFF; 
border-radius:0 0 6px 6px; box-shadow:inset 0 0 4px 0 rgba(0,0,0,0.8); overflow:auto; resize:vertical;}

.img-box {overflow:hidden; position:relative; background-color:#000;}
.img-box img {width:100%; min-height:100%;margin-bottom: -3px;}
.img-wide {position:relative;}
.comm-left.img-wide img[src="/templates/kinogo/dleimages/noavatar.png"] {
    border: 1px solid #39373700!important;
     width: 75px !important;
}
.comm-left.img-wide img[data-cfsrc="/templates/kinogo/dleimages/noavatar.png"] {
    border: 1px solid #39373700!important;
      width: 75px !important;
}
.comm-left.img-wide img[data-cfsrc="https://kinogo-films.biz/templates/kinogo/dleimages/noavatar.png"] {
    border: 1px solid #39373700!important;
      width: 75px !important;
}
.comm-left.img-wide img[src="https://kinogo-films.biz/templates/kinogo/dleimages/noavatar.png"] {
    border: 1px solid #39373700 !important;
      width: 75px !important;
}

.img-wide img[src^="//kinogo-films.biz/uploads/mini/"] {
border: 2px solid #393737;
}

.comms-otvet{
    display: flex;
    gap: 5px;
    /* margin-right: 8px; */
    /* right: 0px; */
    position: relative;
}
.comms-raiting{
    text-align: right;
    top: -2px;
    position: relative;
}

.img-wide img {display:block; width:100%;max-height: 120px;}
.img-wide2 {position:relative;}
.img-wide3 {position:relative;}
.img-wide2 img {display:block; width:100%; height: 305px; border: 2px solid #393737;border-top-left-radius: 3px;border-top-right-radius: 3px;}
.img-wide3 img {display:block; width:100%; height: 305px; border: 2px solid #393737;border-radius: 3px;}
.square-img img {width:150%; max-width:150%; margin-left:-25%;}
.nowrap {white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.button2 {transition: all .2s;}
.highslide:before {transition: color .2s, background-color .2s, opacity .2s;}

.flex-row {display: -webkit-box; display:-webkit-flex; -webkit-flex-flow: row wrap; -webkit-box-pack: justify; -webkit-justify-content: space-between; 
display:flex; flex-flow:row wrap; justify-content:space-between;}
.flex-col {display: -webkit-box; display:-webkit-flex; -webkit-flex-direction:column; -webkit-box-pack:center; -webkit-justify-content:center; 
display:flex; flex-direction:column; justify-content:center;}
.ps-link, .js-show-login {cursor:pointer;}
.icon-l .fa {margin-right:10px;}
.icon-r .fa {margin-left:10px;}

.flex-row {display: -webkit-box; display:-webkit-flex; -webkit-flex-flow: row wrap; -webkit-box-pack: justify; -webkit-justify-content: space-between; 
display:flex; flex-flow:row wrap; justify-content:space-between;}
.flex-col {display: -webkit-box; display:-webkit-flex; -webkit-flex-direction:column; -webkit-box-pack:center; -webkit-justify-content:center; 
display:flex; flex-direction:column; justify-content:center;}
.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-1 {flex: 1 1 0; min-width: 50px; max-width: 100%;}


/* BASIC GRID
----------------------------------------------- */
.wrap {min-width:320px;position:relative;margin-top: 150px!important;max-width: 976px !important;margin: 0 auto;}
.center {max-width:976px; margin:0 auto; position:relative; z-index:100;}
/*. {background-color: #000; margin-bottom:18%;}*/
.header-in { padding: 8px; /*border: 1px solid #2a2a2a; box-shadow: 0 0 0 1px rgb(14 14 14);*/ height: 44px; background: #000; }
.cols {background-color:#2b2b2b; border-radius:10px 10px 0px 0px; overflow:hidden; border: 1px solid #848480; 
box-shadow: 0 0 0 1px rgb(14, 14, 14);}
.side {width:330px; background-color:#585858; border-right: 1px solid #000; padding-bottom: 10px;}
.main {width:calc(100% - 330px); width:-webkit-calc(100% - 330px); min-height:800px; padding:20px; 
-ms-flex-order:2;-webkit-order:2;order:2;}


/* HEADER
----------------------------------------------- */
.logotype {display:inline-block; width:95px;height: 70%;}
.login-btns {display:inline-block; vertical-align:middle; margin-right:10px;}
.login-btns a {text-decoration:underline;}

.search-wrap {width:210px; display:inline-block; vertical-align:middle;}
.search-box {width:100%; position:relative; padding-right:40px;}
.search-box input, .search-box input:focus {width:100%; padding:0 10px; 
height:22px; line-height:22px; border-radius:2px;}
.search-box button {position:absolute; right:0; top:0; border-radius:2px; font-weight:400 !important;
padding:0 !important; width:35px; height:22px !important; line-height:22px !important; font-size:14px;}


/* HMENU
----------------------------------------------- */
.hmenu {text-align:right; height:30px; line-height:30px; padding-right:10px;right: -90px;}
.hmenu li {display: table-cell; vertical-align:top; margin-right:-4px;} 
.hmenu a {/*color:#a8a8a8;*/ background-color:#3f3f3f; border-radius:6px 6px 0 0; /*font-weight:700;*/ 
/*text-transform:uppercase;*/  display:block; padding:0 7px; border:1px solid #626262;}
.hmenu a:hover {background-color:#1d1d1d;}
.hmenu a.active {background-color: #5a2a2a;}


/* TOP CAROU
----------------------------------------------- */
.carou {margin-bottom:10px; padding:15px; background-color:#585858; border-radius:10px; 
border: 1px solid #848480; box-shadow: 0 0 0 1px rgb(14, 14, 14);}
.top-carou {width:126px; height:187px; display:block; border:2px solid #888; opacity:0.9;border-radius: 3px;}
/*.top-carou {width:126px; height:180px; display:block; border:1px solid #fff; opacity:0.8;}*/
.top-carou:hover {opacity:1;}
.carou__content:not(.owl-carousel) {display: flex; overflow: hidden;}
.carou__content > .top-carou {width: 126px; flex-shrink: 0; margin-right: 10px;}
.carou__content:not(#owl-top) {display: block; white-space: nowrap; overflow-y: hidden; overflow-x: auto;}
.carou__content:not(#owl-top) > .top-carou {display: inline-block; vertical-align: top; margin-right: 9px;margin-bottom: 8px;}


/* SHORT
----------------------------------------------- */
.work {display:block; text-align:center; margin-bottom:20px;}

.short {margin:0 -20px; padding:12px 10px; border-top: 1px solid #111; box-shadow:inset 0 1px #404040;}
.short2 {margin:0 -20px; padding:12px 20px; border-top: 1px solid #111; box-shadow:inset 0 1px #404040;}

.s-top h2 {max-width:calc(100% - 130px); max-width:-webkit-calc(100% - 130px); line-height:18px;}
.s-top h2 a {font-size:15px; text-shadow: 1px 1px rgb(0, 0, 0); font-weight:700;}
.s-meta {width:120px; position:relative; padding-top:5px;}
.s-rate-real {font-size: 11px; color: #a8a8a8; white-space: nowrap; position: absolute; top: 24px; right: 38px;}
.to-fav {width:23px; height:37px; position:absolute; right:0; top:-12px;}
.s-cols {padding:15px 0;}
.s-img {width:220px;}
.s-img2 {width:220px;}
.s-img11 img {width: 100%; height: 100%; object-fit: cover; position: absolute; left: 0; top: 0;}
.s-text {width:calc(100% - 240px); width:-webkit-calc(100% - 240px); line-height:20px; top: 3px; position: relative;}
.s-img.ps-link:hover, .s-img a:hover {opacity:0.6;}
.sd-line {margin-bottom:10px; font-size:12px;}
.st-alone {padding: 15px 0;}
.st-desc {margin-top:11px;font-size: 13px;
    line-height: 18px;
    border: 1px solid #393737;
    background: #222;
    padding: 10px 15px;}
.st-desc.line-clamp {display: -webkit-box; -webkit-line-clamp: 8; -webkit-box-orient: vertical; overflow: hidden;}
.st-line span:first-child {font-weight:700;}
.st-attent span:first-child, .crate a:hover{color: #f8d268;}
.st-lighter {color: #cfcfcf; line-height: 1.4;}
.st-lighter span:first-child {font-weight: 400;}
.s-text a {text-decoration:underline;}
.s-btm .button {height:22px !important; line-height:22px !important; margin-right: 8px;}
.s-btm .button:before {content:attr(data-text);}
.s-date {margin-left: 10px;}
.s-date .fa {margin-right: 4px;}
.s-rates {position: absolute; right: 10px; top: 55px; white-space: nowrap;}
.kp, .imdb {display: inline-block; line-height: 20px; padding: 0 10px;
	border-radius: 2px; background-color: brown; color: #fff;}
.imdb {padding: 0 5px; background-color: #fc0; color: #000; /*margin-left: 20px;*/}


/* SIDE
----------------------------------------------- */
.side-bt {font-size:15px; font-weight:700; color:#f3f3f3; margin-bottom:10px; padding:7px 20px; 
text-shadow: 1px 1px #000; border-bottom: 1px solid #3f413f; box-shadow: 0 1px #848480; position: relative;}
.side-bc {padding:7px 20px;}
.side-box + .side-box {margin-top:20px; border-top: 1px solid #3f413f; box-shadow: inset 0 1px #848480;}
div.new::after {content: "NEW"; content: NEW; box-sizing: border-box; display: inline-block; vertical-align: middle;
	border-radius: 6px; padding: 0 5px; color: #fff; font-size: 13px; margin-left: 15px; font-weight: 400;
	background: linear-gradient(-45deg,#ee5200,#e70062,#0097d5,#1c84cd); 
    text-shadow: none; position: relative; top: -2px;
	background-size: 400% 400%; animation: Gradient 3s ease infinite; font-family: verdana,sans-serif;}
@keyframes Gradient {0% {background-position: 0 50%;} 50% {background-position: 100% 50%;} 100% {background-position: 0% 50%;} }
.nav-col {width:48%;}
.nav-title {margin-bottom:15px; font-size:15px; font-weight:700; 
    color:#f3f3f3; text-shadow: 1px 1px #000; display: flex; align-items: center;}
.nav-menu + .nav-title {margin-top:11.5px; padding-top:18px; border-top: 1px solid #3f413f; box-shadow: inset 0 1px #848480;}
.nav-menu a {display:block; text-decoration:underline; margin-bottom:10px;}
.nav-menu li {position: relative; font-size: 13px;}
.nav-menu li > span {position: absolute; right: 0px; top: 0; pointer-events: none;}
.bf {display: flex; /*align-items: center;*/}
.bf::before {content: "-"; margin-right: 5px; display: block;}
.nav-menu + .nav-menu {margin-top: 20px;}
.nav-title a, .side-bt a {font-weight: 400; text-shadow: none; text-decoration: underline;}
.nav-title span {font-weight: 400; text-shadow: none; margin: 0 5px; opacity: 0.6;}
/*.side-bt a {
    position: absolute;
    right: 55px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    font-size: 15px;
}*/

.side-item {width: 135px; display:block; margin-bottom:15px; opacity:0.8;}
.si-img {height:200px; margin-bottom:5px;}
.si-title {text-align:center; color:#FFF; text-decoration:underline;}
.si-ser {position: absolute; right:0; bottom:5px; display:inline-block; 
background: #492557; color: #fff; height: 18px; padding:1px 7px;}
.si-ser:before {width: 0; height: 0; border-width: 9px; border-style: solid;
border-color: #492557 #492557 #492557 rgba(79, 24, 100, 0); position:absolute; right:100%; top:0; content:"";}
.side-item:hover {opacity:1;}
.soonli {color: #eee; font-size: 11px;}
.li_block_title {padding-bottom: 4px;}
.li_block_title a {font-weight: 700; text-shadow: 1px 1px #292929; text-decoration: none; font-size: 13px;}
.soonli + .soonli, .upd-box + .upd-box {margin-top: 15px;}
.soonli img {margin-right: 10px; border: 1px solid #464646; width: 83px; float: left;}

.upd-box {background-color: #333333; border-radius: 8px; margin-left: 10px; margin-right: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,.24); overflow: hidden; padding: 0;}
.updli {padding: 5px;}
.updli-1 {width: 56px; margin-right: 8px; font-weight: 700; opacity: 0.66;}
.updli-2 {color: #a8a8a8; /*font-weight: 700;*/ font-size: 12px;}
.updli-2 div {color: #d5d5d5; font-size: 13px; margin-bottom: 2px;}
.updli-3 {text-align: right; width: 130px; margin-left: 10px; font-size: 11px; color: #777; text-shadow: 1px 1px #000;padding-right: 10px;}
.updli-3 div {color: #ff9f71; font-weight: 700;}
.updli:hover {background-color: #444;}
.upd-box-title {background-color: #6f6f6f; color: #fff; font-size: 13px; padding: 7px 10px;}

.lcomm + .lcomm {margin-top:5px;}
.lcomm {padding:8px 8px; background-color: #333333; border-radius: 8px;}
.llink {margin-left:3px; font-weight:700; display:block;font-size: 14px;}
.ltext {display: -webkit-box; -webkit-line-clamp: 8; -webkit-box-orient: vertical; overflow: hidden; 
    font-size: 13px; color: #a8a8a8; margin-top: 6px;}
.ltext span {color: #e6e6e6; margin-right:5px;}


/* BOTTOM SEO DESC
----------------------------------------------- */
.site-desc {margin-top:20px; background-color:#000;}
.site-desc h1, .site-desc h2, .site-desc h3 {font-size:14px; font-weight:700; margin-bottom:15px;}
.site-desc p {line-height:18px; margin-bottom:15px; color:#686868;}
.site-desc strong {color: #999;}
.site-desc a {text-decoration:underline; font-weight:700; color: #999; font-weight: 400;}
.site-desc img {float:left; margin:0 20px 10px 0; width:240px; border-radius:10px; opacity:0.6;}


/* FOOTER
----------------------------------------------- */
.footer {background-color:#2b2b2b; margin-top:0px; padding-bottom:0px;border-radius: 0px 0px 10px 10px; border: 1px solid #848480;box-shadow: 0 0 0 1px rgb(14, 14, 14);}
.counter {display:inline-block; vertical-align:middle; margin-right:10px; opacity:0.6;}
.footer a {font-weight:700; text-decoration:underline; display:inline-block; vertical-align:middle; opacity:0.8;}


/* BOTTOM NAVIGATION
----------------------------------------------- */
.bottom-nav {line-height:20px; text-align:center; padding:10px 0;}
.pagi-nav {white-space:nowrap; overflow-y:hidden; overflow-x:auto; max-width:100%; display:inline-block;}
.pagi-nav > span {display:inline-block;}
.pnext a, .pprev a, .pprev > span, .pnext > span {display:block; width:22px; text-align:center;}
.navigation {text-align:center;}
.navigation a, .navigation span, .pnext a, .pprev a, .pprev > span, .pnext > span {display:inline-block; padding: 0 0.5px; 
min-width:22px; background-color:#242424; margin:0 1px; border-radius:0; border:1px solid #4d4c4c; color:#747d69;}
.navigation span, .pagi-nav a:hover {background-color:#3c3c3c; color:#747d69;}
.navigation span.nav_ext {background-color:#242424;}
.pagi-nav a:hover {background-color:#3c3c3c; color:#747d69;}
.dle-comments-navigation .pagi-nav {margin-bottom:0;}


/* FULL
----------------------------------------------- */
.full {border-top: 0; box-shadow: none; margin-top: -20px;}
.full .st-line {font-size: 15px;}
.full .st-desc {margin-top:11px;font-size: 13px; line-height: 20px; border: 1px solid #393737;
    background: #222; padding: 10px 15px; margin: 0;}
.s-top h1 {max-width:calc(100% - 130px); max-width:-webkit-calc(100% - 130px); 
font-size:15px; text-shadow: 1px 1px rgb(0, 0, 0); font-weight:700; color: #e0dfdc; line-height:20px;}
.f-cols .s-img {float:left; margin:0 20px 10px 0; width: 230px;}
.s-img > a {display:block; width:100%;}
.f-cols {padding:15px 0;}
.f-text {line-height:18px;}
.f-text a {text-decoration:underline;}
.st-desc-list {margin: 10px 0 10px 0 !important;}
.st-desc-list span:first-child {font-weight: 400; /*margin-right: 30px;*/}
.st-desc-list > div + div {margin-top: 6px;}
.red {color: #ff5a5a;}
.yellow.ita {font-style: italic; color: #f8d268;}

.f-screens a, .f-screens > img {position:relative; width:195px; height:100px; overflow:hidden; display:block; 
margin-bottom:15px; opacity:0.8;}
.f-screens a img {display:block; min-height:100%;}
.f-screens br {display:none;}
.f-screens a:hover, .f-screens img:hover {opacity:1;}

.f-strong {display:block; text-align:center; font-weight:700; margin-bottom:15px;}

.f-player {margin:0 -20px; position:relative; border-top: 1px solid #111; box-shadow:inset 0 1px #404040;}
.f-player .tabs-sel span {display:inline-block; padding:0 20px; height:30px; line-height:30px; cursor:pointer; 
font-weight:700;}
.f-player .tabs-sel span.current {background:#1a1a1a;}
.f-player .tabs-sel span:not(.current):hover {color:#000; background-color:#a8a8a8;}
.f-player .tabs-sel {white-space:nowrap; overflow-y:hidden; overflow-x:auto;}
.tabs-b {display:none; background-color:#000;}
.tabs-b.visible {display:block;}
.f-ipad {position:absolute; right:20px; top:8px; text-decoration:underline;}
.f-rate {white-space: nowrap; position: absolute; right: 5px; top: 15px; flex-wrap: nowrap;}
.f-rate > div {margin-right: 5px; position: relative; top: 0px;}
.ya-share2 {position: absolute; z-index: 10; right: 5px; top: 60px;}

.rels {margin-bottom:10px;}
.rels-t {font-size:14px; font-weight:700; margin-bottom:15px;}
.rel-item {width: 110px; display:block; margin-bottom:15px;}
.rel-item2 {width: 112px; display:block; margin-bottom:15px;}
.r-img {/*height:165px;*/ margin-bottom:5px;}
.r-title {text-align:center; text-decoration:underline;}
.rel-item:hover .r-img {opacity:0.8;}
.rel-item2:hover .r-img {opacity:0.8;}
.full .s-btm {padding-bottom: 20px;}
.f-btm {margin: 0 -20px 20px -20px; padding: 20px; background-color: #000; line-height: 1.2; font-size: 13px;}
.f-btm-yellow {color: #ffdd7d; margin-bottom: 15px;}
.tlg a {text-decoration: underline; color: #32aadf;}
.tlg .fa {margin: 0 6px 0 20px; width: 24px; height: 24px; border-radius: 50%; text-align: center; 
    line-height: 24px; background-color: #32aadf; color: #fff;}
.f-facts-title {margin-top: 15px; background: #222; border-left: 2px solid #ccc; padding-left: 20px;
    padding-right: 10px; border-radius: 1px; padding-top: 5px; height: 30px; font-size: 16px; 
    position: relative; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.f-facts-title ~ p {padding: 13px 25px 13px 40px; position: relative; border-bottom: 1px dotted #222;}
.f-facts-title ~ p::after {font-family: 'FontAwesome'; content:"\f101"; position: absolute; top: 15px; left: 20px;}
.f-facts-title ~ p:first-letter {color: #5181b8; font-size: 18px;}

.mtop-title {margin-bottom: 20px; font-size: 15px; border-bottom: 1px solid #111;
    padding: 20px; margin: -20px -20px 20px -20px; color: #f8d268;}
.mtop-items {display: grid; grid-gap: 20px 20px; grid-template-columns: repeat(auto-fill,minmax(160px,1fr));}
.podb {display: block;}
.podb-img {padding-top: 56%; position: relative; overflow: hidden; margin-bottom: 10px; border-radius: 8px;}
.podb-img img {position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.podb-img div {position: absolute; left: 5px; top: 5px; z-index: 5; width: 40px; height: 40px;
    text-align: center; border-radius: 50%; line-height: 36px; font-size: 12px; font-weight: 700;
    background: rgba(15,16,30,.9); border: 2px solid #363b58; color: #a8a8a8;}


/* FULL STORY STATIC
----------------------------------------------- */
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame 
{width: 100%; max-width:100% !important; height:400px; display:block; margin:0 auto;}
.mejs-container {max-width:100% !important;}
.full-text {line-height:18px;}
.full-text img:not(.emoji) {max-width:100%; margin:10px 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;}
.full-text a:hover {text-decoration:none;}
.full-text h2, .full-text h3, .full-text h4, .full-text h5 {margin:10px 0; font-size:15px; 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; display:block; position:relative;}
.full-text > ol li {list-style:decimal; margin-left:40px;}

.full-text table {width:100%; text-align:left; margin:10px 0;}
.full-text table tr td {padding:10px; border:2px solid #111;}
.full-text table tr:nth-child(2n+1) {background-color:#111;} 
.full-text table img {display:block; margin:0; border:0; max-width:350px}
.attach {line-height:40px; background-color:#444; 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; 
display:inline-block; padding:0 15px; background:#111;}
.attach-info {float:right;}
.attach i {margin-right:5px;}
.full-taglist {margin-top:20px;}


/* COMMENTS
----------------------------------------------- */
.comms-title {line-height:40px; padding:0 0 0 20px;}
.comms-title > span {font-size:16px;}
.add-comm-form {position:relative; margin:20px 0; display:none;}
.ac-soc {position:absolute; right:0px; 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:41px; 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%;}
.ac-textarea textarea {height:175px;}
.sec-answer + .sec-label {margin-top:10px;}
.ac-protect {margin-top:-10px;}
.ac-protect .label {font-size:12px;}
.ac-protect .sep-input {padding:10px 10px 10px 160px;}
.mass_comments_action {text-align:right; padding:5px 15px; background-color:#111; margin:20px 0 0 0;}
.last-comm-link {font-size:16px; margin-bottom:20px;}
.last-comm-link a {text-decoration:underline;}

.comm-item {padding:15px 20px 15px 85px; border-top: 1px solid #111; box-shadow:inset 0 1px #404040; margin:0 -20px;}
.comm-left {width:60px; margin-left:-73px; float:left;}
.comm-right {width:100%; float:right;}

.comm-one {padding:0 0 10px 0; position:relative;}
.comm-one > span {float:left; margin-right:5px;}
.comm-author {font-weight:700;}
.comm-author a {text-decoration:underline;}
.c-reply a {color:#a8a8a8;}
.creply > a {color: silver; padding: 2px 7px 3px; display: inline-block; background: #232323; border: 1px solid #404040;}
.comm-two {padding-bottom:10px;}
.crate a {color: #666666; margin-left: 4px; font-size: 18px; text-shadow: 0 1px #ccc;}
.crate .fa {margin-right: 2px;}
.crate2 a {color: #666666; margin-left: 4px; font-size: 18px; text-shadow: 0 1px #ccc;}
.crate2 .fa {margin-right: 2px;}
.comm-three {margin-top:10px; font-size:12px; text-align:right;}
.comm-three li {display:inline-block; margin-left:10px;}
.comm-three li:first-child {margin-left:0px; float:left;}


/* LOGIN
----------------------------------------------- */
.login-box {background-color:#2b2b2b; padding:20px; display:none;}
.lb-user {margin:-20px -20px 20px -20px; padding:20px; background-color:#585858;  
display:flex; flex-flow:row wrap; justify-content:center; align-items:center;}
.lb-ava {width:80px; height:80px; border-radius:50%; margin-right:20px;}
.lb-name div {font-size:18px; font-weight:700;}
.lb-name a {margin-top:10px;}
.lb-menu a {display:block; line-height:30px; padding:0 10px; background-color:#585858;}
.lb-menu a:hover, .lb-menu a:hover .fa {background-color:#111; color:#fff;}
.lb-menu a .fa {color:#e0dfdc;}
.login-box input[type="text"], .login-box input[type="password"], .login-box button, .lb-check 
{display:block; margin-bottom:20px; width:100%;}
.lb-check input {display:none;}
.lb-check input + label:before {width:14px; height:14px; margin-right:7px; cursor:pointer; position:relative; top:3px;
border-radius:3px; border:1px solid #111; content:""; background-color:#111; display:inline-block;}
.lb-check input:checked + label:before {background-color:#e5050b;}
.lb-soc {margin:20px -20px -20px -20px; padding:20px; background-color:#585858; text-align:center;}
.lb-soc a {display:inline-block; margin:10px 3px 0 3px; vertical-align:top;}
.lb-soc img {display:block; width:30px;}



/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
 .owl-carousel {width: 100%; position: relative; z-index: 1;}
 .owl-carousel .owl-stage {position: relative; display:flex; justify-content:flex-start;}
 .owl-carousel .owl-stage-outer {position: relative; overflow: hidden; transform: translate3d(0px, 0px, 0px);}
 .owl-carousel .owl-item {position: relative; min-height: 10px;}
 .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled, .owl-carousel.owl-refresh .owl-item {display: none;}
 .owl-carousel.owl-loaded, .owl-carousel.owl-loading, .no-js .owl-carousel {display: block; opacity: 1;}
 .owl-carousel.owl-drag .owl-item {user-select: none;}
 .owl-carousel.owl-grab {cursor: move; cursor: grab;}
 .owl-carousel .animated {animation-duration: 1000ms; animation-fill-mode: both;}
 .owl-carousel .owl-animated-in {z-index: 0;}
 .owl-carousel .owl-animated-out {z-index: 1;}
 .owl-carousel .fadeOut {animation-name: fadeOut;}
 @keyframes fadeOut { 0% {opacity: 1;} 100% {opacity: 0;} }
 .owl-height {transition: height 500ms ease-in-out;}
 .owl-carousel .owl-item .owl-lazy {opacity: 0; transition: opacity 400ms ease;}
 .owl-carousel .owl-item img.owl-lazy {transform-style: preserve-3d;}
.owl-nav {position:absolute; left:0; right:0; top:0; z-index:500;}
.owl-prev, .owl-next {width:24px; height:40px; position:absolute; top:68px; z-index:200;
text-align:center; line-height:40px; color:#424242; font-size:18px; background-color:#878787;}
.owl-prev {left:0px; border-radius:0 10px 10px 0;}
.owl-next {right:0px; border-radius:10px 0 0 10px;}
.owl-prev:hover, .owl-next:hover {color:#dd4b39;}
.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:#4e647a;}
.owl-dot.active {background-color:#1cbc9a;}





/* ADAPTIVE
----------------------------------------------- */
.btn-menu {display:none; order: -1;}
.side-panel {width:324px; height:100%; overflow-x:hidden; overflow-y:auto; background-color:#585858; 
padding:0; z-index:888; position:fixed; left:0px; top:0; transition:left .4s; display: none;}
  .side-panel.active {
    left: 0;
    z-index: 999!important;
    top: 44px;
    display: block;}
.close-overlay {width:100%; height:100%; background-color:rgba(0,0,0,0.8); 
position:fixed; left:0; top:0; z-index:887; display:none; cursor: pointer;top:44px;}
.side-panel1 a {display:block; padding:8px 20px; font-size:12px; font-weight:700; color:#FFF; border-top:1px solid #444;}
.side-panel1 .menuactive {background-color:#444;}
  .razmer{width: 60%;line-height: 20px;}
.razmerbaner{margin-bottom: 3px;}
.zhzh1{background: #1b1b1b70;padding: 10px;border: 1px solid #393737;margin: -7px -10px;0 0: ;/*min-height: 340px;*/display: flow-root;border-radius: 5px;}
.zhzh3 {right: 10px;position: relative;}
.zhzh4 {font-size: 13px;width: 100%;height: 40px;padding: 9px 47px;font-weight: 700;cursor: pointer;display: inline-block;background: #3f3f3f;color: #fff;text-decoration: none}  
.mbn2 {display: none;}
.spisochki{ width: 100%; height: 35px;background: #1b1b1b;}
.reklama2 {height: 245px;display: block;}

@media screen and (max-width: 1220px) {
   .img[src="/templates/kinogo/dleimages/noavatar.png"] {
    border: 1px solid #39373700 !important;
}
.zhzh1{background: #222;padding: 10px;border: 1px solid #393737;margin: -7px -10px;0 0: ;/*min-height: 340px;*/display: flow-root;border-radius: 5px;}
.zhzh3 {right: 10px;position: relative;}
.razmerbaner{margin-bottom: 5px;}
.mbn2 {display: none;}
.wrap {
    padding-top: 120px !important;
    margin-top: 0px!important;
}
.spisochki{ width: 100%; height: 37px;background: #1b1b1b;}
.wrap {overflow:hidden;}
.center2 {max-width:1000px;}
.header-in, .footer, .site-desc {padding-left:10px; padding-right:10px;}
}

@media screen and (max-width: 1024px) {

.razmerbaner{margin-bottom: 35px;}

}

@media screen and (max-width: 950px) {
    .nav-menu + .nav-title {margin-top:11px; padding-top:15.3px; border-top: 1px solid #3f413f; box-shadow: inset 0 1px #848480;}

.zhzh1{background: #222;padding: 10px;border: 1px solid #393737;margin: -7px -10px;0 0: ;/*min-height: 340px;*/display: flow-root;border-radius: 5px;}
.zhzh3 {right: 10px;position: relative;}
.mbn2 {display: none;}
.spisochki{ width: 100%; height: 37px;background: #1b1b1b;}

.center {max-width:100%;}
.razmer{width: 73%;}
.side {display:none;}
.main {width:100%;}
.owl-next {right:0;}
.hmenu {white-space:nowrap; overflow-y:hidden; overflow-x:auto; height: auto;right: 0px;}
.btn-menu {display:inline-block; font-size:20px; color:#FFF; cursor:pointer;}
.cols {border-radius: 0;}
}
@media screen and (max-width: 920px) {
.razmer{width: 72%;}
        .reklama2 {height: 350px;display: block;}
}
@media screen and (max-width: 875px) {
     .reklama2 {height: 325px;display: block;}
.razmer{width: 70%;}
}
@media screen and (max-width: 820px) {
    .reklama2 {height: 310px;display: block;}
.razmer{width: 69%;}
}
@media screen and (max-width: 800px) {
.razmer{width: 68%;}
    .razmerbaner{margin-bottom: -50px;}
}
@media screen and (max-width: 770px) {
        .reklama2 {height: 295px;display: block;}

.razmer{width: 67%;}
    
}

@media screen and (max-width: 760px) {
.zhzh1{background: #222;padding: 10px;border: 1px solid #393737;margin: -7px -10px;0 0: ;/*min-height: 340px;*/display: flow-root;border-radius: 5px;}
.zhzh3 {right: 10px;position: relative;}
.mbn2 {display: none;}
.wrap {
     margin-top: 0px!important;
    padding-top: 100px !important;
}
.spisochki{ width: 100%; height: 37px;background: #1b1b1b;}
.center {max-width:100%;}
.comm-three, .f-rate {display:none;}
.ya-share2 {position: static; text-align: center; padding: 10px;}
.st-desc-list span {margin: 0 !important;}
.tlg {width: 100%; text-align: center; padding: 10px 0 0 0;}

.ac-protect {margin-top:0px;}
/*.comments-tree-list .comments-tree-list {padding-left:0px !important;}*/
.mass_comments_action {display:none;}
.sub-title h1 {font-size:18px; line-height:24px;}
}

@media screen and (max-width: 740px) {
.razmer{width: 65%;}
}
@media screen and (max-width: 720px) {
.razmer{width: 64%;}
    .reklama2 {height: 275px;display: block;}
    .wrap {
         margin-top: 0px!important;
    padding-top: 100px !important;
}
}
@media screen and (max-width: 680px) {
   .razmer{width: 62%;}
}
@media screen and (max-width: 660px) {
   .razmer{width: 60%;}
     .reklama2 {height: 247px;display: block;}
        .wrap {
             margin-top: 0px!important;
    padding-top: 100px !important;
}
}
@media screen and (max-width: 630px) {
   .razmer{width: 59%;}
}
@media screen and (max-width: 600px) {
     .reklama2 {height: 225px;display: block;}
   .razmer{width: 57%;}
            .wrap {
                 margin-top: 0px!important;
    padding-top: 100px !important;
}
}

@media screen and (max-width: 590px) {
     .razmer{width: 75%;}
.zhzh1{background: #222;padding: 10px;border: 1px solid #393737;margin: -7px -10px; /*min-height: 340px;*/display: flow-root;border-radius: 5px;}
.zhzh3 {right: 0px;position: relative;}
.mbn2 {display: contents;}
.mbn3 {width: 375px;display: inline-flex;}
.spisochki{ width: 100%; height: 66px;background: #1b1b1b;}
.center {max-width: 100%;}

.search-wrap {width:165px;}
.img-wide img {display:block; width:100%;height: 100%;border: 2px solid #393737;border-radius: 5px;}
.img-wide2 img {display:block; width:100%;height: 100%;border: 2px solid #393737;border-top-left-radius: 5px;border-top-right-radius: 3px;}
.img-wide3 img {display:block; width:100%;height: 100%;border: 2px solid #393737;border-radius: 3px;box-shadow: 0 0 5px 1px rgb(0 0 0);}
.img[src="/templates/kinogo/dleimages/noavatar.png"] {
    border: 1px solid #39373700 !important;
}
    .login-btns span, .login-btns a:last-child, .work, .s-rates, .mbn, .pagi-nav > .pnext, .side .to-mob {display:none;}
.s-cols {display:block!important;}
.s-cols:after {content: ""; display: table; clear: both;}
/*.s-img {width:125px !important; height: 185px!important; float:left; margin:0 10px 10px 0 !important;}*/
.s-img {width: 230px!important;height: 325px!important;float: none !important;margin-left: auto!important;margin-right: auto!important;margin-bottom: 5px;}
.s-img2 {float: left!important;
    background: #202020;
    flex-shrink: 0;
    width: 130px;
    height: 175px;
    margin-right: 14px;
    border-radius: 2px;
    display: table-cell;
            z-index: 1;}
.nonemobile {display:none;}
.s-text {width:100%;}
.st-desc.st-desc.line-clamp {clear: both; width: 100%; margin: 0;}
.pagi-nav {white-space: normal;}
.navigation {display: flex !important; flex-wrap: wrap; justify-content: center;}
.navigation > * {margin: 10px 5px 0 5px !important; line-height: 40px; min-width: 42px !important;}
.side {display: block; width: 100%; border: 0; order: 10; padding-top: 0; padding-bottom: 10px;}
.carou  {border-radius: 0; margin-bottom: 0;}
/*body {background-image: none;}*/
.logotype {height: 26px; position: relative; margin: 0 10px; flex: 1 1 0; overflow: hidden;}
.logotype img {position: absolute; left: 50%; top: 65%; transform: translate(-50%,-50%);}

.full .st-line {font-size: 15px;}
.full .st-lighter {clear: both;}
.full .st-lighter + .st-desc {margin-top: 10px !important;}
.f-screens a, .f-screens > img {width:135px; height:90px;}
.f-ipad, .rel-item:nth-child(5n) {display:none;}
    .rel-item2:nth-child(5n) {display:none;}
.rel-item {width: 100px;}
    .rel-item2 {width: 100px;}
/*.r-img {height:140px;}*/
.r-img {/*height: 165px;*/width: 110px;margin-left: auto;margin-right: auto;}
.tabs-sel {white-space: normal; display: flex; flex-wrap: wrap;}
.tabs-sel > span {flex: 1 1 0; min-width: auto; max-width: 100%; text-align: center; white-space: nowrap;}

.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:300px;}

.ac-soc:before {display: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;}
}

@media screen and (max-width: 570px) {
   .razmer{width: 73%;}
               .wrap {
                    margin-top: 0px!important;
    padding-top: 100px !important;
}
}

@media screen and (max-width: 540px) {
   .razmer{width: 72%;}
      .reklama2 {height: 205px;display: block;}
    .zhzh1{background: #222;padding: 10px;border: 1px solid #393737;margin: -7px -10px; /*min-height: 340px;*/display: flow-root;min-height: 230px;border-radius: 5px;}

}

@media screen and (max-width: 525px) {
   .razmer{width: 70%;}
                  .wrap {
                       margin-top: 0px!important;
    padding-top: 100px !important;
}
}

@media screen and (max-width: 480px) {
   .razmer{width: 68%;}
    .reklama2 {height: 175px;display: block;}
}

@media screen and (max-width: 470px) {
    .wrap {
         margin-top: 0px!important;
    padding-top: 100px !important;
        
}
.zhzh1{background: #1b1b1b70;padding: 10px;border: 1px solid #393737;margin: -7px -10px; /*min-height: 340px;*/display: flow-root;min-height: 230px;border-radius: 5px;}
.zhzh2{margin: 0 20px 15px 0 !important;}
.zhzh3 {right: 0px;position: relative;}
.zhzh4 {font-size: 13px;width: 100%;height: 40px;padding: 9px 4px;font-weight: 700;cursor: pointer;display: inline-block;background: #3f3f3f;color: #fff;text-decoration: none}    
         .razmer{width: 62.5%;}
.player-container {
    height: 300px;
    background: #000 url(/templates/kinogo/images/loader.svg) no-repeat 50% 50%;
    position: relative;
}
    
    
.mbn2 {display: contents;}

.mbn3 {width: 200px;display: inline-flex;}
.spisochki{ width: 100%; height: 66px;background: #1b1b1b;}
.center22 {max-width:360px;}
.header-in {overflow:hidden;}

/*.carou__content:not(#owl-top) > .top-carou {width: calc(88vw/3);width: 31.5%;}*/

.f-screens a, .f-screens > img {width:32%; height:80px;}
.rel-item {width:46%;}
    .rel-item2 {width:32%;}
/*.r-img {height:230px;}*/
.r-img {/*height: 169px;*/width: 110px;margin-left: auto;margin-right: auto;}
.full .s-date {display:none;}

.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:250px;}
}
@media screen and (max-width: 450px) {
.razmerbaner{margin-bottom: 30px;}
}
@media screen and (max-width: 440px) {
.razmerbaner{margin-bottom: 25px;}
}
@media screen and (max-width: 430px) {
.razmerbaner{margin-bottom: 20px;}
      .reklama2 {height: 155px;display: block;}
}
@media screen and (max-width: 420px) {
      .reklama2 {height: 150px;display: block;}
}
@media screen and (max-width: 400px) {
    .reklama2 {height: 145px;display: block;}
   .razmer{width: 62%;}
    .search-wrap {width:165px;}
    .razmerbaner{margin-bottom: 10px;}
    .s-img2 {
    width: 120px;
    height: 165px;}
  .player-tabs li {
    padding: 11px 6px 10px;
    line-height: 26px;
    cursor: pointer;
    font-weight: 700;
    text-shadow: #000 1px 1px 1px;
    color: #c9c9c9;
    white-space: nowrap;
    transition: .2s;
}
    
}

 @media screen and (max-width: 380px) {
     .razmer{width: 61%;}
        .player-tabs {
    display: flex;
    list-style: none;
}
      }

  @media screen and (max-width: 360px) {
      .displaynone { display: none}
      .addcoments {background: #262626;padding: 5px;border: 1px solid #393737;margin: 0 -20px;height: 44px;font-size: 12px;}
   .razmer{width: 59%;}
      .player-tabs li {
    padding: 11px 5px 10px;
    line-height: 26px;
    cursor: pointer;
    font-weight: 700;
    text-shadow: #000 1px 1px 1px;
    color: #c9c9c9;
    white-space: nowrap;
    transition: .2s;
}
       .reklama2 {height: 127px;display: block;}
      .search-wrap {width:140px;}
       .razmerbaner{margin-bottom: -7px;}
      .wrap {
    margin-top: 0px!important;
    padding-top: 100px !important;
}
    .s-img2 {
    width: 120px;
    height: 165px;}
      }
@media screen and (max-width: 336px) {
    .reklama2 {height: 115px;display: block;}
       .razmer{width: 61%;}
    .rel-item2 {width:50%;}
        .search-wrap {width:120px;}
    .razmerbaner{margin-bottom: -20px;}
          .wrap {
    margin-top: 0px!important;
    padding-top: 100px !important;
}
    .s-img2 {
    width: 100px;
    height: 135px;}
}

#tooltip {
    background: #111;
    color: #aaa;
    text-align: left;
    max-width: 300px;
    z-index: 9999;
    border-radius: 3px;
    box-shadow: 4px 4px 8px rgba(0,0,0,.3);
    padding: 5px 8px;
    font-size: 13px;
    text-shadow: none
}
    #tooltip:before {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    border: 6px dashed #000;
    top: -6px;
    left: 15px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
    content: ""
}

#tooltip img {
    float: left;
    width: 50px;
    margin-right: 10px
}#tooltip,#ytblinkclose {
    position: absolute;
    display: none
}


.image-bordered {
	border: 1px solid #ddd;
}

.image-shadows {
	box-shadow: rgb(9 30 66 / 25%) 0px 4px 8px -2px, rgb(9 30 66 / 8%) 0px 0px 0px 1px;
}

.image-padded {
	padding: 0.5rem;
}

.comments-user-profile {
  font-weight: bold;
  cursor: pointer;
  color: #3394e6;
}

.episod_soon2 {
    color: lime; 
    float: right;
}

.jhhgga li {
text-overflow: ellipsis;
list-style-type: decimal;
margin-left: 20px;
padding: 13px 5px 9px 10px;
color: green;
position: relative;
}

.new-share{
	display: flex;
    justify-content: center;
    padding: 4px;
    gap: 10px;
    align-items: center;
}
.new-icon{
    height: 22px;
    width: 22px;
    border-radius: 4px;
    fill: #fff;
    padding: 1px;
    box-sizing: content-box;
    float: left;
    cursor: pointer;
}
.new-icon:hover{
    opacity: 0.9;
}
.icon-tg{
    background: #2481cc;
}
.icon-vk{
	background: #71aaeb;
}
.icon-ok{
	background: #f70;
}
.icon-twitter{
	background: #000;
}
.icon-fb{
	background: #1877f2;
}

/* === Стол заказов === */
.orderdesc-area{
	padding: 20px;
}
.orderdesc-h{
	font: bold 18px/30px Calibri;
	color: #333;
}
.orderdesc-add{
	float: right;
	height: 30px;
	padding: 0 20px;
	border: 1px solid #127ad0;
	background: #127ad0 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAKUlEQVQImWNwnHqTiYGBgenPv/9MDAwMTH/hNAMq/z8aH0r/IVIdmnkANWQmm4eB2ycAAAAASUVORK5CYII=') repeat-x 0 0;
	border-radius: 2px;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 1px 3px rgba(0,0,0,.5);
}
.orderdesc-add:hover{
	background: #127ad0;
}
.orderdesc-add-area{
	display: none;
	clear: both;
	margin-top: 15px;
	background: #eee;
	padding: 5px 10px;
	border-radius: 3px;
}
.orderdesc-add-area-row{
	padding: 10px 10px 10px 150px;
	border-bottom: 1px solid #e0e0e0
}
.orderdesc-add-area-row:last-child{
	border: none;
}

.orderdesc-add-area-row:after{
	content: "";
	display: table;
	clear: both;
}
.orderdesc-add-area-row-t{
	float: left;
	margin-left: -140px;
	padding-top: 6px;
	font: bold 14px Calibri;
	color: #333;
}
.orderdesc-add-area-row-input{
	width: 450px;
	height: 30px;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 0 15px;
}
.orderdesc-add-area-row-input:focus{
	border-color: #3a89c3;
	box-shadow: 0 0 3px rgba(60,140,200,.5);
}
.orderdesc-cancel,
.orderdesc-doadd{
	padding: 5px 25px;
	cursor: pointer;
	margin-right: 7px;
}
.orderdesc-cancel:hover,
.orderdesc-doadd:hover{
	box-shadow: 0 0 3px rgba(60,140,200,.5);
}

.orderdesc-related{
	display: none;
	margin: 10px 0 0;
	list-style: none;
	background: #353535;
	padding: 10px;
	border: 1px solid #ddd;
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
	/*width: 460px;*/
	border-radius: 3px;
}
.orderdesc-related li{
	height: 22px;
	line-height: 22px;
	border-bottom: 1px solid #eee;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.orderdesc-related li:first-child,
.orderdesc-related li:last-child{
	border: none;
}
.orderdesc-related-h{
	text-align: center;
	font-weight: bold;
}

.orderdesc-statusinfo{
	list-style: none;
	padding: 0 5%;
	margin: 10px 0 0;
}
.orderdesc-statusinfo:after{
	content: "";
	display: table;
	clear: both;
}
.orderdesc-statusinfo li{
	float: left;
	/*width: 20%;*/
	font: normal 12px/22px Arial;
	color: #444;
	text-align: center;
    padding: 10px;
}
.orderdesc-statusinfo li a,
.orderdesc-statusinfo li a:hover{
	text-decoration: none;
}
.orderdesc-statusinfo li a:hover span{
	text-decoration: underline;
	color: #ff5f43;
}

.od-all,
.od-wait,
.od-done,
.od-deny,
.od-top{
	display: inline-block;
	height: 22px;
	width: 22px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background: #f0f0f0;
	vertical-align: bottom;
}

.od-all{
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAAAAADh3zPnAAAApklEQVR42mP4gA08ZaCq8K35nZ2zz6EJv5ro5paR4ebS+AxZ+FFc0FYQvTUo7AqScF7MI4iuRzFxb+DCO91Owaw45bYULtxYjXBEdQ5cOGopQnipB1w4YCNCeKPLM5hwwmyE8FwfuOreNIRwWjlc+IrbVpjoVpf9CHdP9TkGET3mU4/knXetbp0nPnw40elW+golqDbHuQBB2PJ36AF7Y//uK9SNHQAeuqDkUdpBpwAAAABJRU5ErkJggg==');
}
.od-wait{
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAAAAADh3zPnAAAAXklEQVR42mP4gA08ZaCL8IUIt+VYhEtdXDyeYQrHuLi4XMAUzgMK38AUnu3iEoTF7AduLpOxObA77Ak24XePsLn7RW/pOSzCvS4uYViEa11cvN5g8XyYx2o6hzeKMADqkq62n/RA2wAAAABJRU5ErkJggg==');
}
.od-done{
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAAAAADh3zPnAAAAVElEQVR42mP4gA08ZRh44XdYhc8FzMYifC7AxesZhjBI9DCS6ul5L5BFocJnXFxyXiCJwlRPBYofQ4jCzQaKuyBEEVZORRZFckk/kiiyA+8NcHgDAJWdq89/NheVAAAAAElFTkSuQmCC');
}
.od-deny{
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAAAAADh3zPnAAAAaUlEQVR42mP4gA08ZRg44RMXQOSrjajCJ7x8TgFFc1z6UYTP+bj4nACKukxGMwQonuYCVYxkJVAcLook/Aqo1u0UujDIXDcXn1Oowi+Aov0g80+gCK8HmwsUz0E1pHcq2N68ewMesGjCAB57pGIv6y4lAAAAAElFTkSuQmCC');
}
.od-top{
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAAAAADh3zPnAAAAv0lEQVR42mP4gA08ZaBE+N3DW2+wCD+eU3kDi/CDCbmXsQg/7Mu5hC789MqrhxMwhF9vTrjwaEIuhvDKyBOP+lCFn194+XplxAk0s9/vDzgNUv2wPwfukncv37/f7nsUJPygH+HAu+sfw4X74MLvdsader/D9whYGOGdd1sjj0FVH3uIcMm7bVEngMKHIVYihA+nXXy/1/vU6/VxZx9PK74Gs/LltdcfXpx7+f7B0edvrx5/iR4m798Btb4lI9IA15afFB34FCYAAAAASUVORK5CYII=');
}

.orderdesc-related li .od-deny,
.orderdesc-table td .od-deny{
	cursor: help;
}

.orderdesc-table{
	margin-top: 10px;
	width: 100%;
	border-top: 1px solid #ccc;
	border-collapse: collapse;
}
.orderdesc-table tr:nth-child(odd){
	background: #2b2b2b;
}
.orderdesc-table tr:hover{
	background: #2b2b2b;
}
.orderdesc-table td{
	height: 22px;
	margin: 0;
	padding: 0;
	text-align: center;
	font: bold 13px/22px Arial;
	color: #fff;
	border-bottom: 1px solid #ccc;
}
.orderdesc-table td.od_td_title {
    text-align: left;
    padding: 2px 0px 2px 3px;
    height: 18px;
    line-height: 50px;
}

.orderdesc-rating{
	width: 100%;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	display: block;
	background:#eee;
	color: #999;
	cursor: pointer;
	border-radius:1px;
}
.orderdesc-rating-green{
	text-shadow: 0 1px 3px rgba(0,0,0,.3);
	background: #74b52f url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAWCAIAAACOpGH9AAAAJElEQVQImWNoOmXGxMDAwPTv338mBgYGpv9wmgGvOIz/D7s4AAAVHIUkUImVAAAAAElFTkSuQmCC') repeat-x 0 0;
	color: #fff;
}
.orderdesc-edit{
	font: normal 10px Arial;
	color: #d28c00;
}
.orderdesc-edit:hover{
	color: #000;
}
#orderdesc-edit{
	padding: 10px !important;
}

.orderdesc-navigation{
	clear: both;
	margin-top: 15px;
	text-align: center;
	font: normal 12px Arial;
	color: #999;
}
.orderdesc-navigation *{
	display: inline-block;
	margin: 0 2px 4px;
	padding: 7px 5px;
	border: 1px solid #eee;
	border-radius: 2px;
}
.orderdesc-navigation a{
	border-color: #bedbf1;
}
.orderdesc-navigation a:hover{
	color: #1e6faa;
	text-decoration: none;
	border-color: #3a89c3;
	box-shadow: 0 0 3px rgba(60,140,200,.5);
}

.show-alerts{
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1003;
}
.show-alerts>div{
	background: #eee url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAgCAIAAABch4VNAAAAGklEQVQImWP49esXEwMDA9P///+x0jBMI3kAMQInCeNawiQAAAAASUVORK5CYII=') 0 0 repeat-x;
	padding: 10px 15px;
	box-shadow: 0 2px 7px rgba(0,0,0,.2);
	border-left: 3px solid #f00;
	border-radius: 1px 0 0 1px;
	margin-top: 20px;
	color: #333;
	text-shadow: 0 1px 3px #fff;
	white-space: nowrap;
	display: none;
	width: auto;
	float: right;
	clear: both;
	cursor: default;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
div.showLoad{
	display: block;
	height: 28px;
	width: 28px;
	background: url('data:image/gif;base64,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') no-repeat 50% 50%;
}



.franchise {
    background: #000;
    padding: 10px 20px;
}
.franchise * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 4px;
}
.franchise__header {
    display: flex;
    font-size: 16px;
    line-height: 26px;
    color: #E9E9E9;
    margin-bottom: 10px;
}
.franchise__header-icon {
    width: 18px;
    margin-right: 10px;
}
/*.franchise_item {
    display: flex;
    text-decoration: none;
   /* position: relative;
    align-items: center;
    padding: 10px 10px 10px 10px;
    color: #ccc;
    background: #111;
    transition: background-color 0.2s;
    border-top: 1px solid #2b2b2b;
}*/
.franchise_item.is-active {
    color: #fff;
    background-color: #3a3a3a;
    pointer-events: none;
}
.franchise_item.is-active:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 3px;
    background: #00799F;
}
.franchise_item:hover {background-color: #000}
.franchise_item + .franchise_item {border-top: 1px solid #2b2b2b}
.fi__num {
    flex-basis: 25px;
    color: #888;
    font-size: 12px;
    position: relative;
}
.franchise_item.is-active .fi__num {text-indent: -9999px}
.franchise_item.is-active .fi__num:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
    border: 7px solid transparent;
    border-left-color: #ccc;
    height: 0;
    width: 0;
    border-left-width: 12px;
}
.fi__title {
    flex: 1;
    color: inherit;
    padding: 0 5px;
    text-decoration: none;
}
.fi__category {
    margin-top: 2px;
    font-size: 11px;
    color: rgba(255,255,255,0.52);
}

.franchise_item.is-hidden {display:none}
.franchise_item.is-hidden.is-active {display:flex}
.franchise__showall {
    display: block;
    width: 150px;
    height: 30px;
    margin: 12px auto 0;
    background: #6A1B9A;
    color: #eee;
    cursor: pointer;
    border-radius: 2px;
    transition: 0.2s;
}
.franchise__showall:hover {background: #4a148c}

  .ccdn_current_part {
    color: #fff;
    background-color: #3a3a3a;
    pointer-events: none;
     list-style-type: disclosure-closed!important;
}
        .ccdn_current_part>a {
    background-color: #3a3a3a;
}
.fi__rating-bad{
background: #ff0000;
}
.fi__rating-good{
background: #007705;
}
/* Контейнер для группы кнопок */
.mylists-switch, .mylists-tabs {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 15px 0;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;  /* <-- ДОБАВЬТЕ ЭТУ СТРОКУ */
}

/* Стили для каждой отдельной кнопки */
.mylists-switch li, .mylists-tabs li {
    flex: 1;
    background-color: #585858;
    color: #e0dfdc;
    text-align: center;
    padding: 8px 10px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    border-right: 1px solid #404040;
    font-size: 13px;
}

/* Убираем разделитель у последней кнопки */
.mylists-switch li:last-child, .mylists-tabs li:last-child {
    border-right: none;
}

/* Стиль кнопки при наведении мыши (если она не активна) */
.mylists-switch li:not(.active):hover, .mylists-tabs li:not(.active):hover {
    background-color: #686868;
}

/* Стиль для активной (выбранной) кнопки */
.mylists-switch li.active, .mylists-tabs li.active {
    background-color: #327BAA;
    color: #fff;
    pointer-events: none;
}

/* Если внутри кнопок есть ссылки <a>, применяем к ним стили */
.mylists-switch li a, .mylists-tabs li a {
    color: inherit;
    text-decoration: none;
    display: block;
}
/* ---- Адаптация для мобильных: Сетка 2xN ---- */
/* ---- Адаптация для мобильных: Горизонтальная прокрутка ---- */

@media (max-width: 768px) {
  .mylists-switch, .mylists-tabs {
    overflow-x: auto;      /* Включаем горизонтальную прокрутку */
    flex-wrap: nowrap;     /* Запрещаем кнопкам переноситься на новую строку */
    padding-bottom: 5px;   /* Небольшой отступ снизу, чтобы скроллбар не прилипал */
    margin-bottom: 10px;
    
    /* Скрываем сам ползунок скроллбара для эстетики */
    -ms-overflow-style: none;  /* IE и Edge */
    scrollbar-width: none;     /* Firefox */
  }

  /* Скрытие скроллбара для Chrome, Safari, Opera */
  .mylists-switch::-webkit-scrollbar, .mylists-tabs::-webkit-scrollbar {
    display: none;
  }

  .mylists-switch li, .mylists-tabs li {
    flex: 0 0 auto;       /* Запрещаем кнопкам сжиматься или растягиваться */
    white-space: nowrap;  /* Гарантируем, что текст внутри кнопки не перенесется */
  }
}
@keyframes snow {
  0% {
    background-position: 0 0, 0 0, 0 0;
  }
  100% {
    background-position: 500px 1000px, 1000px 2000px, 1500px 3000px;
  }
}

.sidebar-wrapper {
    background-image: url(/templates/kinogo/images/snow_1-6e92e12c.png),url(/templates/kinogo/images/snow_2-37132241.png),url(/templates/kinogo/images/snow_3-df26c2d2.png);
    animation: snow 20s linear infinite !important;
}

/*--- RATING ---*/
.unit-rating {
	background: url('../images/rating2.svg') repeat-x;
	display: inline-block;
	height: 17px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 85px;
}
.unit-rating li{text-indent:-90000px;padding:0;margin:0;float:left}
.unit-rating li a{display:block;width:17px;height:17px;text-decoration:none;text-indent:-9000px;
z-index:17;position:absolute;padding:0}
.unit-rating li a:hover{background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 17 51' height='51px' width='17px'%3E%3Cpath fill='%23ff9529' d='m8.5 46.55 4.34 2.62-1.15-4.94 3.83-3.32-5.05-.44-1.97-4.64-1.97 4.65-5.05.44 3.83 3.32-1.14 4.94 4.33-2.63z'/%3E%3Cpath fill='%23ffdf00' d='m8.5 29.55 4.34 2.62-1.15-4.94 3.83-3.32-5.05-.44-1.97-4.64-1.97 4.65-5.05.44 3.83 3.32-1.14 4.94 4.33-2.63zm0-18.32-2.64 1.59.7-3.01L4.22 7.8l3.08-.26L8.5 4.7l1.2 2.84 3.08.26-2.33 2.02.7 3.01m4.37-5.92-5.05-.43L8.5 1.83 6.53 6.48l-5.05.43 3.83 3.32-1.14 4.94 4.34-2.62 4.34 2.62-1.15-4.94 3.82-3.32z'/%3E%3C/svg%3E") 0 -34px;z-index:2;left:0}
.unit-rating a.r1-unit{left:0}
.unit-rating a.r1-unit:hover{width:17px}
.unit-rating a.r2-unit{left:17px}
.unit-rating a.r2-unit:hover{width:34px}
.unit-rating a.r3-unit{left:34px}
.unit-rating a.r3-unit:hover{width:51px}
.unit-rating a.r4-unit{left:51px}
.unit-rating a.r4-unit:hover{width:68px}
.unit-rating a.r5-unit{left:68px}
.unit-rating a.r5-unit:hover{width:85px}
.unit-rating a.r6-unit{left:85px}
.unit-rating a.r6-unit:hover{width:102px}
.unit-rating a.r7-unit{left:102px}
.unit-rating a.r7-unit:hover{width:119px}
.unit-rating a.r8-unit{left:119px}
.unit-rating a.r8-unit:hover{width:136px}
.unit-rating a.r9-unit{left:136px}
.unit-rating a.r9-unit:hover{width:153px}
.unit-rating a.r10-unit{left:153px}
.unit-rating a.r10-unit:hover{width:170px}
.unit-rating li.current-rating {
	background: url('../images/rating2.svg') 0 -34px;
	display: block;
	height: 17px;
	position: absolute;
	text-indent: -9000px;
	z-index: 1;
}