﻿html,
body {
  margin: 0;
  background-color: #f1f1f1;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #5a5a5a;
}

body.reklama_body {
  background-attachment: fixed;
  background-repeat: no-repeat !important;
  background-position: center top !important;
  background-size: auto;
  cursor: pointer;
}

.avasize {
	width: 85px;
    height: 85px;
}

.adv_left_content {
  position: fixed;
  bottom: 0;
  width: 218px;
}

.ts_film, .ts_serial {
  display: block;
  max-height: 400px;
  overflow: auto;
  width: 100%;
}

#tablesorter {
  border-radius: 6px;
  border: 1px solid #ccc;
}

#tablesorter th {position: sticky; top: 0;}

#mod_frame{
        position:fixed;
        bottom: 0px;
        left: 0px;
        z-index: 100;
    }
    #mod_frame_page{
        width:400px;
        height:225px;
    }
    #mod_frame_close{
        position: absolute;
        top:-13px;
        right:-13px;
        z-index: 102;
        cursor:pointer;
        border:3px solid #8b8b8b;
        padding:3px;
        border-radius: 50%;
        display: none;
    }

.aux_quality {
  display: none;
  cursor: pointer;
}

.qual_active {
  background-color: #172e55 !important;
}

.qual_active td {
  border-color: #172e55 !important;
}

.q_sep {
  border-bottom: 1px solid #ccc !important;
}

#content_wb {
  cursor: default;
}

.com_answ {
  display: none;
}

.sidebar_menu_liked[style="float:left;margin-left:15px;margin-top:3px;"] {
  background-image: url(/themes/TBDev/images/r_b/liked.svg) !important;
}

.show_comm_replies {
  display: block;
  margin-top: -8px;
  margin-bottom: 10px;
  margin-left: 10px;
}

div {
  display: block;
}

.wrapper-header,
.cont_box {
  margin: 0 auto;
}

.wrapper-header {
  width: 100%;
  max-width: 1080px;
  margin-top: 10px;
}

.error {
  border-radius: 6px;
}
table.block_table.no_block td {
  border: none;
}

@media (max-width: 900px) {
    #qs_form {
        flex-direction: column !important;
		padding: 10px !important;
    }
}

#qs_form_div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 4px;
    background-color: transparent;
    border-radius: 10px;
    background-image: repeating-linear-gradient(45deg, #B03A3D, #B03A3D 8px, transparent 8px, transparent 16px, #4C637C 16px, #4C637C 24px, transparent 24px, transparent 32px) !important;
}

#qs_form {
    display: flex;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 6px;
    flex-direction: row-reverse;
    padding: 10px 10px 10px 10%;
    align-items: center;
    background-image: url("/pic/stamp.webp");
    background-repeat: no-repeat;
    background-position: 0 10%;
    background-size: 10%;
}

#qs_form>div {
    flex-basis: 50%;
    width: 300px;
}

#qualsub_dop_table>div>div:first-child {
    width: 80px;
}

#qualsub_dop_table>div {
    display: flex;
    flex-basis: 50%;
    width: auto;
    text-align: left;
    padding: 5px 0;
}

.subs_box>div:first-child {
    text-align: center;
}

.subs_box input,
.subs_box a {
    display: block;
    width: 50%;
    height: 24px;
    margin: 0;
    float: left;
    border: none;
    margin-top: 5px;
}

.subs_box input {
    background-color: #eee;
    border-radius: 6px 0 0 6px;
    padding-left: 10px;
}

.subs_box a {
    display: flex;
    text-decoration: none;
    background-color: #B03A3D;
    color: white !important;
    justify-content: center;
    align-items: center;
    border-radius: 0 6px 6px 0;
}
@media (min-width: 661px) {
  #qs_form>div:only-of-type {margin: 0 30% 0 20% !important;}
}

@media (min-width: 1091px) {
  .logo {
    height: 112px;
    background-color: #fff;
    background-image: url(/themes/TBDev/images/shapka_new_ok2.webp);
    background-repeat: no-repeat;
    background-position: center;
  }
  .sticky {
    width: 100%;
    max-width: 1080px;
    height: 37px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
    margin: 10px auto;
    background-color: #959595;
  }
  .sticky div:not(:last-child) {
    float: left;
  }
  .sticky form {
    margin: 4px 10px !important;
  }
  .sticky input {
    height: 29px !important;
    margin: 0 !important;
  }
  .sticky input:first-child {
    border-radius: 6px 0 0 6px;
    background: #efefef !important;
  }
  .sticky input:nth-child(2) {
    border-radius: 0 6px 6px 0;
    background: #efefef url(/themes/TBDev/images/search-btn.svg) no-repeat
      center right !important;
  }
  
  .dark_mode_toggle:hover::before {
    background-color: #959595;
}

.ublack .dark_mode_toggle::before {
    background-color: #222531;
}

.dark_mode_toggle {
  display: block;
  position: relative;
  width: 35px;
  height: 35px;
  transition: all 300ms;
  margin-top: 1px;
}

.circle,
.ublack .dark_mode_toggle:hover .circle{
  width: 44%;
  height: 44%;
  background: white;
  margin: 28%;
  border-radius: 50%;
  transition: all 300ms;
}

.ublack .dark_mode_toggle:hover .circle2,
.circle2 {
  width: 0;
  height: 0;
  background: #959595;
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 50%;
  transition: all 300ms;
}

.ublack .dark_mode_toggle:hover .circle2 {
  background: #222531;
}

.ublack .dark_mode_toggle:hover .ray,
.ray {
  display: block;
  width: 20%;
  height: 10%;
  border-radius: 50%;
  background: white;
  transform-origin: 250% 50% 0;
  transition: all 300ms;
}

.ublack .dark_mode_toggle:hover .ray {
  position: absolute;
  left: 0;
  top: 45%;
}

.ray1 {
  position: absolute;
  top: 45%;
  left: 0;
  transform: rotate(270deg);
}

.ray2 {
  position: absolute;
  top: 45%;
  left: 0;
  transform: rotate(315deg);
}

.ray3 {
  position: absolute;
  top: 45%;
  left: 0;
}

.ray4 {
  position: absolute;
  top: 45%;
  left: 0;
  transform: rotate(45deg);
}

.ray5 {
  position: absolute;
  top: 45%;
  left: 0;
  transform: rotate(90deg);
}

.ray6 {
  position: absolute;
  top: 45%;
  left: 0;
  transform: rotate(135deg);
}

.ray7 {
  position: absolute;
  top: 45%;
  left: 0;
  transform: rotate(180deg);
}

.ray8 {
  position: absolute;
  top: 45%;
  left: 0;
  transform: rotate(225deg);
}

.ublack .dark_mode_toggle .circle, .dark_mode_toggle:hover .circle {
  width: 80%;
  height: 80%;
  margin: 10%;
}

.ublack .dark_mode_toggle .circle2,
.dark_mode_toggle:hover .circle2 {
  position: absolute;
  top: 0;
  left: 40%;
  width: 70%;
  height: 70%;
}

.ublack .circle2 {
  background: #222531;
}

.ublack .dark_mode_toggle::before,
.dark_mode_toggle:hover::before {
    content: "";
    width: 70%;
    height: 70%;
    position: absolute;
    right: -10%;
    top: 0;
    transition: all 500ms;
    border-radius: 50%;
}

.dark_mode_toggle::before,
.ublack .dark_mode_toggle:hover::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 10%;
    top: 0;
    border-radius: 50%;
    transition: all 500ms;
}

.ublack .dark_mode_toggle .ray,
.dark_mode_toggle:hover .ray {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
}

.dark_mode_toggle::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    opacity: 0;
    transition: all 300ms;
}

.dark_mode_toggle:hover::after {
    content: "Включить тёмный режим";
    position: absolute;
    top: 120%;
    right: 0;
    width: auto;
    height: auto;
    background: #222531;
    padding: 20%;
    border-radius: 10%;
    color: white;
    opacity: 1;
    box-shadow: 0 0 4px black;
}

