* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

table, img, td, tr {
  padding: 0;
  margin: 0;
  border: none;
}
input, button, select, textarea {
  outline: none;
  font-family: Roboto, Arial, sans-serif;
  font-size: 100%;
  font-weight: normal;
}
.hidden {display: none;}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    color: #db5c4c;
    font-family: Roboto, Arial, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
 
img {
    border: 0 none;
    margin: 0;
    padding: 0;
}
ul,ol {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
a {
    color: black;
    text-decoration: none;
}
a:hover {
    color: black;
    text-decoration: underline;
}
a.footer_menu:hover {
    color: white;
}
a:link, a:visited, a:focus, a:hover {
  text-decoration: none;
  outline: none;
}
.authorlinkonline {
    color: #256799;
}

.authorlinkonline:hover {
  color: #256799;
}
.authorlinkonline:hover{
    text-decoration: underline;
}

.floatleft {
    float: left;
}
.floatright {
    float: right;   
}
.clr {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    clear: both;
    display: block;
    float: none;
    font-size: 0;
    height: 0;
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    visibility: hidden;
    width: 0;
}

body {
    min-width: 320px;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: Roboto, Arial, sans-serif;
}

.container {
    padding: 0 20px;
} 
.mega_container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 100;
}
.container_gads {
    width: 100%;
    min-width: 100%;
    min-height: 280px;
    padding: 10px 0;


}
.container_gadsfix{
    width: 100%;
    min-width: 100%;
    min-height: 280px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


.error404 {
    width: 100%;
    text-align: center;
}
.erro404__inner {
    width: 320px;
    margin: 0 auto;
    padding: 30px 0;
    font-size: 14px;
    
}
.erro404__inner h1 {
    font-size: 38px;
    color: #000;
}
a.a_error404 {
    font-size: 14px;
    color: #000;
    text-decoration: underline;
}
a.a_error404:hover {
    font-size: 14px;
    color: #000;
    text-decoration: none;
}
/** end common*/
.header {
    background-color: #000;
}
.headerbottom {
    background-color: #ffd600;
    width: 100%;
    height: 70px;
    color: #ffd600;
}
.header__inner {
    min-height: 65px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo:hover {
    cursor: pointer;    
}

#logo_640 {
    display: none;
}


.menu_btn {
    width: 36px;
    height: 36px;
    background-color: #fff;
    border: none;
    position: relative;
    font-size: 9px;
    padding-top: 23px;
}
.menu_btn::after {
    content: "";
    width: 28px;
    height: 3px;
    background-color: #000; 
    position: absolute;
    top:  7px;
    left: 4px;
    box-shadow: 0 4px 0 0 #000, 0 8px 0 0 #000;
}
button.menu_btn {
    padding: 0;
    padding-top: 23px;
}
 
.search__inner {
    min-width: 65%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    color: #303030;
}
#searchbox_table {
    width: 100%;
}
#search_input_place {
  border: 1px solid #ffffff;
  position: relative;
}
#search_stext {
  width: 100%;
  height: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background: none;
  border: none;
  font-size: 100%;
  color: #ffffff;
}
#search_button_place {
  background: #ffffff;
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
}
#search_button {
  width: 100%;
}
#searchresult {
  z-index: 5000;
  position: absolute;
  background: #ffffff;
  width: 100%;
  top: 2.4rem;
  padding-top: 0.5rem;
  box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.8);
  display: none;
  font-size: 13px;
}
.search_item, .no_result {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.search_item:hover {
    background: #a71b1e;
    color: #fff;
    text-decoration: none;
}

#menu {
    background-color: white;
    width: 100%;
    box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.61);
    position: fixed !important;
    top: 4.2rem;
    z-index: 10001;
    display: none;
    margin: 0 auto;
    width: 100%;
    overflow: auto;
    max-height: 270px; 
}
.menu_btn:hover {
    cursor: pointer;    
}
.menu_box {
    padding: 10px;
}
.menu_box_title {
    font-size: 1.2rem;
    padding: 5px;
    
}

