@font-face{font-family:'GolosUI';src:url('../fonts/regular.woff2') format('woff2'),url('../fonts/regular.woff') format('woff');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'GolosUI';src:url('../fonts/medium.woff2') format('woff2'),url('../fonts/medium.woff') format('woff');font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:'GolosUI';src:url('../fonts/bold.woff2') format('woff2'),url('../fonts/bold.woff') format('woff');font-weight:700;font-style:normal;font-display:swap}:root{--primary:#79C142;--header-bg:#FFF;--header-border:#F0F0F0;--header-nav-text:#666;--header-nav-text-hover:#000;--header-nav-icon:#666;--header-search-bg:#FFF;--header-search-border:#CCC;--header-search-text:#666;--header-search-icon:#666;--header-theme-switch-bg:#FFF;--header-theme-switch-border:#CCC;--header-theme-switch-dark-icon:#666;--content-bg:#F8F8F8;--content-h2:#000;--content-border:#CCC;--content-text:#666;--rating-bg:#FFF;--rating-text:#666;--rating-text-active:#000;--rating-outline:#FFF;--rating-border:#F0B100;--rating-liked:linear-gradient(90deg,#D0ECDB 0%,#FFF 100%);--rating-disliked:linear-gradient(90deg,#FFF 0%,#FCDADA 100%);--download-btn-bg:#FFF;--download-btn-text:#666;--description-text-main:#000;--description-text-second:#666;--description-btn-border:#CCC;--description-btn-shadow:linear-gradient(0deg,#F8F8F8FF 50%,#F8F8F800 100%);--player-h2:#000;--player-border:#F8F8F8;--emoji-border:#CCC;--emoji-bg:#F8F8F8;--emoji-bg-second:#FFF;--emoji-bg-active:#DEEDD3;--emoji-text:#666;--comment-bg:#FFF;--comment-border:#CCC;--comment-date:#666;--comment-reply-bg:#DEEDD3;--comment-reply-icon-close:#000;--comment-reply-text:#39452A;--comment-reply-text-name:#39452A;--comment-text:#39452A;--comment-footer-text:#666;--comment-form-text-input-text:#000;--comment-form-text-input-bg:#F2F2F2;--comment-form-text-input-border:#CCC;--comment-form-text-label:#000;--comment-form-text-button:#FFF;--related-text:#000;--footer-bg:#FFF;--footer-text:#666;--breadcrumb-text-active:#666;--breadcrumb-text:#000;--episodes-bg:#FFF;--episodes-title-h2:#000}:root.dark-theme{--primary:#79C142;--header-bg:#292524;--header-border:#101010;--header-nav-text:#CCC;--header-nav-text-hover:#FFF;--header-nav-icon:#CCC;--header-search-bg:#101010;--header-search-border:#44403C;--header-search-text:#FFF;--header-search-icon:#CCC;--header-theme-switch-bg:#101010;--header-theme-switch-border:#44403C;--header-theme-switch-dark-icon:#292524;--content-bg:#1C1917;--content-h2:#FFF;--content-border:#44403C;--content-text:#CCC;--rating-bg:#292524;--rating-text:#CCC;--rating-text-active:#FFF;--rating-outline:#101010;--rating-border:#F0B100;--rating-liked:linear-gradient(90deg,#253E2C 0%,#292524 100%);--rating-disliked:linear-gradient(90deg,#292524 0%,#512B2B 100%);--download-btn-bg:#44403C;--download-btn-text:#FFF;--description-text-main:#FFF;--description-text-second:#CCC;--description-btn-border:#44403C;--description-btn-shadow:linear-gradient(0deg,#1C1917FF 50%,#1C191700 100%);--player-h2:#CCC;--player-border:#44403C;--emoji-border:#44403C;--emoji-bg:#44403C;--emoji-bg-second:#292524;--emoji-bg-active:#39452A;--emoji-text:#FFF;--comment-bg:#1C1917;--comment-border:#44403C;--comment-date:#CCC;--comment-reply-bg:#39452A;--comment-reply-icon-close:#FFF;--comment-reply-text:#CCC;--comment-reply-text-name:#FFF;--comment-text:#FFF;--comment-footer-text:#CCC;--comment-form-text-input-text:#FFF;--comment-form-text-input-bg:#292524;--comment-form-text-input-border:#44403C;--comment-form-text-label:#CCC;--comment-form-text-button:#FFF;--related-text:#FFF;--footer-bg:#292524;--footer-text:#CCC;--breadcrumb-text-active:#CCC;--breadcrumb-text:#FFF;--episodes-bg:#292524;--episodes-title-h2:#FFF}*{padding:0;margin:0;outline:none;box-sizing:border-box;font-family:'GolosUI',sans-serif}body{background:#000}#BgImg{height:260px;position:absolute;top:0;left:50%;transform:translate(-50%,0%);width:1200px;max-width:100%;object-fit:cover;z-index:-1}header{position:sticky;top:0;width:100%;max-width:1200px;height:80px;display:flex;flex-direction:row;margin:260px auto 0 auto;border-radius:5px 5px 0 0;border-bottom:solid 2px var(--header-border);background:var(--header-bg);z-index:100}#Logo{height:100%;border-radius:5px 0 0 0;order:1}#Logo .logo-bg-change{fill:var(--header-bg)}#Logo .logo-text-change{fill:#000}.dark-theme #Logo .logo-text-change{fill:#FFF}nav{height:100%;flex-grow:1;display:flex;flex-direction:row;justify-content:center;padding:0 20px;order:2}nav>ul{width:100%;height:100%;display:flex;flex-direction:row;justify-content:start;list-style:none}nav>ul>li{position:relative;height:100%}nav>ul>li>a{height:100%;display:flex;flex-direction:row;align-items:center;padding:0 20px;text-decoration:none;text-transform:uppercase;font-weight:700;font-size:15px;color:var(--header-nav-text);transition:color 0.3s}nav>ul>li>a:hover{color:var(--header-nav-text-hover)}nav>ul>li>ul{width:100%;display:none;flex-direction:column;padding:10px 0;position:absolute;border:solid var(--header-border);border-width:2px 1px 1px 1px;list-style:none;background:var(--header-bg);border-radius:0 0 5px 5px}nav>ul>li:hover>ul{display:flex}nav>ul>li>ul>li{width:100%;display:flex}nav>ul>li>ul>li>a{width:100%;padding:10px 20px;text-decoration:none;font-weight:500;font-size:15px;color:var(--header-nav-text);transition:color 0.3s}nav>ul>li>ul>li>a:hover{color:var(--header-nav-text-hover)}#Search{position:relative;margin-left:auto;justify-self:end;display:flex;flex-direction:row;align-items:center;padding:0 20px;order:3}#Search form{display:flex;flex-direction:row-reverse;height:40px;width:340px;border-radius:5px;border:solid 1px var(--header-search-border);background:var(--header-search-bg)}#Search form input{flex-grow:1;padding:0 20px;border-radius:5px 0 0 5px;border:none;font-size:15px;font-weight:500;color:var(--header-search-text);background:var(--header-search-bg)}#Search form label{height:100%;width:40px;min-width:40px;display:flex;flex-direction:row;justify-content:center;align-items:center;border:solid var(--header-search-border);border-width:0 0 0 1px}#Search form label svg{fill:var(--header-search-icon)}#ThemeSwitch{justify-self:end;padding:0 20px;display:flex;flex-direction:row;align-items:center;border-radius:0 5px 0 0;border:none;background:var(--header-bg);order:5}#ThemeSwitch span{width:80px;height:30px;display:flex;flex-direction:row;justify-content:space-around;align-items:center;border-radius:5px;border:solid 1px var(--header-theme-switch-border);background:var(--header-theme-switch-bg)}#ThemeSwitch::after{position:absolute;width:40px;height:40px;border-radius:5px;background:var(--primary);z-index:12;content:'';transform:translateX(0);transition:0.3s}.dark-theme #ThemeSwitch::after{transform:translateX(40px)}#ThemeSwitch svg{width:20px;height:20px;z-index:13}#ThemeSwitch svg.dark{fill:var(--header-theme-switch-dark-icon)}#SearchToggle{width:40px;min-width:40px;height:40px;display:none;flex-direction:row;justify-content:center;align-items:center;border-radius:5px;border:solid 1px var(--header-search-border);background:var(--header-search-bg)}#SearchToggle svg{width:20px;height:20px}#SearchToggle .close{display:none;fill:var(--header-bg)}#SearchToggle .open{fill:var(--header-search-icon)}#NavToggle{justify-self:end;display:none;flex-direction:row;align-items:center;padding:0 20px 0 0;order:5}#NavToggle button{width:40px;height:40px;display:flex;flex-direction:row;justify-content:center;align-items:center;border-radius:5px;border:solid 1px var(--header-search-border);background:var(--header-search-bg)}#NavToggle button svg{width:20px;height:20px}#NavToggle button .close{display:none;fill:var(--header-bg)}#NavToggle button .open{fill:var(--header-nav-icon)}#SearchResults{position:absolute;top:80px;left:0;width:100%;display:none;flex-direction:column;gap:10px;padding:10px 20px;border:solid var(--header-border);border-width:0 1px 1px 1px;background-color:var(--header-bg)}header.open-search #SearchResults:not(:empty){display:flex}#SearchResults a{display:flex;flex-direction:row;align-items:center;padding:0 20px 0 0;gap:20px;border-radius:5px;text-decoration:none;font-size:15px;color:var(--header-search-text);transition:0.3s}#SearchResults a:hover{background:var(--header-search-bg)}#SearchResults a img{width:80px;height:120px;border-radius:5px}@media (max-width:1000px){nav{display:none;position:absolute;top:80px;width:100%;height:auto;max-height:50vh;flex-direction:column;padding:0;background:var(--header-bg);overflow-y:auto}nav>ul{flex-direction:column}nav>ul>li{position:static;width:100%;height:auto;display:flex;flex-direction:column}nav>ul>li>a{width:100%;height:auto;padding:20px}nav>ul>li>a:hover{color:var(--header-nav-text-hover)}nav>ul>li>ul{position:static;display:flex;padding:0 0 10px 0;border-width:0;border-radius:0}nav>ul>li>ul>li{width:100%;padding:0 20px;display:flex}nav>ul>li>ul>li>a{width:100%;padding:10px 20px;border-left:solid 2px var(--header-border)}nav>ul>li>ul>li>a:hover{border-color:var(--primary);color:var(--header-nav-text-hover)}#NavToggle{display:flex}#ThemeSwitch{order:4}header.open-nav nav{display:flex}header.open-nav #NavToggle button{border-width:0;background:var(--primary)}header.open-nav #NavToggle .close{display:block}header.open-nav #NavToggle .open{display:none}}@media (max-width:820px){#Search{margin-left:0;padding-left:0;order:4}#Search form{display:none}#SearchToggle{display:flex}#ThemeSwitch{padding-left:0;margin-left:auto;order:3}header.open-search>*:not(#Search){display:none}header.open-search #Search{width:100%;padding:0 20px;gap:20px}header.open-search #Search form{display:flex;flex-grow:1}header.open-search #SearchToggle{border-width:0;background:var(--primary)}header.open-search #SearchToggle .close{display:block}header.open-search #SearchToggle .open{display:none}header.open-search #SearchInput{width:100px}}@media (max-width:760px){header{margin-top:0}}@media (max-width:445px){#Search{padding-right:10px}#ThemeSwitch{padding-right:10px}}@media (max-width:425px){#Search{margin-left:auto}#ThemeSwitch{display:none}}main{width:100%;max-width:1200px;display:flex;flex-direction:column;margin:0 auto;background:var(--content-bg);z-index:5}#Description{display:flex;flex-direction:row;padding:20px;gap:20px}#Description .left{width:200px;display:flex;flex-direction:column;gap:20px}.poster{width:200px;display:flex;flex-direction:column}.poster img{width:100%;height:300px;object-fit:cover;border-radius:5px 5px 0 0}.rating{width:100%;height:40px;display:flex;flex-direction:row;border-radius:0 0 5px 5px;background:var(--rating-bg)}.rating button{width:40px;height:40px;border:none;background:#16A34A;cursor:pointer}.rating .like{background:#16A34A;border-radius:0 0 0 5px}.rating .dislike{background:#EF4444;border-radius:0 0 5px 0}.count_like{flex-grow:1;padding-left:10px;display:flex;flex-direction:row;align-items:center;justify-content:start;font-size:13px;font-weight:500;color:var(--rating-text)}.count_dislike{flex-grow:1;padding-right:10px;display:flex;flex-direction:row;align-items:center;justify-content:end;font-size:13px;font-weight:500;color:var(--rating-text)}.result_rating{position:relative;width:0}.result_rating .num{width:50px;height:50px;position:absolute;top:-35px;left:-25px;border-radius:30px;outline:solid 5px var(--rating-outline);border:solid 3px var(--rating-border);background:var(--rating-bg);display:flex;flex-direction:row;justify-content:center;align-items:center;font-size:18px;font-weight:500;color:var(--rating-text-active)}.rating.liked{background:var(--rating-liked)}.rating.disliked{background:var(--rating-disliked)}#Download{width:200px;height:40px;display:flex;flex-direction:row;text-decoration:none;font-size:15px;font-weight:500;color:var(--download-btn-text);background:var(--download-btn-bg);border-radius:5px;transition:0.3s}#Download:hover{color:#FFF;background:var(--primary)}#Download .icon{width:40px;height:40px;display:flex;justify-content:center;align-items:center;background:var(--primary);border-radius:5px 0 0 5px}#Download .text{flex-grow:1;display:flex;justify-content:center;align-items:center}#Description .right{flex-grow:1;display:flex;flex-direction:column;gap:20px}#Description .right h1{width:100%;font-size:20px;font-weight:700;color:var(--description-text-main)}.properties{width:100%;display:grid;grid-template-columns:120px 1fr;gap:5px}.properties .name{font-size:13px;font-weight:500;color:var(--description-text-main)}.properties .value{font-size:15px;color:var(--description-text-second);line-height:1.5}#Description .content{position:relative;height:180px;overflow-y:hidden}#Description .content p{font-size:15px;color:var(--description-text-second);line-height:1.5;margin-bottom:10px}#Description .content p:last-of-type{margin-bottom:0}#LearnMore{position:absolute;bottom:0;width:100%;height:40px;border-radius:5px;border:solid 1px var(--description-btn-border);color:var(--description-text-main);font-size:15px;text-align:center;background:var(--content-bg);cursor:pointer}#Description .content .shadow{position:absolute;bottom:0;width:100%;height:80px;background:var(--description-btn-shadow)}#Description>.right>.content.show{height:auto}#Description>.right>.content.show>.shadow{display:none}#Description>.right>.content.show>#LearnMore{display:none}@media (max-width:660px){#Description{flex-direction:column;align-items:center}}@media (max-width:340px){.properties{grid-template-columns:1fr}}#Player{display:grid;grid-template-columns:1fr 400px;grid-template-rows:auto auto 400px auto;background:#1C1917}#Player>.player-list{grid-column:span 2;height:40px;display:flex;flex-direction:row}#Player>.player-list>button{padding:0 20px;display:flex;flex-direction:row;align-items:center;font-size:15px;font-weight:700;text-transform:uppercase;color:#FFF;border:none;background:#292524;transition:0.2s;cursor:pointer}#Player>.player-list>button:hover{background:#44403C}#Player>.player-list>button.active{color:#1C1917;background:var(--primary)}#Player>.player-iframe{width:100%;height:100%;background:#000}#Player>.player-iframe>iframe{width:100%;height:100%;background:#000;border:none;outline:none}#Player>.films{padding:20px;display:flex;flex-direction:column;gap:10px;background:#1C1917;overflow-y:auto}#Player>.films>button{display:grid;grid-template-columns:40px 1fr;align-items:center;border:1px solid #44403C;background:#44403C;cursor:pointer;border-radius:5px}#Player>.films>button.active{border-color:var(--primary)}#Player>.films>button>.num{height:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;border-right:1px solid #44403C;font-size:15px;font-weight:700;color:#FFF;background:#292524;border-radius:5px 0 0 5px}#Player>.films>button.active>.num{color:#1C1917;border-color:var(--primary);background:var(--primary)}#Player>.films>button>.name{height:100%;padding:10px 20px;display:flex;flex-direction:row;align-items:center;text-align:left;line-height:1.5;font-size:15px;color:#FFF;background:#44403C;transition:0.2s;border-radius:0 5px 5px 0}#Player>.emoji{grid-column:span 2;height:80px;display:grid;grid-template-columns:repeat(8,1fr)}#Player>.emoji>button{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;border:none;border-bottom:2px solid var(--emoji-border);background:var(--emoji-bg-second);transition:0.2s}#Player>.emoji>button:hover{background:var(--emoji-bg)}#Player>.emoji>button.active{border-color:var(--primary);background:var(--emoji-bg-active)}#Player>.emoji>button>img{width:30px;height:30px}#Player>.emoji>button>span{font-size:13px;font-weight:500;color:var(--emoji-text)}#Player>.player-header{grid-column:span 2;padding:10px 20px;display:flex;flex-direction:row;border-bottom:1px solid var(--player-border);background:var(--content-bg)}#Player>.player-header>h2{width:100%;text-align:center;font-size:15px;text-transform:uppercase;color:var(--player-h2)}@media (max-width:880px){#Player{grid-template-columns:1fr;grid-template-rows:repeat(5,auto)}#Player>.player-header{grid-column:span 1}#Player>.player-list{grid-column:span 1}#Player>.emoji{grid-column:span 1}#Player>.player-iframe{height:400px}}@media (max-width:480px){#Player>.player-iframe{height:280px}}#Player.one-film{display:grid;grid-template-columns:1fr;grid-template-rows:auto auto 400px auto;background:#1C1917}#Player.one-film>.player-list{grid-column:span 2;height:40px;display:flex;flex-direction:row}#Player.one-film>.player-list>button{padding:0 20px;display:flex;flex-direction:row;align-items:center;font-size:15px;font-weight:700;text-transform:uppercase;color:#FFF;border:none;background:#292524;transition:0.2s;cursor:pointer}#Player.one-film>.player-list>button:hover{background:#44403C}#Player.one-film>.player-list>button.active{color:#1C1917;background:var(--primary)}#Player.one-film>.player-iframe{width:100%;height:100%;background:#000}#Player.one-film>.player-iframe>iframe{width:100%;height:100%;background:#000;border:none;outline:none}#Player.one-film>.films{padding:20px;display:flex;flex-direction:column;gap:10px;background:#1C1917;overflow-y:auto}#Player.one-film>.films>button{display:grid;grid-template-columns:40px 1fr;align-items:center;border:1px solid #44403C;background:#44403C;cursor:pointer;border-radius:5px}#Player.one-film>.films>button.active{border-color:var(--primary)}#Player.one-film>.films>button>.num{height:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;border-right:1px solid #44403C;font-size:15px;font-weight:700;color:#FFF;background:#292524;border-radius:5px 0 0 5px}#Player.one-film>.films>button.active>.num{color:#1C1917;border-color:var(--primary);background:var(--primary)}#Player.one-film>.films>button>.name{height:100%;padding:10px 20px;display:flex;flex-direction:row;align-items:center;text-align:left;line-height:1.5;font-size:15px;color:#FFF;background:#44403C;transition:0.2s;border-radius:0 5px 5px 0}#Player.one-film>.emoji{grid-column:span 2;height:80px;display:grid;grid-template-columns:repeat(8,1fr)}#Player.one-film>.emoji>button{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;border:none;border-bottom:2px solid var(--emoji-border);background:var(--emoji-bg-second);transition:0.2s}#Player.one-film>.emoji>button:hover{background:var(--emoji-bg)}#Player.one-film>.emoji>button.active{border-color:var(--primary);background:var(--emoji-bg-active)}#Player.one-film>.emoji>button>img{width:30px;height:30px}#Player.one-film>.emoji>button>span{font-size:13px;font-weight:500;color:var(--emoji-text)}#Player.one-film>.player-header{grid-column:span 2;padding:10px 20px;display:flex;flex-direction:row;border-bottom:1px solid var(--player-border);background:var(--content-bg)}#Player.one-film>.player-header>h2{width:100%;text-align:center;font-size:15px;text-transform:uppercase;color:var(--player-h2)}@media (max-width:880px){#Player.one-film{grid-template-columns:1fr;grid-template-rows:repeat(4,auto)}#Player.one-film>.player-iframe{height:400px}}@media (max-width:480px){#Player.one-film>.player-iframe{height:280px}}#CommentsBlock{display:grid;grid-template-columns:1fr 400px;background:var(--comment-bg);border-bottom:1px solid var(--comment-border)}#CommentsBlock>.left{padding:20px;border-right:1px solid var(--comment-border);display:flex;flex-direction:column;gap:20px}#CommentsBlock>.left>.header{display:flex;flex-direction:row;align-items:center;gap:10px}#CommentsBlock>.left>.header>svg{width:20px;height:20px;stroke:var(--primary)}#CommentsBlock>.left>.header>h2{font-size:15px;text-transform:uppercase;color:var(--content-h2)}#CommentsList{display:flex;flex-direction:column;gap:20px}#CommentsList>.comment{display:grid;grid-template-columns:auto 1fr;gap:20px}#CommentsList>.comment>img{width:60px;height:60px;border-radius:5px}#CommentsList>.comment>.right{display:flex;flex-direction:column;gap:10px}#CommentsList>.comment>.right>.header{display:flex;flex-direction:row;align-items:center;gap:20px}#CommentsList>.comment>.right>.header>.name{word-break:break-all;font-size:13px;font-weight:700;color:var(--primary)}#CommentsList>.comment>.right>.header>.data{font-size:13px;color:var(--comment-date)}#CommentsList>.comment>.right>.reply{background:var(--comment-reply-bg);padding:10px;border-radius:5px}#CommentsList>.comment>.right>.reply>p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;font-size:13px;color:var(--comment-reply-text);line-height:1.5}#CommentsList>.comment>.right>.reply>p>span{font-weight:700;color:var(--comment-reply-text-name)}#CommentsList>.comment>.right>.body{width:100%;font-size:15px;color:var(--comment-text);line-height:1.5;hyphens:auto;white-space:pre-wrap;overflow-wrap:anywhere;}#CommentsList>.comment>.right>.footer{display:flex;flex-direction:row;align-items:center;gap:20px}#CommentsList>.comment>.right>.footer>button{display:flex;flex-direction:row;align-items:center;gap:10px;background:var(--comment-bg);cursor:pointer;border:none}#CommentsList>.comment>.right>.footer>button>svg{width:20px;height:20px;stroke:var(--comment-footer-text);transition:0.2s}#CommentsList>.comment>.right>.footer>button:hover>svg{stroke:var(--primary)}#CommentsList>.comment>.right>.footer>button>span{font-size:13px;line-height:1.5;color:var(--comment-footer-text);transition:0.2s}#CommentsList>.comment>.right>.footer>button:hover>span{color:var(--primary)}#CommentsList>.comment>.right>.footer>button:hover>span{color:var(--primary)}#CommentsList>.comment>.right>.footer>button.like-button.active>svg{fill:#F03000;stroke:#F03000}#CommentsList>.comment>.right>.footer>button.like-button.active>span{color:#F03000;font-weight:500}#CommentsList>.comment>.right>.footer>button.report-button.active>svg{stroke:var(--primary)}#CommentsList>.comment>.right>.footer>button.report-button.active>span{color:var(--primary);font-weight:500}#BtnLoadMore{width:100%;height:40px;display:flex;flex-direction:row;justify-content:center;align-items:center;font-size:15px;font-weight:700;text-transform:uppercase;color:#FFF;background:#222;cursor:pointer}#BtnLoadMore.none{display:none}#CommentsBlock>.right{padding:20px;display:flex;flex-direction:column;gap:20px}#CommentsBlock>.right>.header{display:flex;flex-direction:row;align-items:center;gap:10px}#CommentsBlock>.right>.header>svg{width:20px;height:20px;stroke:var(--primary)}#CommentsBlock>.right>.header>h2{font-size:15px;text-transform:uppercase;color:var(--content-h2)}#CommentsBlock>.right>form{display:flex;flex-direction:column;gap:20px}#CommentsBlock>.right>form>.row{display:flex;flex-direction:column;gap:10px}#CommentAddError{width:100%;padding:10px 20px;display:flex;flex-direction:row;gap:20px;align-items:center;background:#E74C3C}#CommentAddError.none{display:none}#CommentAddError>svg{width:20px;height:20px;fill:#FFF}#CommentAddError>span{font-size:13px;font-weight:500;color:#FFF}#CommentAddInfo{width:100%;padding:10px 20px;display:flex;flex-direction:row;gap:20px;align-items:center;background:#55BE55}#CommentAddInfo.none{display:none}#CommentAddInfo>svg{width:20px;height:20px;fill:#FFF}#CommentAddInfo>span{font-size:13px;font-weight:500;color:#FFF}#CommentsBlock #CommentAddReply{display:none}#CommentsBlock #CommentAddReply.active{display:flex}#CommentAddReply>.reply-block{width:100%;display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center}#CommentAddReply>.reply-block>.text{padding:10px 20px;background:var(--comment-reply-bg);border-radius:5px}#CommentAddReply>.reply-block>.text>p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;font-size:13px;line-height:1.5;color:var(--comment-reply-text)}#CommentAddReply>.reply-block>.text>p>span{font-weight:700;color:var(--comment-reply-text-name)}#CommentAddReply>.reply-block>svg{padding:10px;width:40px;height:40px;stroke:var(--comment-reply-icon-close);background:var(--comment-reply-bg);cursor:pointer;border-radius:5px}#CommentsBlock>.right>form label,#CommentsBlock>.right>form .label{font-size:13px;font-weight:500;color:var(--comment-form-text-label)}#CommentsBlock>.right>form>.row>input{width:100%;height:40px;padding:0 20px;background:var(--comment-form-text-input-bg);font-size:13px;color:var(--comment-form-text-input-text);border:solid 1px var(--comment-form-text-input-border);border-radius:5px}#CommentsBlock>.right>form>.row>textarea{width:100%;min-width:100%;max-width:100%;min-height:80px;max-height:160px;padding:10px 20px;background:var(--comment-form-text-input-bg);font-size:13px;line-height:1.5;color:var(--comment-form-text-input-text);border:solid 1px var(--comment-form-text-input-border);border-radius:5px}#CommentAddAvatars{display:flex;flex-direction:row;flex-wrap:wrap;gap:5px}#CommentAddAvatars>img{width:40px;height:45px;border-bottom:5px solid var(--primary);filter:grayscale(100%);transition:0.2s;cursor:pointer;border-radius:5px}#CommentAddAvatars>img:hover{filter:grayscale(50%)}#CommentAddAvatars>img.active{border-color:var(--primary);filter:grayscale(0)}#CommentsBlock>.right>form>button{width:100%;height:40px;padding:0 20px;font-size:15px;font-weight:700;text-transform:uppercase;text-align:center;color:var(--comment-form-text-button);background:var(--primary);border-radius:5px;border:none;cursor:pointer}@media (max-width:880px){#CommentsBlock{grid-template-columns:1fr;grid-template-rows:auto auto}#CommentsBlock>.left{border-right:0;border-bottom:1px solid var(--comment-border)}}@media (max-width:480px){#CommentsList>.comment>.right>.footer>button.reply-button>span,#CommentsList>.comment>.right>.footer>button.report-button>span{display:none}#CommentsList>.comment>.right>.header{flex-direction:column;gap:5px;align-items:start}#CommentsList>.comment>.right>.header>.name{width:100%}}.related{padding:20px;display:flex;flex-direction:column;gap:20px;background:var(--content-bg);border-bottom:1px solid var(--content-border)}.related>.header{display:flex;flex-direction:row;align-items:center;gap:10px}.related>.header>svg{width:20px;height:20px;stroke:var(--primary)}.related>.header>h2{font-size:15px;text-transform:uppercase;color:var(--content-h2)}.related>.body{display:grid;grid-template-columns:repeat(6,1fr);gap:20px}.related>.body>a{display:flex;flex-direction:column;gap:10px;text-decoration:none;text-align:center;font-size:15px;font-weight:500;color:var(--related-text)}.related>.body>a>img{width:100%;aspect-ratio:2 / 3;object-fit:cover;border-radius:5px}.related>.body>a>p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;line-height:1.5}@media (max-width:860px){.related>.body{grid-template-columns:repeat(5,1fr)}}@media (max-width:720px){.related>.body{grid-template-columns:repeat(4,1fr)}}@media (max-width:600px){.related>.body{grid-template-columns:repeat(3,1fr)}}@media (max-width:460px){.related>.body{grid-template-columns:repeat(2,1fr)}}@media (max-width:300px){.related>.body{grid-template-columns:repeat(1,1fr)}}#FullText{padding:20px 200px;display:flex;flex-direction:column;gap:20px;align-items:center;background:var(--content-bg);border-bottom:1px solid var(--content-border)}#FullText>h2{width:100%;text-align:center;font-size:20px;font-weight:700;text-transform:uppercase;color:var(--content-h2);margin:10px 0 10px 0}#FullText>h2:first-child{margin-top:0}#FullText>p{width:100%;font-size:15px;color:var(--content-text);line-height:1.5}#FullText img{width:100%;height:auto;min-height:200px;max-height:400px;object-fit:contain;margin-bottom:10px}#FullText ol,#FullText ul{width:100%;padding-inline-start:20px;display:flex;flex-direction:column;gap:10px}#FullText ol>li,#FullText ul>li{padding-inline-start:10px;font-size:15px;color:var(--content-text);line-height:1.5}@media (max-width:1120px){#FullText{padding:20px 100px}}@media (max-width:880px){#FullText{padding:20px}}footer{width:100%;max-width:1200px;margin:0 auto 40px auto;padding:20px;background:var(--footer-bg);color:var(--footer-text);text-align:center;z-index:5;font-size:13px;line-height:1.5;border-radius:0 0 5px 5px}footer a{text-decoration:none;color:var(--footer-text);font-weight:700}footer a:hover{color:var(--primary)}.breadcrumb{padding:20px 20px 0 20px;display:flex;flex-direction:row;flex-wrap:wrap;list-style:none}.breadcrumb-item{margin-right:10px}.breadcrumb-item a{text-decoration:none;color:var(--breadcrumb-text)}.breadcrumb-item a:hover{color:var(--primary)}.breadcrumb-item::after{content:'/';margin-left:10px;color:var(--breadcrumb-text-active)}.breadcrumb-item:last-child::after{content:''}.breadcrumb-item.active{color:var(--breadcrumb-text-active);pointer-events:none}#ListEpisodes{padding:20px;display:flex;flex-direction:column;gap:20px;background:var(--episodes-bg);box-shadow:0 10px 20px 0 rgba(0,0,0,.05)}#ListEpisodes>.header{display:flex;flex-direction:row;align-items:center;gap:10px}#ListEpisodes>.header>svg{width:20px;height:20px}#ListEpisodes>.header>h2{font-size:15px;text-transform:uppercase;color:var(--episodes-title-h2)}#ListEpisodes>.body{display:grid;grid-template-columns:repeat(5,1fr);gap:20px}#ListEpisodes>.body>a{position:relative;display:flex;flex-direction:column;gap:10px;text-decoration:none;text-align:center;font-size:15px;font-weight:500;color:#FFF}#ListEpisodes>.body>a>img{width:100%;aspect-ratio:8 / 5;object-fit:cover}#ListEpisodes>.body>a>p{position:absolute;width:100%;padding:0 10px;box-sizing:border-box;bottom:10px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;line-height:1.5;z-index:30}#ListEpisodes>.body>a>.hover{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;z-index:20;background:linear-gradient(180deg,rgba(0,0,0,0) 50%,rgba(0,0,0,.7) 70%,rgba(0,0,0,1) 100%);backdrop-filter:blur(0);transition:0.3s}#ListEpisodes>.body>a>.hover>svg{opacity:0;transition:0.3s}#ListEpisodes>.body>a:hover>.hover{backdrop-filter:blur(2px)}#ListEpisodes>.body>a:hover>.hover>svg{opacity:1}@media (max-width:860px){#ListEpisodes>.body{grid-template-columns:repeat(5,1fr)}}@media (max-width:720px){#ListEpisodes>.body{grid-template-columns:repeat(4,1fr)}}@media (max-width:600px){#ListEpisodes>.body{grid-template-columns:repeat(3,1fr)}}@media (max-width:460px){#ListEpisodes>.body{grid-template-columns:repeat(2,1fr)}}@media (max-width:300px){#ListEpisodes>.body{grid-template-columns:repeat(1,1fr)}}#InfoEpsiode{margin-top:20px;padding:20px;display:grid;grid-template-columns:auto 1fr;gap:20px;border-radius:5px;box-shadow:0 10px 20px 0 rgba(0,0,0,.05)}#InfoEpsiode>svg{width:26px;height:26px;fill:var(--primary)}#InfoEpsiode>h1{font-size:20px;font-weight:700;text-transform:uppercase;color:var(--description-text-main)}#Player.one-epsiode{display:grid;grid-template-columns:1fr;grid-template-rows:auto 400px auto;background:#1C1917;box-shadow:0 10px 20px 0 rgba(0,0,0,.05)}#Player.one-epsiode>.player-list{height:40px;display:flex;flex-direction:row}#Player.one-epsiode>.player-list>button{padding:0 20px;display:flex;flex-direction:row;align-items:center;font-size:15px;font-weight:700;text-transform:uppercase;color:#FFF;background:#292524;transition:0.2s;cursor:pointer}#Player.one-epsiode>.player-list>button:hover{background:#44403C}#Player.one-epsiode>.player-list>button.active{color:#1C1917;background:var(--primary)}#Player.one-epsiode>.player-iframe{width:100%;height:100%;background:#000}#Player.one-epsiode>.player-iframe>iframe{width:100%;height:100%;background:#000}#EpisodeButtons{width:100%;padding:10px 20px;box-sizing:border-box;display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto;grid-template-areas:"back list next";gap:10px;align-items:center;border-bottom:solid 1px #44403C;background:#292524}#EpisodeButtons>a{text-decoration:none;border-radius:5px}#EpisodeButtons>a>span{font-size:15px;font-weight:700;text-transform:uppercase;text-align:center}#EpisodeButtons>a>svg{width:20px;height:20px;stroke:#292524}#EpisodeButtons>.lr-button{height:40px;padding:0 20px;display:flex;justify-content:center;flex-direction:row;align-items:center;gap:10px;background:var(--primary);color:#292524}#EpisodeButtons>.back-button{margin-right:auto;grid-area:back}#EpisodeButtons>.next-button{margin-left:auto;grid-area:next}#EpisodeButtons>.list-button{height:40px;padding:0 20px;margin:0 auto;display:flex;justify-content:center;flex-direction:row;align-items:center;gap:10px;background:#44403C;color:#FFF;grid-area:list}#EpisodeButtons>.list-button>svg{stroke:#FFF}#Player.one-epsiode>.player-list{grid-column:span 1}#Player.one-epsiode>.emoji{height:80px;display:grid;grid-template-columns:repeat(8,1fr);grid-column:span 1}#Player.one-epsiode>.emoji>button{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;border-bottom:2px solid var(--emoji-border);background:var(--emoji-bg-second);transition:0.2s}#Player.one-epsiode>.emoji>button:hover{background:var(--emoji-bg)}#Player.one-epsiode>.emoji>button.active{border-color:var(--primary);background:var(--emoji-bg-active)}#Player.one-epsiode>.emoji>button>img{width:30px;height:30px}#Player.one-epsiode>.emoji>button>span{font-size:13px;font-weight:500;color:var(--emoji-text)}@media (max-width:880px){#Player.one-epsiode{grid-template-columns:1fr;grid-template-rows:repeat(4,auto)}#Player.one-epsiode>.player-iframe{height:400px}}@media (max-width:640px){#EpisodeButtons{grid-template-columns:1fr 1fr;grid-template-rows:auto auto;grid-template-areas:"back next" "list list"}#EpisodeButtons>.back-button{width:100%}#EpisodeButtons>.next-button{width:100%}#EpisodeButtons>.list-button{width:100%}}@media (max-width:440px){#EpisodeButtons>a>span{font-size:13px}}@media (max-width:400px){#EpisodeButtons>.lr-button>span{display:none}}@media (max-width:480px){#Player.one-epsiode>.player-iframe{height:280px}} #FullText>h3,#FullText>h4,#FullText>h5{width:100%;text-align:center;font-size:17px;font-weight:700;text-transform:uppercase;color:var(--content-h2);margin:10px 0 10px 0;}#FullText table {display: block;max-width: 100%;overflow-x: auto;-webkit-overflow-scrolling: touch;border-collapse: collapse;}#FullText th,#FullText td{padding: 8px 12px;border: 1px solid var(--content-border);font-size: 15px;color: var(--content-text);line-height: 1.5;}