.ublack .dark_mode_toggle:hover::after {
    content: "Включить светлый режим";
    background-color: #959595;
    color: white;
    opacity: 1;
    box-shadow: 0 0 4px black;
}

  #quicksearch_container {
    position: inherit !important;
    left: 10px;
    width: 270px !important;
    margin-top: 4px !important;
  }
  #quicksearch_container tr {
    border-spacing: 0;
  }
  #quicksearch_container tr:first-of-type {
    height: 60px;
  }
  #quicksearch_container tr:first-of-type td {
    padding-top: 40px;
    border-radius: 6px 6px 0 0;
  }
  #quicksearch_container tr:last-child td {
    border-radius: 0 0 6px 6px;
    padding-bottom: 15px;
  }
  #quicksearch_container td {
    background: #efefef;
    border: none;
  }
  .quicksearch_table {
    border-spacing: 0;
  }
}

.indexlazyimg,
.img_det td,
.selection_info,
form[action="/browse.php"] > table > tbody > tr > td {
  border-radius: 6px !important;
}

form[id*="reply_form"] > table {
  border-spacing: 0 !important;
}

form[id*="reply_form"] tr:last-child td,
.opisanie,
.center_col tr:last-child .index,
.c_c:only-of-type {
  border-radius: 0 0 6px 6px;
}

form[id*="reply_form"] > table > tbody > tr > td {
  border-top: none !important;
}

.c_c_l + .c_c > div {
  background-color: #ccc;
}

.c_c_l + .c_c {
  border: none !important;
}

.c_c_l + .c_c > div {
  margin-top: 10px;
}

.c_c_l + .c_c > div > table:first-child {
  padding: 15px;
}

.c_c_l + .c_c > div {
  border-radius: 6px;
}

.c_c_l + .c_c > div .main td {
  border-radius: 0 0 6px 6px;
}

.c_c_l + .c_c > div > p {
  display: none;
}

.c_c_l + .c_c .comment {
  width: 100%;
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
  border-radius: 6px;
  border-width: 1px !important;
}

input[type="submit"],
input[type="button"] {
  height: 25px;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  border-style: solid !important;
}

.center_col > .no_block,
.no_block + div {
  margin-top: 10px;
}

.no_block .colhead td {
  border-radius: 0 0 6px 6px;
}

.c_pic_col > img {
  border-radius: 6px 0 0 0;
}

.container > div {
  border-radius: 0 6px 0 0;
}

.tags_all[style*="display: table-row"]:last-child div.sidebar_list_link,
#tags_all_link .sidebar_list_link {
  border: none;
}

#wrapper {
  margin-top: 10px;
}

.cont_box,
.sticky,
.logo,
#quicksearch_container {
  box-shadow: 0 0 8px #ccc;
  border-radius: 6px;
}

#avatar_block {
  width: 100%;
}

#avatar_block img {
  margin: 0 67px;
  border-radius: 6px;
}

.c_pic_col img:first-child {
  box-shadow: 0 0 8px #ccc;
  border-radius: 6px;
}

.latest_img.lazy {
  border-radius: 4px;
}

.h_breadcrumbs {
  margin-top: 10px;
}

.new_notif td {
  border-radius: 6px;
}

.new_notif {
  background: none;
  padding-bottom: 10px;
}

tr:first-child > .colhead:only-of-type,
.full_width {
  border-radius: 6px 6px 0 0 !important;
}

@media (min-width: 1091px) {
  tr:first-child > td.colhead:not(:only-of-type):first-child,
  form[action="/last_coment_users.php"] tr:nth-child(n + 2) td:first-child {
    border-radius: 6px 0 0 6px;
  }
  tr:first-child > td.colhead:not(:only-of-type):last-child,
  form[action="/last_coment_users.php"] tr:nth-child(n + 2) td:last-child {
    border-radius: 0 6px 6px 0;
  }
  form[action="/last_coment_users.php"]
    tr:nth-child(n + 2)
    td:nth-child(n + 2) {
    border-left: none;
  }
}

#tablesorter thead tr:first-child th:first-child {
  border-radius: 6px 0px 0px 0px !important;
}

#tablesorter thead tr:first-child th:last-child {
  border-radius: 0px 6px 0px 0px !important;
}

#tablesorter tbody tr:nth-last-child(2) td:first-child,
.in_cinema:last-child td:first-child {
  border-radius: 0px 0px 0px 6px !important;
}

#tablesorter tbody tr:nth-last-child(2) td:last-child,
.in_cinema:last-child td:last-child {
  border-radius: 0px 0px 6px 0px !important;
}

table:not([id="quicksearch_container"]) {
  border-collapse: separate !important;
}

.center_col > div table td,
table[id="tablesorter"] td,
.in_cinema:nth-child(n + 2) {
  border-top: 0 !important;
}

.center_col > div table td:nth-child(n + 2),
table[id="tablesorter"] td:nth-child(n + 2),
.in_cinema:nth-child(n + 2) td:nth-child(n + 2) {
  border-left: 0 !important;
}

.another_film td {
  border: none !important;
}

.another_film img,
.new_com_area {
  border-radius: 6px;
}

.new_com_area img {
  border-radius: 4px;
}

.new_com_area,
td[style="background-color:"] {
  border-color: #666 !important;
}

.new_com_area.com-good,
td[style*="background-color:#dff5df"],
td[style*="background-color:#D3F7D3"] {
  border-color: #373 !important;
}

.new_com_area.com-bad,
td[style*="background-color:#fbe6e6"],
td[style*="background-color:#F7D2D2"] {
  border-color: #733 !important;
}

form[action="/last_coment_users.php"] td:only-of-type {
  background: none !important;
  border: none !important;
}

#search_form input[type="image"] {
  background-position: center !important;
}

.pager,
.highlight {
  border-radius: 2px;
}

.message input[name="subject"] {
  border: none;
  height: 1.5em;
}
.message > tbody > tr > td {
  border-top: none !important;
}
.search_in.block_table.no_block td {
  border: 1px solid;
}
table[class="main"]:nth-child(5) .rowhead {
  width: 130px !important;
}
table[class="main"]:nth-child(5)
  .embedded
  > table
  > tbody
  > tr:first-child
  td:first-child {
  border-radius: 6px 0 0 0;
}
table[class="main"]:nth-child(5)
  .embedded
  > table
  > tbody
  > tr:first-child
  td:last-child {
  border-radius: 0 6px 0 0;
}
table[class="main"]:nth-child(5)
  .embedded
  > table
  > tbody
  > tr:last-child
  td:last-child {
  border-radius: 0 0 6px 6px;
}
table[class="main"]:nth-child(5)
  .embedded
  > table
  > tbody
  > tr:nth-last-child(n + 2)
  td {
  border-bottom: none !important;
}
table[class="main"]:nth-child(5)
  .embedded
  > table
  > tbody
  > tr:nth-last-child(n + 2)
  td:nth-child(n + 2) {
  border-left: none !important;
}
table[class="main"]:nth-child(5) .rowhead + td {
  width: 100% !important;
}