.menu-li-next { padding: 5px;}
.menu_box_li {
    width: 100%;
    font-size: 0.9rem;
    padding: 10px 0 15px 0;
}
@media (min-width: 640px) {
    .menu_box_li {
        width: 30%;
        float: left;
    }
} 
@media (min-width: 960px) {
    .menu_box_li {
        width: 15%;
    }
} 
.menu-li-next:hover a:hover {
    color:#a71b1e;
}
/** end header mobf */
.footer {
    background: linear-gradient(to top, #a71b1e 0%, #9d1d1e 100%);

    padding: 2% 0;
    max-width: 100%;
}
.footer_content {
    padding: 1.5% 4% 1%;
}
.footer_title {
    color: white;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 30px;
}
@media (min-width: 640px) {
    .footer_title {
        font-size: 18px;
    }
}
@media (min-width: 960px) {
    .footer_title {
        font-size: 20px;
    }
}
.footer_copyright {
    font-size: 14px;
    border-top: 1px solid #000;
    margin: 30px 0 0;
    padding: 25px 0 5px;
}
@media (min-width: 320px) {
    .footer_copyright {
        font-size: 12px;
    }
}
@media (min-width: 1024px) {
 .footer_copyright {
        font-size: 14px;
    }
}
.footer_box::after {
    clear: both;
}
.footer_box::after {
    content: "";
    display: table;
}
.footer_box {
    margin: 10px 0;
    width: 100%;
}
.footer_box_li {
    float: left;
    width: 13%;
    min-width: 100px;
}
@media (min-width: 320px) {
    .footer_box_li {
        width: 50%;
    }
}
@media (min-width: 960px) {
    .footer_box_li {
        width: 25%;
    }
}

@media (min-width: 1024px) {
    .footer_box_li {
        width: 18%;
    }
}
.footer_box_li ul {
    padding: 0 0 3%;
    width: 100%;
}
.footer_box_li li {
    height: 25px;
    padding: 0 0 5px;
}
.footer_box_title {
    color: #000;
    display: block;
    font-size: 14px;
    padding: 0 0 2px;
}
@media (min-width: 1024px) {
 .footer_box_title {
        font-size: 16px;
    }
}
.footer_menu {
    color: white;
    font-size: 12px;
}
@media (min-width: 1024px) {
 .footer_menu {
        font-size: 14px;
    }
}
.footer_menu:hover{
    text-decoration: underline;
}
/** end footer mobf */
.container_index {
    flex-wrap: wrap;
    display: flex;
    flex: 0 1 auto;
    align-content: flex-start;
    max-width: 1200px;
}
.container_index_left {
    width: 100%;
    padding-bottom: 20px;
}
@media (min-width: 1000px) {
    .container_index_left {
        width: 70%;
        padding-bottom: 20px;
        float: left;
    }
}    

.container_index_right {
    width: 100%;
    padding-bottom: 20px;
}
@media (min-width: 1000px) {
    .container_index_right {
        width: 30%;
        padding-bottom: 20px;
        float: left;
    }
}   


.container_index_content_box {
    width: 100%;
}
#container_seriya_title {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px 0;
    
}
#container_index_rating_title {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    padding: 30px 0 10px 5px;
}
#seriya_title h1{
    color: #000;
    font-size: 20px;
    padding-left: 10px;
}
#anons_title h2{
    color: #000;
    font-size: 20px;
    padding-left: 5px;
}
#rating_title_h3 h3{
    color: #000;
    font-size: 20px;
}
@media (min-width: 478px) {
    #seriya_title h1{
        font-size: 22px;
        padding-left: 5px;
    }
    #anons_title h2{
        font-size: 22px;
        padding-left: 10px;
    }
    #rating_title_h3 h3{
        font-size: 20px;
    }
}

@media (min-width: 800px) {
    #seriya_title h1{
        color: #000;
        font-size: 24px;
        padding-left: 5px;
    }
    #anons_title h2{
        color: #000;
        font-size: 24px;
        padding-left: 10px;
    }
        #rating_title_h3 h3{
        font-size: 24px;
    }
}

.serial_item_box {
    width: 50%;
    float: left;
}


@media (min-width: 320px) and (max-width: 477px){
    .serial_item_box {
        width: 50%;
        float: left;
    }
    html body div.content div.container_index div.container_index_left div.container_index_content_box div.serial_item_container div.serial_item_box:nth-child(2n+1) {
        clear: left;
    }
}
@media (min-width: 478px) and (max-width: 619px){
    .serial_item_box {
        width: 31%;
        float: left;
        padding: 5px;
    }
    html body div.content div.container_index div.container_index_left div.container_index_content_box div.serial_item_container div.serial_item_box:nth-child(3n+1) {
        clear: left;
    }
}
@media (min-width: 620px) and (max-width: 839px){
    .serial_item_box {
        width: 24%;
        padding: 1px;
    }
    html body div.content div.container_index div.container_index_left div.container_index_content_box div.serial_item_container div.serial_item_box:nth-child(4n+1) {
        clear: left;
    }
} 
@media (min-width: 840px) and (max-width: 10000px){
    .serial_item_box {
        width: 19%;
        padding: 1px;
    }
    html body div.content div.container_index div.container_index_left div.container_index_content_box div.serial_item_container div.serial_item_box:nth-child(5n+1) {
        clear: left;
    }
} 
.seriya_top {
    justify-content: center;
    width: 100%;
}

