body, .header nav, .list, .search, .sort ul, .nav ul, .pt-list a, .footer li a:hover
{ background-color: rgb(18,12,14); }

.media-content
{ background-color: #393939; }


.footer
{ background-color: rgb(28,22,24); }

.menu-btn, .search-btn, .search, .list a, .sort, .thumb figure, .thumb footer span, .nav, aside iframe, .cats-list a, .pt-list, .media-rating a, .media-info a, .footer li a
{ background-color: rgb(48,42,44); }

.thumb a, .input, .textarea
{ border-color: rgb(48,42,44); }

body, input::placeholder, textarea::placeholder, .sort a, .search button, .nav a, .pt-list a, .footer li a
{ color: rgb(188,182,184); }

.highlight, .list a:before, a.logotype span
{ color: rgb(238,172,104); }

#scroll-top, .sort li.active a, .sort a.active, .nav li.active a, .nav a.active, .media-info a:hover
{ background-color: rgb(188,122,54); color: rgb(255,255,255); }

.header nav li.active a, .header nav a.active
{ border-color: #555; }
.header { border-color: #393939!important; }

a, h1, h2, a.logotype, .menu-btn, .search-btn, input, textarea, .search form:before, .media-rating a:hover, .show-info
{ color: rgb(248,242,244); }

.thumb h3, .on-thumb, .cover, .cover-2
{ background-color: rgba(8,2,4,0.7); color: rgb(255,255,255); }

.media-rating li.like-btn a 
{ background-color: rgb(50,130,100); color: rgb(255,255,255); }

@media all and (min-width:1020px) {
	
	.header {background-color: #393939!important;}
    
    .sort a:hover, .nav a:hover
    { background-color: rgb(38,32,34); }
    
    a:hover, .search button:hover
    { color: rgb(238,172,104); }
    
    .thumb a:hover
    { border-color: rgb(188,122,54); }
    
    .list a:hover, .thumb a:hover h3, .cats-list a:hover
    { background-color: rgb(188,122,54); color: rgb(255,255,255); }
    
    a.logotype, .search button:hover, .sort a:hover, .nav a:hover, .pt-list a:hover
    { color: rgb(248,242,244); }
    
    .media-rating li.like-btn a:hover
    { background-color: rgb(70,150,120); color: rgb(255,255,255); }


}


@font-face{font-family:'Maven Pro'; font-weight: normal; font-style: normal; src:url(../fonts/font/MavenPro-Regular.ttf) format("truetype"); font-display: swap; }
@font-face{font-family:'Maven Pro'; font-weight: bold; font-style: normal; src:url(../fonts/font/MavenPro-Bold.ttf) format("truetype"); font-display: swap; }


@font-face{font-family:'Line Awesome Free';font-weight:900;font-display:swap;src:url(../fonts/iconfont/la-solid-900.woff2) format("woff2")}


.ratio-16x9 { padding-top: 56.25%; }
/* Wide 16:9 Ratio, Where 56.25% - value calculating by formula (height x 100 / width) */

.ratio-4x3 { padding-top: 75%; }
/* Rectangular 4:3 Ratio, Where 75% - value calculating by formula (height x 100 / width) */

.ratio-1x1 { padding-top: 100%; }
/* Square 1:1 Ratio */

.ratio-2x3 { padding-top: 150%; }
/* Vertical 2:3 Ratio, Where 150% - value calculating by formula (height x 100 / width) */

.ratio-custom { padding-top: 60%; }
/* Custom Ratio, Where 60% - is a sample value. You should change it on your value calculating by formula (height x 100 / width) */



body,html,div,p,a,ul,li,input,button,form,header,main,article,section,footer,aside,figure,textarea,span,img,h1,h2,h3 { margin: 0; padding: 0; }
header, article, aside, section { display: block; }

body, input, button, textarea { font-family: 'Maven Pro', Arial, sans-serif; }

:after, :before { height: inherit; line-height: inherit; font-family: 'Line Awesome Free'; text-rendering: optimizeLegibility !important; }

li { list-style-type: none; }

img { display: block; }

a { text-decoration: none; -moz-transition: 0.3s ease; -webkit-transition: 0.3s ease; -o-transition: 0.3s ease; transition: 0.3s ease; }

h1 { font-weight: bold; font-size: 26px; line-height: 32px; margin: 20px 10px 0 10px; }
h2 { margin: 40px 10px 0 10px; font-size: 26px; line-height: 32px; }


.header { min-height: 30px; position: relative; z-index: 99999; }

.logotype { margin: 0px 10px 0 10px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; font-weight: bold; text-transform: uppercase; display: block; float: left; height: 30px; line-height: 30px; font-size: 18px; }

.menu-btn { border: 0 none; float: left; border-radius: 4px; width: 30px; height: 30px; line-height: 30px; font-size: 24px; cursor: pointer; margin: 10px 0 0 10px; display: block; }
.menu-btn:before { content: '\f0c9'; -moz-transition: 0.5s ease; -webkit-transition: 0.5s ease; -o-transition: 0.5s ease; transition: 0.5s ease; font-weight: 900; display: block; height: inherit; line-height: inherit; }
.menu-btn.active:before { transform: rotate(90deg); }

.header nav { display: none;  border-radius: 4px; text-align: left; width: 180px; position: absolute; top: 10px; left: 10px; overflow: hidden; padding: 5px 10px 20px 10px; }
.header nav ul { overflow: hidden; }
.header nav li { overflow: hidden; margin-top: 15px; }
.header nav a { float: left; border-bottom: 1px solid transparent; cursor: pointer; font-size: 15px!important; height: 30px; line-height: 30px; text-transform: capitalize; overflow: hidden; display: block; }

.search-btn { border: 0 none; border-radius: 4px; margin: 10px 10px 0 0; float: right; width: 30px; height: 30px; line-height: 30px; font-size: 20px; cursor: pointer; display: block; }
.search-btn:before { transform: rotate(-90deg); content: '\f002'; font-weight: 900; display: block; height: inherit; line-height: inherit; }
.search-btn.active:before { content: '\f00d'; font-size: 22px; }

.search { display: none; overflow: hidden; box-shadow: 0 5px 15px -7px rgba(0,0,0,0.6); border-radius: 4px; position: absolute; top: 50px; right: 10px; left: 10px; overflow: hidden; z-index: 99999; }
.search form { position: relative; overflow: hidden; }
.search form:before { transform: rotate(-90deg); content: "\f002"; font-weight: 900; position: absolute; height: 30px; line-height: 30px; font-size: 20px; top: 5px; left: 12px; }
.search-input { overflow: hidden; height: 40px; line-height: 40px; padding: 0 45px 0 40px; }
.search input { background: none; border: 0 none; width: 100%; outline: 0 none; font-size: 18px; height: inherit; line-height: normal; text-align: left; }
.search button { -moz-transition: color 0.3s ease; -webkit-transition: color 0.3s ease; -o-transition: color 0.3s ease; transition: color 0.3s ease; background: none; overflow: hidden; position: absolute; top: 5px; right: 5px; border: 0 none; cursor: pointer; outline: 0 none; width: 30px; font-size: 26px; height: 30px; line-height: 30px; }
.search button:before { content: "\f138"; font-weight: 900; }


.thu {
  display: flex;
  flex-wrap: wrap;       
  justify-content: center; 
  gap: 1px;           
}
.wrapper { position: relative; overflow: hidden; clear: both; min-height: 700px; }

.content { overflow: hidden; min-width: 320px; max-width: 1856px; margin: 0 auto; }
.cover, .cover-2 { display: none; position: fixed; z-index: 89999; top: 0; left: 0; width: 100%; height: 100%; }


.list { margin: 15px 5px 0 10px; overflow: hidden; }
.list li { float: left; margin: 5px 5px 0 0; }
.list a { border-radius: 4px; padding: 0 10px; display: block; overflow: hidden; height: 30px; line-height: 30px; font-size: 15px; }
.list a:before { transform: rotate(-90deg); -moz-transition: 0.1s ease; -webkit-transition: 0.1s ease; -o-transition: 0.1s ease; transition: 0.1s ease; font-weight: 900; width: 14px; float: left; display: block; margin-right: 2px; height: inherit; line-height: inherit; font-size: 14px; }

.searches { height: 35px; }
.searches a:before { content: '\f002'; }

.sort { border-radius: 4px; padding: 0 0 10px 10px; overflow: hidden; margin: 20px 10px 0 10px; }
.sort ul { overflow: hidden; float: left; padding: 0 0 3px 3px; border-radius: 6px; margin: 10px 10px 0 0; }
.sort li { float: left; margin: 3px 3px 0 0; }
.sort a { font-weight: bold; border-radius: 4px; display: block; height: 30px; line-height: 30px; padding: 0 10px; font-size: 15px; }


/* Thumbnails Styles START */

.thumbs-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
  gap: 1px;               
  margin: 0 auto;
  max-width: 100%;        
}

.thumb { overflow: hidden; display: block; width: 100%; position: relative; }
.thumb a { border-width: 2px; border-style: solid; border-radius: 2px; display: block; position: relative; overflow: hidden; margin: 10px 5px 0 5px; }
.thumb figure { border-radius: 1px; position: relative; overflow: hidden; }
.thumb figure:before { content: ''; height: 32px; width: 32px; position: absolute; top: 50%; left: 50%; margin: -20px 0 0 -20px; border-right: 4px dotted transparent; border-left: 4px dotted transparent; border-top-width: 4px; border-top-style: dotted; border-bottom-width: 4px; border-bottom-style: dotted; border-bottom-color: inherit; border-radius: 50%; animation: spinner 1s linear infinite; }

.thumb img { -moz-transition: 0.4s ease; -webkit-transition: 0.4s ease; -o-transition: 0.4s ease; transition: 0.4s ease; border-radius: 2px; position: absolute; top: 0; left: 0; width: 100%; height: auto; z-index: 2; }

.thumb h3 { -moz-transition: 0.3s ease; -webkit-transition: 0.3s ease; -o-transition: 0.3s ease; transition: 0.3s ease; z-index: 3; position: absolute; bottom: 5px; left: 5px; max-width: 88%; border-radius: 2px; padding: 0 6px; line-height: 20px; height: 20px; overflow: hidden; font-size: 14px!important; font-weight: bold; white-space: nowrap; text-overflow: ellipsis; }
.thumb h3:before { content: '\f04b'; margin-right: 1px; margin-left: -4px; float: left; width: 16px; font-size: 13px; -moz-transition: 0.4s ease; -webkit-transition: 0.4s ease; -o-transition: 0.4s ease; transition: 0.4s ease; }

.thumb footer { overflow: hidden; height: 24px; margin: 5px 0 0 10px; }
.thumb footer span { font-weight: bold; display: block; float: left; height: 24px; line-height: 24px; border-radius: 4px; padding: 0 8px; font-size: 12px; margin-right: 5px; }
.thumb footer span:before { float: left; display: block; margin-right: 1px; width: 16px; }
.thumb footer span.likes:before { content: '\f164'; margin-right: 1px; font-size: 16px; }
.thumb footer span.views:before { content: '\f06e'; margin-right: 3px; font-size: 16px; }
.thumb footer span.dur { padding: 0 0 0 3px !important; background: none !important; }
.thumb footer span.dur:before { content: '\f017'; margin-right: 2px; font-size: 16px; }
.thumb footer span.total:before { content: '\f04b'; margin-right: 1px; }

.thumb-cat h3 { font-size: 18px; height: 36px; line-height: 36px; }
.thumb-cat h3:before { content: '\f2f6'; font-size: 20px; margin-right: 3px; margin-left: -2px; }

.on-thumb { z-index: 3; position: absolute; top: 5px; right: 5px; font-weight: bold; border-radius: 4px; padding: 0 5px; line-height: 24px; height: 24px; overflow: hidden; font-size: 15px; }
.thumb-cat .on-thumb { bottom: 46px; left: 12px; top: auto; right: auto; font-weight: normal; font-size: 12px; }
.thumb-cat .on-thumb:before { content: '\f04b'; margin-right: 1px; float: left; font-size: 14px; display: block; width: 14px; font-weight: 900; }
.thumb-cat .on-thumb:after { content: ' vids'; font-family: inherit !important; }

@keyframes spinner { from {transform: rotate(0deg);} to { transform: rotate(360deg); }}

/* Thumbnails Styles END */


.nav { clear: both; text-align: center; overflow: hidden; margin: 20px 10px 0 10px; padding: 10px; border-radius: 4px; font-size: 0; }
.nav ul { display: inline-block; vertical-align: top; overflow: hidden; padding: 0 0 3px 3px; border-radius: 6px; }
.nav li { float: left; margin: 3px 3px 0 0; }
.nav a, .nav span { font-weight: bold; border-radius: 4px; display: block; min-width: 24px; height: 34px; line-height: 34px; padding: 0 5px; font-size: 15px; }

.tags a { height: 40px !important; line-height: 40px !important; padding: 0 15px !important; }
.tags a:before { content: '\f02b'; margin-left: -4px; }

aside { font-size: 0; padding-top: 30px; overflow: hidden; text-align: center; clear: both; }
aside iframe { width: 300px; height: 250px; border: 0 none !important; overflow: hidden; margin: 10px 5px 0 5px; display: inline-block; vertical-align: top; }
aside iframe:nth-child(2), aside iframe:nth-child(3), aside iframe:nth-child(4), aside iframe:nth-child(5) { display: none; }  

.cats-list { overflow: hidden; padding: 0 5px; }  
.cats-list a { font-weight: bold; margin: 20px 5px 0 5px; display: block; white-space: nowrap; text-overflow: ellipsis; border-radius: 4px; padding: 0 13px; font-size: 18px; height: 44px; line-height: 44px; overflow: hidden; }
.cats-list span { margin: 3px 5px 0 15px; display: block; font-size: 13px;  height: 20px; line-height: 20px; overflow: hidden; }
.cats-list span:before { content: '\f04b'; margin-right: 1px; display: block; width: 14px; float: left; font-size: 14px; font-weight: 900; }

.text-block p { margin: 20px 10px 0 10px; font-size: 16px; line-height: 24px; text-align: justify; }

.pt-list { overflow: hidden; padding: 10px 15px 20px 15px; margin: 20px 10px 0 10px; border-radius: 4px; }
.pt-list li { width: 100%; }
.pt-list a { font-weight: bold; margin: 10px 5px 0 5px; border-radius: 4px; display: block; height: 50px; line-height: 50px; padding: 0 10px; font-size: 16px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;  }
.pt-list a:before { content: '\f058'; margin-right: 5px; float: left; display: block; width: 20px; font-size: 20px; font-weight: 900; }

.media-content { overflow: hidden; margin-top: 20px; padding-bottom: 20px; }

.media-tab { margin: 0 auto; max-width: 1265px; }
.media-tab header { display: table-row; }

.media-col { padding-top: 20px; }

.media .thumb a:hover { cursor: zoom-in; }

.media { background-color: rgb(0,0,0); position: relative; overflow: hidden; }
.media::before { color: rgb(250,250,250); content: ''; height: 42px; width: 42px; position: absolute; top: 50%; left: 50%; margin: -25px 0 0 -25px; border-right: 4px solid transparent; border-left: 4px solid transparent; border-top-width: 4px; border-top-style: solid; border-bottom-width: 4px; border-bottom-style: solid; border-bottom-color: inherit; border-radius: 50%; animation: spinner 1s linear infinite; }
.player { position: relative; overflow: hidden; padding-top: 56.25%; }
.player iframe, .player video, .player source, .fluid_video_wrapper { border: 0 none !important; position: absolute !important; top: 0 !important; left: 0 !important; width: 100% !important; height: 100% !important; z-index: 10 !important; }


.media-meta { overflow: hidden; }
.media-meta ul { overflow: hidden; }
.media-meta li { overflow: hidden; font-size: 14px; }

.media-rating { float: right; margin: 10px 5px 0 0; }
.media-rating li { float: left; }
.media-rating a { border-radius: 4px; font-size: 13px; cursor: pointer; position: relative; text-align: center; min-width: 70px; height: 36px; line-height: 36px; display: block; padding: 0 8px; margin-right: 5px; font-weight: bold; }
.media-rating a:before { display: inline-block; vertical-align: top; height: inherit; line-height: inherit; width: 24px; font-size: 24px; margin-right: 3px; font-weight: 900; }
.media-rating li.like-btn a:before { content: '\f164'; }
.media-rating li.dislike-btn a:before { content: '\f165'; }

.meta-items { overflow: visible !important; margin: 10px 15px 0 5px; }
.meta-items li { float: left; margin: 5px 5px 0 5px; height: 31px; line-height: 31px; }
.meta-items li:before { display: inline-block; vertical-align: top; height: inherit; line-height: inherit; width: 18px; font-size: 18px; margin-right: 3px; font-weight: 900; }
.meta-items li:last-child { margin-right: 0 !important; }
.meta-items li.views:before { content: '\f06e'; }
.meta-items li.dur:before { content: '\f017'; }
.meta-items li.date:before { content: '\f274'; }


.show-info { cursor: pointer; float: left; margin: 5px 10px 0 10px; height: 31px; line-height: 31px; }
.show-info:after { content: '\f107'; font-size: 12px; display: inline-block; vertical-align: top; height: inherit; line-height: inherit; margin-left: 5px; font-weight: 900; -moz-transition: transform 0.4s ease; -webkit-transition: transform 0.4s ease; -o-transition: transform 0.4s ease; transition: transform 0.4s ease; }
.show-info.active:after { transform: rotate(180deg); }

.media-info { overflow: hidden; display: none; clear: both; }

.media-info ul { overflow: hidden; padding: 10px 0 0 10px; font-size: 0; }
.media-info li { float: left; margin: 10px 10px 0 0; }
.media-info li.val { height: 36px; line-height: 36px; font-size: 0; padding-bottom: 2px; }
.media-info li.val:before { display: inline-block; vertical-align: top; height: inherit; line-height: inherit; width: 30px; font-size: 30px; margin-right: 3px; font-weight: 900; }

.media-info li.categories:before { content: '\f02c'; }
.media-info li.tags:before { content: '\f292'; font-weight: 900; margin-right: 0; }
.media-info li.stars:before { content: '\f005'; font-weight: 900; }
.media-info li.channel:before { content: '\f26c'; }

.media-info a { border-radius: 4px; position: relative; display: block; height: 36px; line-height: 36px; padding: 0 14px; font-size: 14px; }
.media-content aside { padding-top: 10px; }

.footer { font-size: 16px; line-height: 24px; margin-top: 40px; overflow: hidden; text-align: center; position: relative; padding: 20px 0 30px 0; }
.footer .content { max-width: 1280px !important; }
.footer p { margin: 10px 10px 0 10px; }  

.footer ul { padding: 10px 8px 0 8px; font-size: 0; }
.footer li { display: inline-block; vertical-align: top; margin: 4px 2px 0 2px; }
.footer li a { border-radius: 4px; display: block; font-size: 14px; height: 28px; line-height: 28px; padding: 0 10px; }


.contact-form { overflow: hidden; padding: 20px 10px 0 10px; }

.textarea { border-style: solid; border-width: 1px; padding: 17px; border-radius: 4px; margin-top: 20px; max-width: 700px; overflow: hidden; }
.textarea textarea { background: none; max-width: 100% !important; width: 100% !important; min-height: 150px !important; height: 150px; max-height: 740px !important; border: 0 none; outline: 0 none; line-height: 20px; font-size: 16px; }

.input { display: inline-block; vertical-align: top; width: 150px; border-style: solid; border-width: 1px; border-radius: 4px; overflow: hidden; padding: 0 15px; margin: 0 10px 0 0; height: 40px; line-height: 40px; }
.input input { background: none; border: 0 none; width: 100%; outline: 0 none; font-size: 16px; height: inherit; line-height: normal; }

button.submit { border: 0 none; background: none; position: relative; text-align: center; -moz-transition: 0.4s ease; -webkit-transition: 0.4s ease; -o-transition: 0.4s ease; transition: 0.4s ease; text-transform: uppercase; cursor: pointer; width: 180px; margin-top: 15px; font-size: 16px; font-weight: bold; padding: 0 20px; outline: 0 none; height: 50px; line-height: normal; }
button.submit:before { -moz-transition: 0.3s ease; -webkit-transition: 0.3s ease; -o-transition: 0.3s ease; transition: 0.3s ease; border-left-width: 3px; border-left-style: solid; border-top-width: 3px; border-top-style: solid; content: ''; position: absolute; top: 0; left: 0; width: 60%; height: 70%; }
button.submit:after { -moz-transition: 0.3s ease; -webkit-transition: 0.3s ease; -o-transition: 0.3s ease; transition: 0.3s ease; border-right-width: 3px; border-right-style: solid; border-bottom-width: 3px; border-bottom-style: solid; content: ''; position: absolute; bottom: 0; right: 0; width: 60%; height: 70%; }

#scroll-top { border-radius: 4px; border: 0 none; -moz-transition: 0.3s ease; -webkit-transition: 0.3s ease; -o-transition: 0.3s ease; transition: 0.3s ease;  overflow: hidden; opacity: 0.9; position: fixed; z-index: 20000; right: 10px; bottom: 60px; cursor: pointer; display: none; width: 40px; height: 40px; line-height: 40px; font-size: 26px; text-align: center; }
#scroll-top:before { content: '\f106'; display: block; height: inherit; line-height: inherit; font-weight: 900; }
#scroll-top:hover { opacity: 1; }
#scroll-top.circle-radius { border-radius: 50%; }



@media all and (min-width:460px) {
    .logotype { font-size: 15px!important; }
    .cats-list li, .pt-list li { float: left; width: 50%; }
}

@media all and (min-width:640px) {
    .header { min-height: 30px!important;background-color: #393939!important; }
    .menu-btn { width: 40px; height: 20px; line-height: 20px; font-size: 15px; margin-right: 5px; }
    .logotype { font-size: 15px; height: 30px; line-height: 30px; margin-right: 10px; }
    .search-btn { display: none; }
    .search { display: block !important; margin: 10px 10px 0 0; border: 0 none; box-shadow: none; position: static; }
    .cover-2 { display: none !important; }
    .header nav { top: 30px; }

    .sort a { height: 40px; line-height: 40px; padding: 0 20px; font-size: 16px; }
    
    .thumbs-list { padding-top: 10px; }
    .thumb { float: left; width: 50%; }
    .thumb a { margin: 10px 5px 0 5px; }
    
    .nav a, .nav span { min-width: 28px; height: 18px; line-height: 18px; }

    aside iframe:nth-child(2) { display: inline-block; }
    .media-rating { float: right; margin: 10px 10px 0 0; }
    .media-rating a { margin: 10px 0 0 10px; height: 44px; line-height: 44px; }
    .meta-items { float: left; margin: 15px 0 0 10px; }
    .meta-items li { margin: 5px 20px 0 0; height: 44px; line-height: 44px; }
    .show-info { clear: both; float: none; margin-top: 20px; }
    .media-info ul { float: left; padding-right: 30px; text-align: left; }
    .media-info ul:last-child { padding-right: 0 !important; }
    .footer-links a { font-size: 16px; }
}

@media all and (min-width:720px) {
    .cats-list li, .pt-list li { width: 33.3333%; }  .thumb { width: 280px; }
}


@media all and (min-width:928px) {
    .thumb { width: 280px; }
}

@media all and (min-width:1020px) {
    .header { min-height: 30px; }
    .logotype { margin-top: 18px; font-size: 15px; }
    .menu-btn { margin-top: 18px; }
    .search { margin-top: 8px; border-radius: 16px; border-color: #606060!important; }
    .list a:hover:before { color: inherit; }
    .sort ul { margin-right: 20px; }
    .content { padding: 0 10px; }
    .thumbs-list { padding: 0; }  .thumb { width: 280px; }
    .thumb a { margin: 20px 10px 0 10px; }
    .thumb a:hover img { transform: scale(1.03); }
    .thumb a:hover h3:before { transform: rotate(360deg); }
    .thumb footer { margin: 5px 5px 0 15px; }
    .thumb-cat h3 { height: 40px; line-height: 40px; font-size: 20px; }
    .thumb-cat .on-thumb { left: 17px; bottom: 50px; }
    
    
    aside iframe { margin: 10px 10px 0 10px; }
    aside iframe:nth-child(3) { display: inline-block; }
    
    .nav a, .nav span { min-width: 14px; height: 18px; line-height: 18px; font-size: 16px; padding: 0 10px; }

    .cats-list { padding: 0; }  
    .cats-list li { width: 25%; }
    .cats-list a { margin: 20px 10px 0 10px; }
    .cats-list span { margin-left: 20px; }
    
    .pt-list { padding: 0 10px 20px 10px; }
    .pt-list li { width: 25%; }
    .pt-list a { margin: 20px 10px 0 10px; }
    
    .media-col { padding-top: 40px; }
    .media-meta li.like-btn a:hover, .media-meta li.dislike-btn a:hover { opacity: 1; }
    
    .media-tab { display: table; overflow: hidden; width: 100%; }
    .media-col { display: table-cell; vertical-align: top; padding: 20px 20px 0 10px; }
    .media-tab aside { display: table-cell; vertical-align: top; width: 310px !important; min-width: 310px !important; max-width: 310px !important; padding-top: 0 !important; }
    .media-tab aside iframe { margin: 20px 10px 0 0 !important; }
    .media-rating { margin-right: 0; }
    .meta-items { margin-left: 0; }
    .show-info { display: none !important; }
    .media-info { display: block !important; }
    .media-info ul { padding-left: 0; }
    .media-info li.val { font-size: 14px; }
    .media-info li.val:before { font-size: 22px; width: 22px; }
    
    .footer li a:hover { opacity: 1; }
    #scroll-top { width: 50px; height: 50px; line-height: 50px; right: 34px; }
}

@media all and (min-width:1280px) {
    a.logotype { margin-right: 60px; }
    .menu-btn { display: none; }
    .header nav { position: static !important; display: block !important; box-shadow: none; background: none; float: left; padding: 0; margin: 13px 20px 0 0; width: auto; border-radius: 0; }
    .header nav li { float: left; margin: 0 40px 0 0; }
    .header nav a { height: 37px; line-height: 37px; font-size: 18px; }
    .player { max-width: 925px; padding: 0; height: 520px; margin: 0 auto; }
}

@media all and (min-width:1360px) {
    h1, h2 { font-size: 30px; line-height: 26px; }
    .header { min-height: 40px; }
    .logotype { height: 20px; line-height: 20px; }
    .header nav { margin-top: 10px; }
    .search form:before { top: 10px; left: 15px; }
    .search-input { height: 50px; line-height: 30px; padding: 0 50px 0 45px; }
    .search button { top: 10px; right: 10px; font-size: 28px; }
    .searches { height: 37px; }
    .list a { height: 32px; line-height: 32px; }
    .list a:before { font-size: 16px; width: 16px; }
    aside iframe:nth-child(4) { display: inline-block; }
    .cats-list li { width: 16.6666%; }
    .pt-list li { width: 16.6666%; }    .thumb { width: 280px; }
}


@media all and (min-width:1412px) {
    .logotype { font-size: 28px; }
    .thumb { width: 280px; }
}

@media all and (min-width:1620px) {
    aside iframe:nth-child(5) { display: inline-block; }
}


@media all and (max-width:1020px) {* { -webkit-tap-highlight-color: transparent; -webkit-focus-ring-color: transparent; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}}

aside {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 30px 12px;
  overflow: visible;
}
aside iframe {
  margin: 0;
}


.categories-header {
  display: flex; max-width:100%; padding-top: 15px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1px;
  flex-wrap: wrap; 
}

.categories-title {
  font-size: 24px;
  margin: 0;
}

.categories-banner{
  max-width: 729px;
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .categories-title {
    display: none;
  }
  .categories-header {
    justify-content: center;
  }
  .categories-banner img {
    max-width: 100%;
  }
}

.banner-center {
  display: flex;
  justify-content: center; 
  align-items: center;  padding-top: 25px;     
}

.banner-center iframe {
  max-width: 950px;
  width: 100%;  
  height: 250px;
  border: none;
}


.banner-center2 {
  display: flex;
  justify-content: center; 
  align-items: center;  padding-top: 25px;     
}

.banner-center2 iframe {
  max-width: 728px;
  width: 100%;  
  height: 90px;
  border: none;
}

* {
    box-sizing: border-box;
}

.header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 12px;
    padding: 8px 16px;
    min-height: 56px;
    background-color: #393939;
    width: 100%;
    position: relative;
    z-index: 99999;
}

/* --- ЛЕВАЯ ГРУППА --- */
.header-left {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
}

.menu-btn {
    border: 0 none;
    border-radius: 4px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(48, 42, 44);
    color: rgb(248, 242, 244);
    flex-shrink: 0;
    transition: 0.3s ease;
}
.menu-btn:before {
    content: '\f0c9';
    font-weight: 900;
    font-family: 'Line Awesome Free';
    transition: 0.5s ease;
}
.menu-btn.active:before {
    transform: rotate(90deg);
}

.logotype {
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    color: rgb(248, 242, 244);
    text-decoration: none;
    flex-shrink: 0;
}
.logotype span {
    color: rgb(238, 172, 104);
}

/* --- ЦЕНТРАЛЬНАЯ ГРУППА: навигация --- */
.header-center {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
}

.header-center nav {
    display: flex;
    align-items: center;
    width: 100%;
}
.header-center nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2px 6px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.header-center nav li {
    margin: 0;
    flex: 0 0 auto;
}
.header-center nav a {
    display: block;
    padding: 6px 14px;
    border-radius: 4px;
    font-size: 15px;
    color: rgb(188, 182, 184);
    text-decoration: none;
    transition: 0.3s ease;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
}
.header-center nav a:hover {
    color: rgb(248, 242, 244);
    background-color: rgba(188, 122, 54, 0.2);
}
.header-center nav li.active a,
.header-center nav a.active {
    border-color: rgb(188, 122, 54);
    color: rgb(248, 242, 244);
}

/* --- ПРАВАЯ ГРУППА: поиск --- */
.header-right {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    margin-left: auto;
}

.search {
    display: flex;
    align-items: center;
    background-color: rgb(48, 42, 44);
    border-radius: 20px;
    overflow: hidden;
    height: 36px;
    min-width: 140px;
    max-width: 320px;
    border: 1px solid transparent;
    transition: 0.3s ease;
    flex-shrink: 1;
}
.search:focus-within {
    border-color: rgb(188, 122, 54);
}

.search form {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
.search form:before {
    content: '\f002';
    font-weight: 900;
    font-family: 'Line Awesome Free';
    font-size: 15px;
    color: rgb(188, 182, 184);
    padding-left: 12px;
    flex-shrink: 0;
}

.search-input {
    display: flex;
    align-items: center;
    flex: 1;
    height: 100%;
    padding: 0 6px;
    min-width: 60px;
}
.search input {
    background: none;
    border: 0 none;
    outline: 0 none;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: rgb(188, 182, 184);
    min-width: 50px;
}
.search input::placeholder {
    color: rgb(188, 182, 184);
    opacity: 0.7;
}

.search button {
    background: none;
    border: 0 none;
    cursor: pointer;
    outline: 0 none;
    color: rgb(188, 182, 184);
    font-size: 18px;
    padding: 0 12px 0 4px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
    flex-shrink: 0;
}
.search button:before {
    content: '\f138';
    font-weight: 900;
    font-family: 'Line Awesome Free';
}
.search button:hover {
    color: rgb(238, 172, 104);
}

/* --- КНОПКА ПОИСКА ДЛЯ МОБИЛКИ --- */
.search-btn {
    display: none;
    border: 0 none;
    border-radius: 4px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 17px;
    cursor: pointer;
    background-color: rgb(48, 42, 44);
    color: rgb(248, 242, 244);
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}
.search-btn:before {
    content: '\f002';
    font-weight: 900;
    font-family: 'Line Awesome Free';
}
.search-btn.active:before {
    content: '\f00d';
    font-size: 20px;
}

/* --- МОБИЛЬНАЯ НАВИГАЦИЯ --- */
.mobile-nav {
    display: none;
    flex-basis: 100%;
    order: 99;
    background-color: rgb(48, 42, 44);
    border-radius: 6px;
    padding: 12px 16px 20px 16px;
    margin-top: 4px;
}
.mobile-nav.open {
    display: block;
}

.mobile-nav ul {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.mobile-nav li {
    margin: 0;
    width: 100%;
}
.mobile-nav a {
    display: block;
    padding: 10px 16px;
    border-radius: 4px;
    font-size: 16px;
    color: rgb(188, 182, 184);
    text-decoration: none;
    transition: 0.3s ease;
    border-left: 3px solid transparent;
}
.mobile-nav a:hover,
.mobile-nav li.active a {
    color: rgb(248, 242, 244);
    background-color: rgba(188, 122, 54, 0.15);
    border-left-color: rgb(188, 122, 54);
}

/* ============================================
   АДАПТИВ
   ============================================ */

/* --- ОЧЕНЬ МАЛЕНЬКИЕ ЭКРАНЫ (< 480px) --- */
@media all and (max-width: 479px) {
    .header {
        padding: 6px 10px;
        gap: 4px 6px;
        min-height: 44px;
    }
    .menu-btn {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }
    .logotype {
        font-size: 14px;
        height: 30px;
        line-height: 30px;
    }
    .header-center {
        display: none !important;
    }
    .search-btn {
        display: flex;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    .search {
        display: none;
        flex-basis: 100%;
        max-width: 100%;
        min-width: auto;
        height: 36px;
        border-radius: 6px;
        order: 98;
    }
    .search.open {
        display: flex;
    }
    .search input {
        font-size: 13px;
    }
    .mobile-nav {
        display: none;
    }
    .mobile-nav.open {
        display: block;
    }
    .mobile-nav a {
        font-size: 14px;
        padding: 8px 12px;
    }
}

/* --- МОБИЛКИ (480-767px) --- */
@media all and (min-width: 480px) and (max-width: 767px) {
    .header {
        padding: 6px 12px;
        gap: 6px 8px;
        min-height: 48px;
    }
    .menu-btn {
        width: 34px;
        height: 34px;
        line-height: 34px;
        font-size: 18px;
    }
    .logotype {
        font-size: 16px;
        height: 34px;
        line-height: 34px;
    }
    .header-center {
        display: none !important;
    }
    .search-btn {
        display: flex;
        width: 34px;
        height: 34px;
        line-height: 34px;
        font-size: 16px;
    }
    .search {
        display: none;
        flex-basis: 100%;
        max-width: 100%;
        min-width: auto;
        height: 38px;
        border-radius: 6px;
        order: 98;
    }
    .search.open {
        display: flex;
    }
    .mobile-nav {
        display: none;
    }
    .mobile-nav.open {
        display: block;
    }
}

/* --- ПЛАНШЕТЫ (768-1023px) --- */
@media all and (min-width: 768px) and (max-width: 1023px) {
    .header {
        padding: 8px 16px;
        gap: 8px 12px;
        min-height: 52px;
    }
    .menu-btn {
        width: 38px;
        height: 38px;
        line-height: 38px;
        font-size: 20px;
    }
    .logotype {
        font-size: 18px;
        height: 38px;
        line-height: 38px;
    }
    
    /* На планшетах показываем навигацию, но компактно */
    .header-center {
        display: flex !important;
        flex: 0 1 auto;
    }
    .header-center nav a {
        font-size: 14px;
        padding: 4px 10px;
    }
    .header-center nav ul {
        gap: 2px 4px;
    }
    
    .search-btn {
        display: none;
    }
    .search {
        display: flex;
        max-width: 200px;
        min-width: 120px;
        height: 34px;
        border-radius: 16px;
    }
    .search input {
        font-size: 13px;
    }
    .search form:before {
        font-size: 13px;
        padding-left: 10px;
    }
    .search button {
        font-size: 15px;
        padding: 0 8px 0 2px;
    }
    
    .mobile-nav {
        display: none !important;
    }
}

/* --- ДЕСКТОПЫ (≥1024px) --- */
@media all and (min-width: 1024px) {
    .header {
        padding: 8px 24px;
        gap: 12px 20px;
        min-height: 60px;
    }
    
    .menu-btn {
        display: none !important;
    }
    
    .logotype {
        font-size: 22px;
        height: 42px;
        line-height: 42px;
    }
    
    .header-center {
        display: flex !important;
        flex: 1 1 auto;
    }
    .header-center nav a {
        font-size: 16px;
        padding: 6px 18px;
    }
    .header-center nav ul {
        gap: 4px 8px;
    }
    
    .search-btn {
        display: none !important;
    }
    .search {
        display: flex;
        max-width: 340px;
        min-width: 180px;
        height: 38px;
        border-radius: 19px;
    }
    .search input {
        font-size: 15px;
    }
    
    .mobile-nav {
        display: none !important;
    }
}

/* --- БОЛЬШИЕ ЭКРАНЫ (≥1440px) --- */
@media all and (min-width: 1440px) {
    .header {
        padding: 10px 40px;
        min-height: 66px;
    }
    .logotype {
        font-size: 24px;
        height: 46px;
        line-height: 46px;
    }
    .header-center nav a {
        font-size: 17px;
        padding: 8px 22px;
    }
    .search {
        max-width: 400px;
        min-width: 220px;
        height: 40px;
    }
}

/* --- ОГРОМНЫЕ ЭКРАНЫ (≥1920px) --- */
@media all and (min-width: 1920px) {
    .header {
        padding: 12px 60px;
        min-height: 72px;
    }
    .logotype {
        font-size: 26px;
        height: 50px;
        line-height: 50px;
    }
    .header-center nav a {
        font-size: 18px;
        padding: 10px 26px;
    }
    .search {
        max-width: 460px;
        min-width: 260px;
        height: 44px;
    }
    .search input {
        font-size: 16px;
    }
}