@media (max-width: 1090px) {
	#wrapper {
	margin-top: 10px;
}
  .message td {
    width: 100% !important;
  }
  .center_col {
    padding: 0 !important;
  }
  button[class="openm"] ~ div {
    display: none;
  }
  .b_red-donate {
    padding: 10px;
    height: auto;
  }
  .wrapper-header,
  .sticky .dark_mode_toggle {
    display: none;
  }
  .sticky {
    display: block;
    position: fixed;
    top: 0;
    z-index: 999;
    left: -240px;
    width: 240px;
    height: 100%;
    background: #c3c3c3;
    overflow: hidden;
    overflow-y: auto;
    transition: all 0.1s;
    box-shadow: none;
  }
  .open-m .sticky {
    left: 0;
    z-index: 999999999999;
  }
  .td_menu a {
    display: block;
    width: 240px;
    padding: 10px;
    font-size: 16px;
    text-align: left;
    text-transform: uppercase;
    color: white;
    border-bottom: 1px solid #e2e2e2;
    line-height: normal;
    letter-spacing: 0.1em;
    transition: all 0.1s;
  }
  .td_menu a:hover {
    color: black;
    background: white;
  }
  form[action="/last_coment_users.php"] tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  form[action="/last_coment_users.php"] tr:nth-child(2) {
    margin-top: 6px;
  }
  form[action="/last_coment_users.php"] td:first-child:not(:only-of-type) {
    order: 3;
    width: 32px;
    height: 32px;
  }
  form[action="/last_coment_users.php"] td:nth-child(2) {
    order: 1;
    width: 100%;
  }
  form[action="/last_coment_users.php"] td:nth-child(3) {
    order: 5;
    width: 32px;
    height: 32px;
  }
  form[action="/last_coment_users.php"] td:nth-child(4) {
    order: 2;
    width: calc(100% - 96px);
    height: 32px;
    padding-top: 6px;
  }
  form[action="/last_coment_users.php"] td:first-child img {
    height: 100%;
  }
  form[action="/last_coment_users.php"] td:nth-child(5) {
    order: 5;
    width: 32px;
    height: 32px;
  }
  .colhead:not(.header):nth-child(2),
  form[action="/last_coment_users.php"] td:nth-child(2) {
    border-radius: 6px 6px 0 0;
  }
  form[action="/last_coment_users.php"] td:nth-child(4) {
    border-radius: 0 0 0 6px;
  }
  form[action="/last_coment_users.php"] td:nth-child(5) {
    border-radius: 0 0 6px 0;
  }
  form[action="/last_coment_users.php"] td:not(:nth-child(2)) {
    border-top: 0;
  }
  form[action="/last_coment_users.php"] td:not(:nth-child(2n)) {
    border-left: 0;
  }
  #mob_quicksearch_container {
    top: 32px;
    right: 128px;
    width: 165px !important;
  }
  #mob-search-input {
    border-radius: 6px;
    border-width: 1px;
    border-style: solid;
	height: 30px;
  }
  .quicksearch_table td {
    border-radius: 6px;
  }
  #profile_links_block > div > div {
    height: 23px;
  }
}

.quality_table {
  width: 660px;
  max-width: 660px;
  margin-left: 160px;
  table-layout: fixed;
  color: #ccc;
}

#select_other_qual {
  color: #fff;
  font-size: 10pt;
  text-decoration: none;
  border-bottom: 1px dotted;
}

#select_other_qual:hover {
  text-decoration: none;
  border: none;
}

.first_qual_td {
  border: none !important;
  border-bottom: none !important;
  padding: 8px 4px 4px;
}

.sp_serii {
  display: none;
}

.quality_table td {
  border-bottom: 1px solid #313b51;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 8px 4px;
}

#skin_link {
  border: none;
  display: block;
  font-size: 0;
  height: 100%;
  left: 0;
  line-height: 0;
  outline: none;
  position: fixed;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 0;
}

#rek_body {
  background-color: red;
  z-index: 0;
  position: absolute;
  height: 100%;
  width: 100%;
}

.quality_select {
  padding: 10px;
  background-color: #0f1626;
  padding: 8px 10px 10px 10px;
  margin-left: auto;
  margin-right: auto;
}

.seprat {
  border-top: 1px solid #d6d6d6;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 8px;
  padding: 0;
  line-height: 0;
  width: 760px;
}

#wrapper {
  height: 100%;
  min-height: 100%;
}

.cont_box {
  background-color: #fff;
  width: 100%;
  max-width: 1080px;
  padding: 5px;
  border-collapse: unset;
}

#wrapper_reklama {
  padding-top: 295px;
}

#spacer {
  height: 100px;
}

#footer {
  height: 100px;
  margin-top: -100px;
  background-image: url(/themes/TBDev/images/footer.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  border: 0;
}

#footer_wb {
  height: 100px;
  margin-top: -100px;
  background-image: url(/pic/footer-brending.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  border: 0;
}

.clear {
  clear: both;
}

.n_search_input {
  background-color: transparent;
  color: #5a5a5a;
  border: 0;
  width: 190px;
  height: 25px;
  font-size: 13px;
  margin-bottom: 4px;
}

#subscrip-content td {
  border: 0;
  padding: 4px;
}

#subscrip-content hr {
  border: 0;
  height: 1px;
  color: silver;
  background-color: silver;
}

.fff td {
  border: 0;
}

.f {
  padding-top: 45px;
  padding-left: 15px;
  border: 0;
}

.flood {
  cursor: pointer;
}

.nopadding {
  padding: 0;
}

td.oneh {
  height: 100%;
}

td.nobottom {
  border-bottom: 0;
}

td.opisanie {
  padding-bottom: 10px;
  font-size: 13px;
}

td.leftrow {
  border-left: none;
  font-weight: 700;
  font-size: 14px;
  width: 110px;
  background-color: #f7f7f7;
}

td.rightrow {
  font-size: 14px;
}

.message tr:last-child td {
  border-radius: 0 0 6px 6px;
}
form[action="/my_subs.php?action=unsubscribe"] tr:first-child td:first-child,
.no_mob_td td:first-child {
  border-radius: 6px 0 0 0;
}
form[action="/my_subs.php?action=unsubscribe"] tr:first-child td:last-child,
.no_mob_td td:last-child {
  border-radius: 0 6px 0 0;
  border-left: none;
}
.no_mob_td + tr td,
.in_cinema + tr td {
  border-top: none;
}

td.center_col > table.no_block > tbody > tr > td {
  border: none;
}
td.center_col
  > table.no_block
  > tbody
  > tr:last-child
  form
  tr:first-child
  td:first-child {
  border-radius: 6px 0 0 0;
}
td.center_col
  > table.no_block
  > tbody
  > tr:last-child
  form
  tr:first-child
  td:last-child {
  border-radius: 0 6px 0 0;
}
td.center_col
  > table.no_block
  > tbody
  > tr:last-child
  form
  tr:last-child
  td:first-child {
  border-radius: 0 0 6px 0;
}
td.center_col
  > table.no_block
  > tbody
  > tr:last-child
  form
  tr:last-child
  td:last-child {
  border-radius: 0 0 0 6px;
}
td.center_col
  > table.no_block
  > tbody
  > tr:last-child
  form
  td:nth-child(n + 2) {
  border-left: none;
}
td.center_col
  > table.no_block
  > tbody
  > tr:last-child
  form
  tr:nth-child(n + 2)
  td {
  border-top: none;
}

a.bigpt {
  font-size: 14px !important;
}

td.notop {
  border-top: none;
}

.search {
  padding-top: 46px;
  padding-left: 24px;
}

.nomargin {
  margin-left: 0;
  font-size: 14px;
  padding-left: 20px;
  text-align: left;
}

a:link,
a:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #5a5a5a;
  text-decoration: underline;
}

a:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #0f8fff;
  text-decoration: underline;
}