.container_seriya_poster {
    width: calc((100% - 10px));
    align-self: center;
    text-align: center;
    display: block;
    position: relative;
    padding: 0 5px;
} 

.container_seriya_poster img{
    width: 100%;
} 
.uptitle {
    background-color: #a71b1e;
    color: white;
    font-size: 1.3rem;
    left: 0;
    padding: 3px 10px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    margin-top: 10px;
    margin-left: 5px;
}
.uptitle-country {
    background-color: #900BE2FF;
    color: white;
    font-size: 1.3rem;
    left: 0;
    padding: 3px 10px;
    position: absolute;
    top: 0;
    z-index: 1;
    margin-top: 30px;
    margin-left: 5px;
}

.newser-country {
    background-color: #900BE2FF;
    font-size: 13px;
}
  
.newser {
    background-color: #a71b1e;
    font-size: 13px;
    
}

.serial_item_raiting {
    width: 90%;
    font-size: 12px;
    padding: 0 0 20px 5px;
}
.smalltitlek {
    color: black;
    font-size: 13px;
}
.rating {
    width: 70px;
    height: 16px;
    background: url("../images/ratinggrey-cat.png") no-repeat left;
    float:left;
    margin-right: 5px;
}
.ratingkt__stars {
    background: url("../images/rating-kinoteatr.png") no-repeat left;    
    height: 16px;
}
.serial_item_title {
    width: 90%;
    padding: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    height: 12px;
}
@media (min-width: 800px) {
    .serial_item_title {
        font-size: 15px;
    }
}
.serial_item_genre {
    width: 90%;
    padding: 5px;
    overflow: hidden;
}
.description {
    display: table;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: 100%;
}


.titlecategory {
    display: table-cell;
    line-height: 14px;
    list-style: outside none none;
    overflow: hidden;
    padding: 2px 1px;
    vertical-align: middle;
    white-space: nowrap;
    width: 50%;
    
}
.fs12 {
    font-size: 12px;
    text-decoration: underline;
    color: #000;
}
.fs12:hover {
    font-size: 12px;
    text-decoration: underline;
    color: black;
}
.yearcat {
    color: #5b86e5;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    padding-right: 20px;
    
}
.genreyear {
    font-size: 12px;
    color: black;
}
.genreyear:hover {
    color: black;
    text-decoration: underline;
}
.yeartitl{
    font-size: 12px;
}

.container_index_rating {
    width: 100%;
    float: left;
    padding-left: 10px;
    overflow: hidden;
    position: relative;
}

@media (min-width: 478px) {
.container_index_rating {
    width: 45%;
    float: left;
    overflow: hidden;
    position: relative;
}

}

.index_rating_title {
    color: #000;
    font-size: 18px;
    padding: 20px 0 20px 0;
}
.spanseeall100 {font-size: 13px;}
.seeall100 {width: 100%;}

.seeall100a {
    font-size: 13px;
    color: black;
}
.seeall100a:hover {
    text-decoration: underline;
}
.index_li_rating {
    padding-top: 5px;
    padding-bottom: 5px;
}
.box_mainmenu {
    position: relative;
    width: 99%;
    background-color: #eaf0f2;
    margin-top: 60px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: none;
}

@media (min-width: 1000px) {
    .box_mainmenu {
        display: block;
    }

}   


.box_submainmenu {
    padding: 20px;
}
.icon_title_mainmenu::before {
    content: "☰";
    color: #5b86e5;
    font-weight: bold;
}
.box_title_mainmenu {
    font-size: 24px;
    color: #222;
    font-weight: 400;
}
 .nav_title_mainmenu {
    font-size: 17px;
    margin-left: 5px;
    padding-top: 15px;
    color: black;
}
.nav-minus::before {
    content: "━";
    color: #db5c4c;
    font-size: 18px;
}
.mainmenu_link {
    font-size: 13px;
    color: black;
}
.mainmenu_link:hover {
    text-decoration: underline;
}
.mainmenu_li {
    float: left;
    min-width: 100px;
    width: 40%;
    padding: 3px;
    padding-left: 12px;
}
.mainmenu_lu {
    margin-left: 10px;
    margin-top: 10px;
}
.premiere_hot {
    position: absolute;
    top: 8px;
    left: 8px;

    background: linear-gradient(45deg, #7CFF00, #32CD32);
    color: #000;

    font-size: 12px;
    font-weight: 700;

    padding: 4px 8px;
    border-radius: 4px;

    box-shadow: 0 2px 10px rgba(124, 255, 0, 0.7);
}

.serials-row__title {
  margin: 0;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 400;
  color: #2f2f2f;
}
.mega_container {
  max-width: 1200px;
  margin: 0 auto;
  z-index: 100;
  min-width: 320px;
}
@media (max-width: 900px) {
    .search__inner {
        display: none;
    }
}

/* =========================
   HEADER
========================= */

.header {
    position: relative;
    z-index: 1000;
}

.header__top {
    background: #000;
    color: #fff;
}

.container_header {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

.header__top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 20px 0;
}

/* LOGO */

.logo {
    display: block;
    margin-left: 20px;
}

.logo img {
    display: block;
    height: 30px;
    width: auto;
    max-width: 100%;
}

/* SEARCH */

.header-search {
    position: relative;
    flex: 1;
    display: flex;
    justify-content: center;
}

.header-search form {
    display: flex;
    align-items: center;
    background: #111;
    border: 1px solid #333;
    border-radius: 20px;
    overflow: hidden;
}

.header-search input {
    width: 400px;
    padding: 8px 15px;
    outline: none;
    transition: .2s;
    border: 1px solid #444;
    border-radius: 25px;
    color: #fff;
    background: rgba(255,255,255,.06);
    backdrop-filter: blur(6px);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.1);
}

.header-search input::placeholder {
    color: #777;
}

.header-search input:focus {
    background: #fff;
    color: #000;
}

/* SEARCH BUTTON */

.search-btn {
    margin-left: auto;
    width: 36px;
    height: 36px;
    background: #1c1c1c;
    border-radius: 8px;
    border: 1px solid #333;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.icon-search {
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: relative;
    box-sizing: content-box;
}

.icon-search::after {
    content: '';
    position: absolute;
    width: 7px;
    height: 2px;
    background: #fff;
    border-radius: 2px;

    right: -5px;
    bottom: -2px;

    transform: rotate(45deg);
    transform-origin: center;
}

/* SEARCH DROPDOWN */

.search-dropdown {
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    background: #1c1c1c;
    border-radius: 12px;
    overflow: hidden;
    display: none;
    box-shadow: 0 10px 30px rgba(0,0,0,.6);
    z-index: 1000;
}

/* BURGER */

.burger {
    position: relative;
    width: 44px;
    height: 44px;
    margin-right: 20px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    flex-shrink: 0;
}

.burger span {
    position: absolute;
    left: 50%;
    width: 24px;
    height: 2px;
    background: #fff;
    transform: translateX(-50%);
    transition:
            transform .25s ease,
            opacity .25s ease,
            top .25s ease;
}

.burger span:nth-child(1) { top: 14px; }
.burger span:nth-child(2) { top: 21px; }
.burger span:nth-child(3) { top: 28px; }

.burger.is-active span:nth-child(1) {
    top: 21px;
    transform: translateX(-50%) rotate(45deg);
}

.burger.is-active span:nth-child(2) {
    opacity: 0;
}

.burger.is-active span:nth-child(3) {
    top: 21px;
    transform: translateX(-50%) rotate(-45deg);
}

/* MOBILE MENU */

.mobile-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #000;
    z-index: 1001;

    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);

    transition:
            opacity .3s ease,
            transform .3s ease,
            visibility .3s ease;
}

.mobile-menu.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.mobile-menu .container_header {
    padding: 0 16px;
}

.mobile-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.45);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .3s ease, visibility .3s ease;
    z-index: 999;
}

.mobile-overlay.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* MENU GRID */

.menu-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 40px;
    padding: 30px 20px;
}

.menu-col {
    display: flex;
    flex-direction: column;
}

.menu-title {
    font-size: 14px;
    color: #999;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.menu-col a {
    color: #fff;
    text-decoration: none;
    padding: 6px 0;
    font-size: 15px;
    transition: .2s;
}

.menu-col a:hover {
    color: #ff5500;
}

.pad-t-30 {
    margin-top: 30px;
}

/* RESPONSIVE */

@media (max-width:768px) {

    .header-search {
        display: none;
    }

    .search-btn {
        display: flex;
    }

    .menu-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width:769px) {

    .search-btn {
        display: none;
    }
}

@media (max-width:480px) {

    .header__top-inner {
        padding: 14px 0;
    }

    .burger {
        margin-right: 12px;
    }
}