.b_f {
  background-image: url(/themes/TBDev/images/b_f.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  border: 0;
}

.b_fleft {
  /*background-image:url(/themes/TBDev/images/b_f1.jpg);background-repeat:no-repeat;background-position:center bottom;border:0
*/
  border: 0;
}

.profile_box {
  z-index: 99999999;
}

.b_h {
  border-radius: 0 0 6px 6px;
  padding: 7px;
}

.b_blue {
  border-radius: 6px 6px 0 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #41aaff;
  text-decoration: none;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center top;
  border: 0;
}

.b_download_torrent {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #41aaff;
  text-decoration: none;
  background-image: url(/themes/TBDev/images/b_download_torrent.png);
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 13px;
  border: 0;
}

.b_online_torrent {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #41aaff;
  text-decoration: none;
  background-image: url(/themes/TBDev/images/b_online_inactive.png);
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 13px;
  border: 0;
}

.b_blue-o-site {
  border-radius: 6px 6px 0 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #41aaff;
  text-decoration: none;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center top;
  border: 0;
}

.b_blue-ng {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #41aaff;
  text-decoration: none;
  padding-top: 13px;
  border: 0;
}

.b_blue-top {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #41aaff;
  text-decoration: none;
  background-color: #f4f4f4;
  background-repeat: no-repeat;
  background-position: center top;
  border: 0;
}

.b_red {
  border-radius: 6px 6px 0 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #f6423e;
  text-decoration: none;
  background-image: url(/themes/TBDev/images/b_red.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 13px;
  border: 0;
}

.b_red-privet {
  border-radius: 6px 6px 0 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #f6423e;
  text-decoration: none;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center top;
  border: 0;
}

.b_red-game {
  border-radius: 6px 6px 0 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #f6423e;
  text-decoration: none;
  background-image: url(/themes/TBDev/images/b_red-game.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 13px;
  border: 0;
}

.b_red-tv {
  border-radius: 6px 6px 0 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #f6423e;
  text-decoration: none;
  background-image: url(/themes/TBDev/images/b_red-tv.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 13px;
  border: 0;
}

.b_red-donate {
  border-radius: 6px 6px 0 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #f6423e;
  text-decoration: none;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center top;
  border: 0;
}

.b_chrome_ext {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #f6423e;
  text-decoration: none;
  background-image: url(/themes/TBDev/images/b_red-chrome.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 13px;
  border: 0;
}

.b_yandex_ext {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #f6423e;
  text-decoration: none;
  background-image: url(/themes/TBDev/images/b_red-yandex.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 13px;
  border: 0;
}

.c_l {
  background-image: url(/themes/TBDev/images/c_l.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  border: 0;
}

.c_r {
  background-image: url(/themes/TBDev/images/c_r.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  border: 0;
}

.c_h {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #5a5a5a;
  text-decoration: none;
  background-color: #ccc;
  background-repeat: repeat-x;
  background-position: top;
  border: 0;
  border-radius: 6px 6px 0 0;
}

.c_h_nopadding {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #5a5a5a;
  text-decoration: none;
  background-image: url(/themes/TBDev/images/c_h_nopadding.png);
  background-repeat: repeat-x;
  background-position: top;
  border: 0;
  padding-top: 0;
}

.c_c_r {
  border: 0;
}

.c_c_l {
  border: 0;
}

.c_f_l {
  border: 0;
}

.c_f_r {
  border: 0;
}

.c_c {
  padding-top: 7px;
}

.c_f {
  border: 0;
}

.spoiler_head {
  color: #2a2a2a;
  font-weight: 700;
  border: 1px solid #c3cbd1;
  padding: 3px;
  background: #f5f5f5;
  cursor: pointer;
}

.spoiler_body {
  border: 1px solid #c3cbd1;
  border-top: none;
  padding: 3px;
  display: none;
  background: #fafafa;
}

.spoiler-wrap {
  width: 95%;
  margin: 6px auto;
  clear: both;
  background: #e9e9e6;
  border: solid #c3cbd1;
  border-width: 1px 1px 1px 2px;
}

.clickable {
  cursor: pointer;
}

.folded {
  background: transparent url(/pic/plus.gif) no-repeat left center;
  padding-left: 14px;
}

.unfolded {
  background: transparent url(/pic/minus.gif) no-repeat left center;
  padding-left: 14px;
}

.linked-image {
  margin: 0;
  padding: 0;
  border: 0;
}

#highlighted {
  background-color: #fafafa;
}

#highlighted tr:hover {
  background-color: #f5fbe1;
}

#tooltip {
  background: #fff;
  font-size: 10px;
  width: auto;
  border: 1px solid #789;
  border-left: 5px solid #ff9f00;
  color: #333;
  font-family: verdana, arial, helvetica, sans-serif;
  line-height: 15px;
  z-index: 100;
  margin: 0;
  padding: 3px;
  position: absolute;
  visibility: hidden;
  border-collapse: separate;
}

.error {
  color: #900;
  background-color: #a3717185;
  padding: 7px;
  margin-top: 5px;
  margin-bottom: 10px;
  border: 1px dashed #900;
}

.error b {
  color: #900;
  background: inherit;
}

.success {
  color: #000;
  background: #f5fbe1;
  padding: 7px;
  margin-top: 5px;
  margin-bottom: 5px;
  border: 1px dashed #7ba813;
}

.success b {
  color: #7ba813;
  background: inherit;
}

.editor {
  margin: 0 0 1px;
  width: 400px;
  height: 21px;
  border: 1px #d1d8ec solid;
}

.editorinput {
  background: #fafafa;
  color: #000;
  border: 1px #d1d8ec solid;
  font-size: 11px;
  font-family: Verdana, Helvetica;
  text-decoration: none;
}

.editorbutton {
  float: right;
  text-align: center;
  cursor: pointer;
  padding: 2px 1px 0 5px;
}

code {
  background: none;
  color: #00f;
  font-size: 11px;
  font-family: Verdana, Helvetica;
}

.code {
  color: #00b;
  font-size: 11px;
  font-family: Verdana, Helvetica;
}

.block_table {
  border-collapse: separate;
}

td.pager {
  background-color: #fff;
  border: 1px solid #9ca4b0;
  padding: 2px;
}

td.pagebr {
  background-color: #fafafa;
  border: 0;
  padding: 0;
}

td.highlight {
  background-color: #bbb7b5;
  border: 1px solid #9ca4b0;
  padding: 2px;
}

hr {
  height: 0;
  border: solid #00314d 0;
  border-top-width: 1px;
}

table {
  border-collapse: collapse;
  border: none;
}

table.main {
  background-color: #fafafa;
}

table.mainouter {
  background-color: #fafafa;
  border: 0;
}

table.bottom {
  color: #fff;
  background: transparent;
}

table.main2 {
  background-color: #fafafa;
  border: 0;
}

table.blok {
  background-color: #fafafa;
}

h1 {
  font-size: 12pt;
  text-align: center;
  margin: 0;
}

h2 {
  font-size: 11pt;
  text-align: center;
}

h3 {
  font-size: 10pt;
  margin-bottom: 5px;
  text-align: center;
}

p {
  font-size: 11pt;
}

p.sub {
  margin-bottom: 4pt;
}

td {
  font-size: 10pt;
  border: 1px solid #ccc;
}

td.block {
  font-size: 8pt;
  border: 0;
}

td.right_menu {
  border: 0;
}

td.commenttable {
  background-color: #fffef2;
}

td.embedded {
  border: none;
  text-align: left;
}

td.bottom {
  border: none;
}

td.text {
  padding: 10pt;
  text-align: left;
}

td.comment {
  padding: 10pt;
  font-size: 8pt;
  text-align: left;
}

td.colhead {
  font-weight: 700;
  color: #5a5a5a;
  background-color: #ccc;
  font-size: 17px;
  border: 0;
}

th.colhead {
  font-weight: 700;
  color: #5a5a5a;
  background-color: #ededed;
  font-size: 13px;
  border: 1px solid #e0e0e0;
  cursor: pointer;
}

th.sorter-false {
  background-color: #ededed;
  background-image: none !important;
  cursor: default;
}

.randomtizer {
  font-weight: 700;
  color: #5a5a5a;
  background-image: url(/themes/TBDev/images/randomtizer.jpg);
  font-size: 13px;
  border: 0;
}

td.rowhead {
  font-weight: 700;
  text-align: right;
  vertical-align: top;
}

td.title {
  font-size: 14pt;
}

td.navigation {
  font-weight: 700;
  font-size: 10pt;
  border: none;
}

form {
  margin-top: 0;
  margin-bottom: 0;
}

.sublink {
  font-style: italic;
  font-size: 7pt;
  font-weight: 400;
}

.ral {
  color: red;
}

a.menu:link,
a.menu:visited {
  font-weight: 400;
}

a.menu:hover {
  border-left-width: 7px;
  border-left-style: solid;
  border-left-color: #f90;
  color: #f90;
}

a.menu {
  display: block;
  padding: 3px;
  text-align: left;
  text-decoration: none;
  background-color: #fafafa;
  font-weight: 400;
  border-top: 1px solid #516a88;
}

a.menu_janr {
  display: block;
  text-align: left;
  text-decoration: none;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  background-image: url(/themes/TBDev/images/menu.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  color: #737373;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 11px;
  font-weight: 400;
  padding: 5px 3px 5px 17px;
}

a.menu_janr_top {
  display: block;
  text-align: left;
  text-decoration: none;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  color: #737373;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 13px;
  font-weight: 400;
  padding: 5px 3px 5px 2px;
}

a.menu_janr_top:hover {
  color: #0f8fff;
}

a.menu_janr:hover {
  display: block;
  text-align: left;
  text-decoration: none;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  background-image: url(/pic/star_fulled.svg);
  background-repeat: no-repeat;
  background-position: left center;
  color: #737373;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 11px;
  font-weight: 400;
  padding: 5px 3px 5px 17px;
}

a.menu_new_link,
span.menu_new_link {
  text-decoration: none;
  color: #737373;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

a.menu_new_link:hover {
  color: #0f8fff;
}

div.sidebar_star_link {
  text-align: left;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  background-image: url(/pic/star_fulled.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 5px 3px 5px 17px;
  background-size: 15px;
}

div.sidebar_dropdown_link {
  text-align: left;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  background-image: url(/pic/menu.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 5px 3px 5px 17px;
  background-size: 15px;
}

div.sidebar_list_link {
  text-align: left;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  background-image: url(/pic/bullet_white_alt.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 5px 3px 5px 8px;
}

a.menu_janr2 {
  display: block;
  text-align: left;
  text-decoration: none;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  background-image: url(/pic/star_fulled.svg);
  background-repeat: no-repeat;
  background-position: left center;
  color: #737373;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 11px;
  font-weight: 400;
  padding: 5px 3px 5px 17px;
  background-size: 15px;
}

a.menu_janr2:hover {
  display: block;
  text-align: left;
  text-decoration: none;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  background-image: url(/pic/star_fulled.svg);
  background-repeat: no-repeat;
  background-position: left center;
  color: #737373;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 11px;
  font-weight: 400;
  padding: 5px 3px 5px 17px;
  background-size: 15px;
}

a.menu_janr3 {
  display: block;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  color: #737373;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 13px;
  font-weight: 400;
  padding: 5px 3px;
}

a.menu_janr3:hover {
  display: block;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  color: red;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 13px;
  font-weight: 400;
  padding: 5px 3px;
}

a.menu_janr31 {
  text-decoration: none;
  color: #737373;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

a.menu_janr31:hover {
  color: red;
  text-decoration: none;
}

#avatar_block {
  float: left;
}

#profile_links_block {
  float: left;
  margin-left: 20px;
}

a.menu_janr4 {
  display: block;
  text-align: left;
  text-decoration: none;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  background-image: url(/pic/bullet_white_alt.svg);
  background-repeat: no-repeat;
  background-position: left center;
  color: #737373;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 11px;
  font-weight: 400;
  padding: 5px 3px 5px 8px;
}

a.menu_janr4:hover {
  display: block;
  text-align: left;
  text-decoration: none;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  background-image: url(/pic/bullet_white_alt.svg);
  background-repeat: no-repeat;
  background-position: left center;
  color: #e67600;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 11px;
  font-weight: 400;
  padding: 5px 3px 5px 8px;
}

.new_com_area {
  background-color: #fafafa;
  margin-bottom: 12px;
  border: 1px solid #ccc;
  padding: 6px;
}

.new_com_avatar {
  float: left;
  margin-right: 6px;
}

.new_com_username {
  font-size: 12px;
  float: left;
}

.new_com_separator {
  border-bottom: 1px solid #ddd;
  margin: 3px 0 5px;
}

.new_com_right_pane {
  overflow: hidden;
}

.new_com_admin {
  float: right;
  font-size: 12px;
}

.new_comm_time {
  color: #797979;
}

.comment_reply {
  display: none;
}

a.menu_janr8 {
  text-align: left;
  text-decoration: none;
  color: #737373;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 11px;
  font-weight: 400;
}

a.menu_janr8:hover {
  text-align: left;
  text-decoration: none;
  color: #e67600;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 11px;
  font-weight: 400;
}

a.altlink_white:link,
a.altlink_white:visited {
  font-weight: 700;
  color: #4b4646;
  text-decoration: underline;
}

a.altlink_white:hover {
  text-decoration: none;
}

.important {
  font-weight: 700;
  font-size: 8pt;
}

div.popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 170px;
  height: 85px;
  border: 1px solid #000;
  display: none;
  background-color: #fff;
}

.red {
  color: #e00;
}

.yellow {
  color: #970;
}

.green {
  color: #000;
}

input,
select,
textarea {
  margin-top: 0px;
  margin-bottom: 0;
  font-family: "tahoma";
  font-size: 10pt;
}

.small {
  font-size: 7pt;
}

.big {
  font-size: 10pt;
}

li {
  margin-top: 4pt;
  margin-bottom: 4pt;
}

ul {
  margin-left: 16pt;
  margin-top: 0;
  margin-bottom: 0;
}

.dlul {
  margin: 0;
  padding-left: 20px;
}

.startmenu {
  font-weight: 700;
  text-align: center;
  padding: 2px;
  margin: 0;
}

.menutitle {
  font-weight: 700;
  text-align: center;
  color: #7e110e;
  margin: 2px;
  background-color: #ffc58c;
}

input.button {
  border: solid #ffc58c 1px;
  background-color: #ffc58c;
}

.layout {
  width: 100%;
  background: #fff;
  padding: 15px 0;
  text-align: center;
}

.layout a img {
  border: none;
}

.layout .mini {
  width: 600px;
  margin: 0 auto;
  text-align: left;
  height: 77px;
  position: relative;
}

.layout .mini p {
  font-size: 14px;
  font-family: Arial;
}

.layout .mini .title {
  position: absolute;
  left: 30px;
  top: -5px;
  padding: 0 11px;
  font-size: 12px;
  color: #000;
  font-family: Tahoma;
  background: #efefef;
  margin: 0;
}

.layout .mini .left,
.layout .mini .right {
  position: absolute;
  top: 0;
  width: 4px;
  height: 77px;
}

.layout .mini .left {
  left: 0;
}

.layout .mini .right {
  right: 0;
}

.layout .mini .download,
.layout .mini .description {
  position: absolute;
  left: 220px;
  padding: 0;
  margin: 0;
}

.layout .mini .download {
  top: 10px;
}

.layout .mini .description {
  bottom: 15px;
}

.layout .flyload .logo {
  position: absolute;
  left: 0;
  bottom: 30px;
}

.layout .mediaget .logo {
  position: absolute;
  left: 0;
  bottom: 10px;
}

.mediaget p a {
  color: #014f86;
}

.mediaget p {
  color: #368601;
}

span.note,
span.info,
span.alert,
span.download,
span.tip {
  display: block;
}

div.note,
span.note {
  margin: 10px 0;
  padding: 5px 10px;
  background: #f4f5f6;
  border-top: 1px dotted #aab4be;
  border-bottom: 1px dotted #aab4be;
  text-align: justify;
}

div.info,
span.info,
div.alert,
span.alert,
div.download,
span.download,
div.tip,
span.tip {
  margin: 0 0 10px;
  padding: 0 0 7px 15px;
}

div.download,
span.download {
  background-color: #f5faeb;
  border-top: 1px dotted #78be5a;
  border-bottom: 1px dotted #78be5a;
  text-align: left;
}

div.tip,
span.tip {
  background-color: #fffdeb;
  border-top: 1px dotted #ffc864;
  border-bottom: 1px dotted #ffc864;
}

#subscrip-content {
  display: none;
}

.rate_widget {
  overflow: visible;
  padding: 0;
  float: right;
  width: 170px;
  height: 17px;
  cursor: pointer;
}

.rate_widget2 {
  padding: 0;
  float: left;
  padding-left: 5px;
  width: 175px;
  height: 17px;
  cursor: pointer;
}

.ratings_stars {
  background: url(/pic/star_empty.svg) no-repeat;
  float: left;
  height: 17px;
  padding: 0;
  width: 17px;
  background-size: 15px;
}

.ratings_vote {
  background: url(/pic/star_fulled.svg) no-repeat;
  background-size: 15px;
}

.ratings_over {
  background: url(/pic/star_fulled.svg) no-repeat;
  background-size: 15px;
}

.news-head {
  font-size: 11px;
  padding: 1px 14px 3px;
  margin-left: 0;
  line-height: 15px;
  font-weight: 700;
}

.news-body {
  padding: 1px 6px 2px;
  display: none;
  border-width: 1px 0 0;
  font-weight: 400;
  background: #f5f5f5;
  border: solid #c3cbd1;
  border-width: 0 1px 1px 1px;
}

.spoiler {
  font-family: "arial";
  font-size: 10px;
  color: #000;
  background-color: #e9e9e6;
}

.clear {
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.clickable {
  cursor: pointer;
}

.folded {
  background: #e9e9e6 url(/pic/icon_plus.gif) no-repeat left center;
  padding-left: 14px;
  border: solid #c3cbd1;
  border-width: 1px 1px 1px 2px;
  clear: both;
}

.unfolded {
  background: #e9e9e6 url(/pic/icon_minus.gif) no-repeat left center;
  padding-left: 14px;
  border: solid #c3cbd1;
  border-width: 1px 1px 1px 2px;
  clear: both;
}

img.shareimg {
  display: block;
  padding: 3px 5px;
}

img.shareimg_first {
  display: block;
  padding: 24px 5px 3px;
}

#vkshare0 {
  border: none;
  margin: 0 auto;
}

#vkshare0 td {
  border: none;
}

#vkshare0 tr {
  border: none;
}

.nbd {
  border: none !important;
}

.lifted p {
  font-size: 16px;
  font-weight: 700;
}

.lifted {
  position: relative;
  width: 40%;
  padding: 1em;
  margin: 2em 10px 4em;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-border-radius: 4px;
}

.span_descr {
  font-size: 11pt;
}

.span_descr a {
  font-size: 11pt;
}

.lifted:before,
.lifted:after {
  content: "";
  position: absolute;
  z-index: -2;
  bottom: 15px;
  left: 10px;
  width: 50%;
  height: 20%;
  max-width: 300px;
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.lifted:after {
  right: 10px;
  left: auto;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}

.alike {
  cursor: pointer;
  text-decoration: underline;
}

.alike:hover {
  text-decoration: none;
}

.selection_info {
  background-color: #f7fdff;
  border: 1px solid #d1eef8;
  padding: 5px;
  margin: 0 10px;
}

.container {
  background: url(/pic/cont.png) 50% 50% no-repeat transparent;
  height: 227px;
  margin: 0 auto;
  max-width: 166px;
  position: relative;
}

.tt_container {
  position: relative;
}

.caption a {
  color: #fff;
}

.container img {
  padding-top: 4px;
  margin-left: -3px;
}

.caption a:hover {
  color: #fff;
  text-decoration: none;
}

.caption {
  background-color: rgba(255, 123, 0, 0.6);
  bottom: 7px;
  color: #fff;
  height: 18px;
  left: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  position: absolute;
  text-align: center;
  width: 134px;
}

.tab-container {
  background: #fff;
  margin: 0;
  padding: 0;
  max-height: 35px;
}

ul.tabs {
  margin: 0;
  list-style-type: none;
  max-height: 35px;
  overflow: hidden;
  display: inline-block;
  padding-right: 6px;
  padding-left: 15px;
}

ul.tabs > li.active {
  z-index: 2;
  background: #efefef;
}

ul.tabs > li.active:before {
  border-color: transparent #efefef transparent transparent;
}

ul.tabs > li.active:after {
  border-color: transparent transparent transparent #efefef;
}

td.opisanie p {
  padding: 0;
}

ul.tabs > li {
  float: right;
  margin: 2px -10px 0;
  border-top-right-radius: 25px 170px;
  border-top-left-radius: 20px 90px;
  padding: 0 30px 0 25px;
  height: 170px;
  background: #ddd;
  position: relative;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.8);
  width: 302px;
}

ul.tabs > li > a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  color: #222;
  padding-top: 8px;
  font-size: 16px;
}

ul.tabs > li > a > img {
  position: relative;
  margin-left: 10px;
}

ul.tabs > li:before {
  border-color: transparent #ddd transparent transparent;
  -webkit-transform: rotate(48deg);
  left: -23px;
}

ul.tabs > li:after {
  border-color: transparent transparent transparent #ddd;
  -webkit-transform: rotate(-48deg);
  right: -17px;
}

.norightborder {
  border-right: none !important;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

ul.tabs > li.tab_download {
  background-image: url(/pic/document_save.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 88% 7px;
  cursor: pointer;
}

ul.tabs > li.tab_online {
  background-image: url(/pic/player_play.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 90% 6px;
  cursor: pointer;
}

.tooltip-separator {
  border-bottom: 1px solid #ccc;
  margin-bottom: 2px;
  margin-top: 2px;
}

.back_top {
  background: url(/pic/up.svg) center no-repeat;
  height: 76px;
  opacity: 0.75;
  width: 45px;
  margin: 0 auto;
  display: none;
  cursor: pointer;
  background-size: 35px;
}

.back_top:hover {
  opacity: 1;
}

.help_top {
  background: url(/pic/help.svg) center no-repeat;
  height: 49px;
  opacity: 0.75;
  margin: 0 auto;
  margin-top: 10px;
  width: 49px;
  cursor: pointer;
}

.help_top:hover {
  opacity: 1;
}

#ltp {
  position: absolute;
  left: -250px;
  top: 14px;
}

.like_top {
  opacity: 0.75;
  margin-top: 10px;
}

.like_top:hover {
  opacity: 1;
}

.custom-tooltip-styling {
  background-color: #ffeeb8;
  color: #000;
  position: absolute;
  z-index: 9999;
  max-width: 240px;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 4px 8px;
}

.custom-tooltip-styling-ttable {
  background-color: #fff;
  color: #000;
  position: absolute;
  z-index: 9999;
  max-width: 280px;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 4px 8px;
}

.tooltip-header {
  font-weight: 700;
}

.ttip {
  cursor: pointer;
}

#PC_Teaser_Block_44924 td {
  border: none;
}

#rc_right_adv img {
  border: none;
}

#traf-zona {
  position: relative;
}

.goto_link {
  background: url(/pic/rekl1.jpg);
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font: 700 14px/23px "Trebuchet MS", sans-serif;
  height: 24px;
  margin: -26px auto 0;
  position: relative;
  text-align: center;
  text-shadow: #964110 0 1px 1px;
  width: 110px;
  z-index: 99;
}

.r_separator {
  border-bottom: 1px solid #ddd;
  margin-bottom: 6px;
  margin-top: 6px;
}

.r_link a {
  color: #27292c;
}

.r_site {
  width: 180px;
  text-align: center;
  margin: 0 auto;
  font-size: 12px;
  color: #8ea74d;
}

.r_site_link {
  color: #8ea74d !important;
  text-decoration: none !important;
  font-size: 11px !important;
}

.r_link {
  width: 180px;
  text-align: center;
  margin: 0 auto;
  font-size: 12px;
  font-weight: 700;
  font-family: "Tahoma", "Arial", sans-serif;
  margin-top: 4px;
}

.shadow_img {
  width: 196px;
  height: 196px;
  background: url(/pic/shadow_img.png);
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.r_active {
  background: url(/pic/rekl2.jpg) !important;
}

.alink {
  color: #5a5a5a !important;
  text-decoration: none !important;
}

.r_button {
  color: #fff !important;
  text-decoration: none !important;
}

.uppod {
  height: 324px;
  width: 600px;
}

#banner600x200 {
  width: 600px;
  height: 200px;
  border: none;
}

input[type="radio"] {
  vertical-align: bottom;
}

#serial_table h1 {
  text-align: left;
}

#serial_table td.notop {
  border-left: none;
}

#s_table h3 {
  text-align: left;
}

#s_table span {
  font-size: 16px;
}

#s_table span.ep {
  font-weight: 700;
}

div.sidebar_menu_profile {
  text-align: left;
  background-color: #fff;
  background-image: url(/themes/TBDev/images/r_b/profile.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 2px 5px 2px 20px;
  background-size: 21px;
}

div.sidebar_menu_messages {
  text-align: left;
  background-color: #fff;
  background-image: url(/themes/TBDev/images/r_b/messages.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 2px 5px 2px 20px;
  background-size: 21px;
}

div.sidebar_menu_liked {
  text-align: left;
  background-color: #fff;
  background-image: url(/themes/TBDev/images/r_b/favorites.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 2px 2px 2px 20px;
  background-size: 21px;
}

div.sidebar_menu_subscription {
  text-align: left;
  background-color: #fff;
  background-image: url(/themes/TBDev/images/r_b/subscription.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 2px 5px 2px 20px;
  background-size: 21px;
}

div.sidebar_menu_reviews {
  text-align: left;
  background-color: #fff;
  background-image: url(/themes/TBDev/images/r_b/reviews.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 2px 5px 2px 20px;
  background-size: 21px;
}

div.sidebar_menu_an-admin {
  text-align: left;
  background-color: #fff;
  background-image: url(/themes/TBDev/images/r_b/an-admin.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 2px 5px 2px 20px;
  background-size: 21px;
}

div.sidebar_menu_exit {
  text-align: left;
  background-color: #fff;
  background-image: url(/themes/TBDev/images/r_b/exit.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 2px 5px 2px 20px;
  background-size: 21px;
}

.search_in input {
  vertical-align: -2px;
}

.search_in label {
  padding-right: 10px;
}

.search_in.block_table.no_block tr:first-child td:first-child {
  border-radius: 6px 0 0 0;
}
.search_in.block_table.no_block tr:first-child td:last-child {
  border-radius: 0 6px 0 0;
}
.search_in.block_table.no_block tr:last-child td {
  border-radius: 0 0 6px 6px;
}
.search_in.block_table.no_block tr:nth-child(n + 2) td {
  border-top: none;
}
.search_in.block_table.no_block tr td:nth-child(n + 2) {
  border-left: none;
}

table#tablesorter .header {
  background-image: url(/themes/TBDev/images/ts/bg_black.svg);
  background-position: center right;
  background-repeat: no-repeat;
  min-width: 60px;
}

table#tablesorter .headerSortUp {
  background-image: url(/themes/TBDev/images/ts/asc.gif);
  background-repeat: no-repeat;
}

table#tablesorter .headerSortDown {
  background-image: url(/themes/TBDev/images/ts/desc.gif);
  background-repeat: no-repeat;
}

.block_ext_a {
  font-size: 16px !important;
  text-decoration: none !important;
  font-weight: bold;
  background-color: #ffbc43;
  padding: 4px;
  display: block;
  margin: 8px 0;
  cursor: pointer;
}

.quicksearch_table {
  z-index: 9999999999;
}

.quicksearch_table td {
  background-color: #fff;
  border: 1px solid #ccc;
}

#quicksearch_container {
  z-index: 999;
  width: 194px;
  position: absolute;
  right: 0;
  margin-top: -11px;
}

.c_like {
  display: inline-block;
  width: 16px;
  background-repeat: no-repeat;
  background-size: 14px;
  cursor: pointer;
}

.c_like_up {
  background-image: url(/pic/thumb-up.png);
}

.c_like_up:hover,
.c_like_up_selected {
  background-image: url(/pic/thumb-up-selected.png);
}

.c_like_down {
  background-image: url(/pic/thumb-down.png);
}

.c_like_down:hover,
.c_like_down_selected {
  background-image: url(/pic/thumb-down-selected.png);
}

#qualsub_dop_table td {
  border: none !important;
}

#mob_quicksearch_container {
  display: block;
  position: absolute;
  z-index: 999;
}

.push_offer_container {
  display: none;
  text-align: left;
  border: 2px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  position: fixed;
  top: 25px;
  left: 25px;
  background-color: #fff;
  z-index: 999;
  max-width: 610px;
}

.push_offer_text {
  float: left;
  width: 75%;
}

.push_offer_button {
  float: left;
}

.push_button {
  color: #fff;
  background-color: #ff0000;
  padding: 5px 8px 7px 8px;
  font-size: 10.5pt;
  border: 0;
  text-decoration: underline;
  cursor: pointer;
  outline: none;
}

.push_button:hover {
  text-decoration: none;
  background-color: #e20000;
}

.push_offer_close {
  float: left;
  margin-right: 10px;
  font-size: 12pt;
  cursor: pointer;
}

.adblock-warning-partial-component {
  position: relative;
  background-color: #3b4859;
}

.adblock-warning-partial-component_visible_show {
  display: block;
}

.adblock-warning-partial-component__close {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E %3Cg fill='none' fill-rule='evenodd'%3E %3Cpath d='M0 0h18v18H0z'/%3E %3Cpath stroke='%23FFF' stroke-linecap='square' stroke-width='1.5' d='M4 4l9.9 9.9M14 4l-9.9 9.9'/%3E %3C/g%3E %3C/svg%3E");
  position: absolute;
  right: 24px;
  top: 18px;
  opacity: 0.7;
  height: 18px;
  width: 18px;
}

.adblock-warning-partial-component__close:hover {
  opacity: 1;
}

.adblock-warning-partial-component__content {
  width: 1024px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 0 16px;
}

.adblock-warning-partial-component__image {
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36'%3E %3Cpath fill='%23FFF' fill-rule='evenodd' d='M10.703 0L0 9.73v15.567L10.703 36h14.594L36 25.297V9.73L25.294 0H10.703zM2.919 24.09V11.021l8.912-8.102h12.334l8.916 8.102v13.068l-8.992 8.992H11.91L2.919 24.09zM17.422 7.117a1.113 1.113 0 0 0-.365.34c-.126.21-.133.449-.133 4.436v4.219l-.176.116c-.231.152-.512.079-.597-.16-.041-.108-.07-1.562-.07-3.553 0-2.981-.013-3.386-.112-3.567-.175-.297-.45-.434-.904-.434-.45 0-.731.123-.92.413-.126.188-.133.404-.155 3.92-.013 2.549-.042 3.757-.098 3.822-.091.116-.491.123-.603.008-.063-.065-.085-.796-.085-2.845 0-2.474-.013-2.771-.126-2.996-.161-.325-.511-.513-.975-.513-.428 0-.737.217-.856.6-.035.13-.085 1.079-.112 2.113l-.106 4.798c-.091 3.858.014 5.102.596 6.94.302.933.568 1.462 1.06 2.077 2.028 2.533 6.056 2.858 9.004.717a8.731 8.731 0 0 0 1.03-.934c1.012-1.05 1.194-1.411 2.66-5.123 1.299-3.286 1.314-3.33 1.23-3.62-.155-.542-.793-.918-1.37-.81-.434.087-.624.39-1.621 2.613-.518 1.15-.982 2.12-1.031 2.149a.446.446 0 0 1-.583-.123c-.098-.16-.112-.76-.084-6.47.02-6.266.02-6.295-.126-6.498-.442-.622-1.453-.593-1.817.05-.134.247-.141.384-.162 3.8-.014 2.388-.042 3.568-.098 3.633-.12.152-.534.116-.618-.043-.042-.095-.071-1.578-.071-4.313 0-4.617.007-4.545-.441-4.762-.315-.16-.855-.152-1.165 0z'/%3E %3C/svg%3E");
  height: 36px;
  width: 60px;
}

.adblock-warning-partial-component__text {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  margin: 0 45px 0 16px;
}

a.adblock-warning-partial-component__button {
  cursor: pointer;
  text-decoration: none;
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-weight: 500;
  color: #201919;
  line-height: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 3px;
  outline: none;
  border: none;
  padding: 8px;
  font-weight: 700;
  position: relative;
}

.abp_help_img {
  display: none;
  position: absolute;
  bottom: 54px;
  left: -90px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.toaster-container-partial-component {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}

.jssorb052 .i {
  position: absolute;
  cursor: pointer;
}

.jssorb052 .i .b {
  fill: #000;
  fill-opacity: 0.3;
}

.jssorb052 .i:hover .b {
  fill-opacity: 0.7;
}

.jssorb052 .iav .b {
  fill-opacity: 1;
}

.jssorb052 .i.idn {
  opacity: 0.3;
}

.jssora053 {
  display: block;
  position: absolute;
  cursor: pointer;
}

.jssora053 .a {
  fill: none;
  stroke: #fff;
  stroke-width: 640;
  stroke-miterlimit: 10;
}

.jssora053:hover {
  opacity: 0.8;
}

.jssora053.jssora053dn {
  opacity: 0.5;
}

.jssora053.jssora053ds {
  opacity: 0.3;
  pointer-events: none;
}

.h_breadcrumbs {
  margin-bottom: 10px;
  margin-left: 4px;
}

.h_breadcrumbs a {
  font-size: 10pt;
}

.tags_all {
  display: none;
}

a.menu_all_tags_link {
  color: #737373;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 13px;
  font-weight: 400;
  padding-left: 4px;
}

a.menu_all_tags_link:hover {
  color: #0f8fff;
}

.plyr {
  min-height: 220px;
}

#online_quality {
  display: none;
  color: #000;
  background-color: #fff;
  padding: 4px;
  position: absolute;
  top: 6px;
  left: 10px;
}

.button_1613040694796 {
  display: inline-block !important;
  text-decoration: none !important;
  background-color: #feb524 !important;
  color: #006089 !important;
  border: 2px solid #f7f7f7 !important;
  border-radius: 28px !important;
  font-size: 21px !important;
  padding: 6px 16px !important;
  transition: all 0.4s ease !important;
}

.button_1613040694796:hover {
  text-decoration: none !important;
  background-color: #006089 !important;
  color: #ffeded !important;
  border-color: #4f98b4 !important;
}



.dark_mode_toggle_mob {
  top: 2px;
  right: 50px;
  filter: invert(1);
  position: absolute;
  width: 35px;
  height: 35px;
  border-radius: 6px;
  padding: 7px;
}


.more_comments{
    margin-bottom:20px;
}

.more_comments_button{
    border: 1px solid #ccc;
    padding:8px;
    border-radius: 6px;
    width:100px;
    cursor:pointer;
}

.ad-block-1{
	height: 270px;
	width: auto;
	background-color: #f0f0f0; 
	text-align: center;
	line-height: 270px; 
}

.sticky{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.main-menu{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 710px;
    width: 100%;
}
.main-menu a{
    color: white;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s;
}
.main-menu a:hover{
    text-shadow: 0 2px 2px black;
    animation: textAnim 0.3s ease-in-out;
}
@keyframes textAnim{
    0%{
        filter: drop-shadow(0px 10px 1px transparent);
    }
    100%{
        filter: drop-shadow(0px 0px 1px #555555);
    }
}
.sub-menu{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-menu>a{
    padding: 0 80px;
    font-size: 20px;
    text-shadow: 0 2px 2px black;
}
.sub-menu a{
    padding: 0 20px;
}
.sub-menu li{
    position: relative;
    margin: 0;
}
.sub-menu li:not(:last-child):after{
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: white;
    top: 0;
    right: 0;
}
.top-menu{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    grid-gap: 20px; 
    padding: 0 10px;
    box-sizing: border-box;
}
.sticky .top-menu__search .n_search_input{
    transition: all 0.3s;
    background: #efefef url(images/search-btn.svg) no-repeat center right !important;
    border-radius: 6px;
    background-position-x: calc(100% - 3px) !important;
    width: 270px;
}
.n_search_input:focus{
    box-shadow: inset 1px 1px 6px black;
}
.sticky input[type=image]{
    position: absolute;
    right: 0;
    opacity: 0;
    top: 0;
}
#search_form{
    position: relative;
}

@media all and (max-width: 1090px){
    .main-menu{
        flex-direction: column;
        align-items: flex-start;
    }
    .top-menu{
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 0;
        grid-gap: 0;
        border-radius: 0;
    }
    .sub-menu{
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    .main-menu a,
    .main-menu>a{
        padding: 10px 15px;
        display: block;
        font-size: 15px;
        font-weight: normal;
        border: none;
        border-bottom: 1px solid #393a52;
        width: 100%;
        color: black;
        text-shadow: unset;
    }
    .sub-menu li{
        width: 100%;
    }
    .main-menu a:hover{
        animation: unset;
        text-shadow: unset;
        background-color: white;
    }
    .top-menu__search{
        width: 100%;
    }
    .sticky .top-menu__search .n_search_input{
        border-radius: 0;
        background: #efefef url(images/search.png) no-repeat center !important;
        background-position-x: calc(100% - 6px) !important;
        background-size: 23px !important;
    }
    #search_form input[type="image"]:hover{
        opacity: 0;
    }
    .n_search_input:focus{
        box-shadow: inset 1px 1px 6px rgba(0, 0, 0, 0.514);
    }
    #search_form:after{
        content: '';
        display: block;
        position: absolute;
        width: 1px;
        height: 100%;
        top: 0;
        right: 40px;
        background-color: #dedede;
    }
    .ublack .sticky .top-menu__search .n_search_input{
        color: #cccccc !important;
        background: #393a52 url(images/search.png) no-repeat center !important;
        background-position-x: calc(100% - 6px) !important;
        background-size: 23px !important;
    }
    .ublack #search_form:after{
        background-color: #454545;
    }
    .sub-menu li:not(:last-child):after{
        display: none;
    }
    .ublack .main-menu a:hover{
        background-color: #15161c;
    }
}
.filter-wrap *,
.filter-wrap *:after,
.filter-wrap *:before,
.filter-wrap{
    box-sizing: border-box;
}
.lfilter{
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
}
.lfilter-item{
    position: relative;
}
.lfilter-select__checkbox input,
.lfilter-item input{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
}
.lfilter-select,
.lfilter-item label {
    position: relative;
    display: grid;
    grid-template-columns: 15px 1fr;
    grid-gap: 10px;
    align-items: center;
    cursor: pointer;
}
.lfilter-select__checkbox label:after,
.lfilter-select__checkbox label:before,
.lfilter-item label:after,
.lfilter-item label:before{
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 4px;
    border: 1px solid #cccccc;
    cursor: pointer;
    transition: all 0.3s;
}
.lfilter-select__checkbox label:after,
.lfilter-item label:after{
    position: absolute;
    background-color: #17a4eb;
    position: absolute;
    width: 11px;
    height: 11px;
    left: 2px;
    top: 2px;
    opacity: 0;
}
.lfilter-select__checkbox input:checked+label:after,
.lfilter-item input:checked+label:after {
    opacity: 1;
}
.filter-wrap{
    display: grid;
    grid-template-columns: 40% 1fr;
    grid-gap: 20px;
}
.lfilter-select__checkbox{
    position: relative;
    display: block;
}
.lfilter-select__checkbox label{
    display: block;
    position: relative;
}
.lfilter-select select{
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    cursor: pointer;
    padding: 2px 10px;
    display: block;
    width: 100%;
    outline: none;
    background: transparent url('data:image/svg+xml,\<svg width="56" height="32" viewBox="0 0 56 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M28.0003 21.288L49.7753 0.388015C50.3128 -0.136985 51.2003 -0.124486 51.7503 0.413015L55.5753 4.15051C56.1253 4.68801 56.1378 5.56301 55.6003 6.08801L29.0128 31.613C28.7378 31.888 28.3628 32.013 28.0003 31.988C27.6253 32.0005 27.2628 31.8755 26.9878 31.613L0.400317 6.08801C-0.137184 5.56301 -0.124683 4.68801 0.425317 4.15051L4.25032 0.413015C4.80032 -0.124486 5.68782 -0.136985 6.22532 0.388015L28.0003 21.288Z" fill="grey"/></svg>') no-repeat right center;
    background-size: 10px;
    background-position-x: calc(100% - 6px);
    transition: all 0.3s;
    max-width: 250px;
    color: #5a5a5a;
}
.lfilter-year{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 20px;
}
.lfilter-year__row input{
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 2px 10px;
    display: block;
    width: 100%;
    outline: none;
    background: transparent;
    color: #5a5a5a;
    transition: all 0.3s;
}
.lfilter-year__row{
    display: flex;
    align-items: center;
    grid-gap: 10px;
}
.lfilter-select select:focus,
.lfilter-year__row input:focus{
    border-color: #17a4eb;
}
.ublack .lfilter-select__checkbox label:after, .ublack .lfilter-select__checkbox label:before, .ublack .lfilter-item label:after, .ublack .lfilter-item label:before{
    border-color: #cccccc;
}
.ublack .lfilter-select__checkbox label:after, .ublack .lfilter-item label:after{
    background-color: #41aaff;
    border: none;
}
.ublack .lfilter-select select{
    color: #cccccc;
}
.ublack .lfilter-select select option{
    background: #393a52;
}
.ublack .main-menu a{
    transition: all 0.3s;
}
.ublack .main-menu a:hover{
    color: #41aaff !important;
    animation: unset;
}

@media all and (max-width: 568px){
    .filter-wrap{
        display: flex;
        flex-direction: column;
        grid-gap: 10px;
    }
}