@media (max-width:468px) {

    .menu-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ===== HEADER ===== */
.header__top-inner {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* ===== DESKTOP SEARCH ===== */
.header-search {
    position: relative;
    flex: 1;
    display: flex;
    justify-content: center;
}

.header-search form {
    display: flex;
    align-items: center;
    background: #111;
    border: 1px solid #333;
    border-radius: 20px;
    overflow: hidden;
}

.header-search input {
    width: 400px;
    padding: 8px 15px;
    outline: none;
    transition: 0.2s;

    border: 1px solid #444;
    border-radius: 25px;
    color: #fff;

    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(6px);

    box-shadow:
            inset 0 0 0 1px rgba(255,255,255,0.1);
}

.header-search input::placeholder {
    color: #777;
}

.header-search input:focus {
    background: #fff;
    color: #000;
}

/* ===== DROPDOWN ===== */
.search-dropdown {
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    background: #1c1c1c;
    border-radius: 12px;
    overflow: hidden;
    display: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.6);
    z-index: 1000;
}

/* ===== ITEM ===== */
.search-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-bottom: 1px solid #2a2a2a;
    cursor: pointer;
    transition: 0.2s;
}

.search-item:last-child {
    border-bottom: none;
}

.search-item:hover {
    background: #2a2a2a;
}

.search-item:active {
    transform: scale(0.97);
}

.search-item img {
    width: 45px;
    height: 65px;
    object-fit: cover;
    border-radius: 6px;
}

.search-item-title {
    font-size: 14px;
    color: #fff;
}

.search-empty {
    padding: 10px;
    color: #aaa;
}

/* ===== MOBILE BUTTON ===== */
.search-btn {
    margin-left: auto;
    width: 36px;
    height: 36px;
    background: #1c1c1c;
    border-radius: 8px;
    border: 1px solid #333;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* ===== ICON ===== */
.icon-search {
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: relative;
}

.icon-search::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 2px;
    background: #fff;
    right: -5px;
    bottom: -3px;
    transform: rotate(45deg);
}

/* ===== MOBILE SEARCH (FULLSCREEN) ===== */
.mobile-search {
    position: fixed;
    inset: 0;
    background: #000;
    z-index: 999999;
    display: none;
    flex-direction: column;
    opacity: 0;
    transform: translateY(-20px);
    transition: 0.25s;
}

.mobile-search.active {
    display: flex;
    opacity: 1;
    transform: translateY(0);
}

.mobile-search-header {
    display: flex;
    gap: 10px;
    padding: 12px;
    background: #111;
    border-bottom: 1px solid #222;
}



.mobile-search-header button {
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
}

.mobile-search-results {
    flex: 1;
    overflow-y: auto;
    padding: 5px 0;
}



.mobile-search-header input {
    flex: 1;
    padding: 12px;
    border-radius: 10px;
    border: none;
    background: #222;
    color: #fff;
    font-size: 16px;
    transition: 0.2s;

    /* базовая рамка */
    box-shadow: inset 0 0 0 1px #333;
}

.mobile-search-header input:focus {
    outline: none;

    /* золотое свечение */
    box-shadow:
            0 0 8px #ff5500,
            inset 0 0 0 1px #ff5500;
}
/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .header-search {
        display: none;
    }

    .search-btn {
        display: flex;
    }
}

@media (min-width: 769px) {
    .search-btn {
        display: none;
    }
}
.search-item-year {
    font-size: 12px;
    color: #aaa;
}
.search-item-title {
    color: #fff;
    font-size: 14px;
}

.search-item-title span {
    color: #aaa;
}

.search-item-rating {
    color: #ff5500;
    font-size: 13px;
    font-weight: bold;
}
.year {
    color: #888;
}
.search-item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.search-item-rating {
    min-width: 55px;
    text-align: right;
}
.search-item:hover {
    background: #1a1a1a;
}
.search-item img {
    filter: brightness(1.05);
}
.search-item {
    transition: all 0.15s ease;
}
.mobile-search-header {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px;
    background: #111;
    border-bottom: 1px solid #222;
    box-sizing: border-box;
}

.mobile-search-header input {
    flex: 1;
    min-width: 0;
    width: auto;
    padding: 12px;
    border-radius: 10px;
    border: none;
    background: #222;
    color: #fff;
    font-size: 16px;
    box-sizing: border-box;
}

.mobile-search-header button {
    width: 36px;
    min-width: 36px;
    height: 36px;
    flex: 0 0 36px;

    padding: 0;
    margin: 0;

    border: none;
    background: transparent;
    color: #fff;
    font-size: 20px;
}

