﻿@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

*:not(input) {
    outline: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    /* text-rendering: optimizeLegibility; */
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-drag: none;
    user-drag: none;
    -webkit-overflow-scrolling: touch;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

audio:not([controls]) {
    display: none
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
}

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
    color: #333;
    outline: 0
}

body {
    margin: 0;
    font-size: 1em;
    line-height: 1.4
}

::-moz-selection {
    background: #6bb9ef;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #6bb9ef;
    color: #fff;
    text-shadow: none
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.3);
  background-color: rgba(239, 239, 239, 0.25);
}

::-webkit-scrollbar {
  width: .5rem;
  height: .5rem;
}

::-webkit-scrollbar-thumb {
  /* border-radius: 0.5rem; */
  background-color: rgba(119, 119, 119, 0.75);
}

body.b-theme__template__night::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0.5rem rgba(0, 0, 0, 0.3);
  background-color: rgba(9, 22, 28, 0.75);
}

body.b-theme__template__night::-webkit-scrollbar {
  width: .5rem;
  height: .5rem;
}

body.b-theme__template__night::-webkit-scrollbar-thumb {
  /* border-radius: 0.5rem;  */
  /* background-color: rgba(9, 22, 28, 0.75); */
}

a {
    color: #2e859e;
    text-decoration: none
}

a:visited {
    color: #2e859e
}

a:hover {
    color: #2e859e;
    text-decoration: underline
}

a:focus {
    outline: none
}

a:hover,
a:active {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

blockquote {
    margin: 1em 40px
}

dfn {
    font-style: italic
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold
}

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

q:before,
q:after {
    content: "";
    content: none
}

small {
    font-size: 85%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

dd {
    margin: 0 0 0 40px
}

ul,
ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0
}

img {
    /* filter: grayscale(100%); */
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle
}

img:hover {
    /* filter: grayscale(0%); */
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

label {
    cursor: pointer
}

legend {
    border: 0;
    *margin-left: -7px;
    padding: 0;
    white-space: normal
}

button,
input,
select,
textarea {
    font-family: Arial, Helvetica, Tahoma, sans-serif;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button,
input {
    line-height: normal
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible
}

button[disabled],
input[disabled] {
    cursor: default
}

button {
    overflow: visible
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *width: 13px;
    *height: 13px
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical
}

input:invalid,
textarea:invalid {
    background-color: #fff
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td {
    vertical-align: top
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: black;
    padding: 0.2em 0
}

input,
textarea,
button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased
}

button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
    line-height: normal !important
}

html,
body {
    height: 100%
}

.b-comment__report {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='17px' height='16px' viewBox='0 0 17 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Film' transform='translate(-1621.000000, -2392.000000)' fill='%23000000' fill-rule='nonzero'%3E%3Cpath d='M1635.484,2395 C1635.2,2395 1634.968,2395.24 1634.968,2395.53379 L1634.968,2395.70345 L1622.988,2398.66207 C1622.908,2398.47172 1622.728,2398.33931 1622.516,2398.33931 C1622.232,2398.33931 1622,2398.57931 1622,2398.8731 L1622,2402.86207 C1622,2403.15586 1622.232,2403.39586 1622.516,2403.39586 C1622.728,2403.39586 1622.912,2403.26345 1622.988,2403.0731 L1623.988,2403.32138 L1623.988,2404.60414 C1623.988,2405.41517 1624.544,2406.1269 1625.312,2406.29655 L1628.344,2406.96276 C1628.46,2406.98759 1628.576,2407 1628.696,2407 C1629.076,2407 1629.444,2406.86759 1629.748,2406.61517 C1630.144,2406.28414 1630.368,2405.79586 1630.368,2405.27034 L1630.368,2404.89793 L1634.968,2406.03586 L1634.968,2406.13103 C1634.968,2406.42483 1635.2,2406.66483 1635.484,2406.66483 C1635.768,2406.66483 1636,2406.42483 1636,2406.13103 L1636,2395.53793 C1636,2395.24 1635.768,2395 1635.484,2395 Z M1629.34,2405.26621 C1629.34,2405.46897 1629.252,2405.65517 1629.1,2405.78345 C1628.948,2405.91172 1628.752,2405.95724 1628.564,2405.91586 L1625.532,2405.24966 C1625.236,2405.18345 1625.024,2404.91034 1625.024,2404.6 L1625.024,2403.57379 L1629.344,2404.64138 L1629.344,2405.26621 L1629.34,2405.26621 Z' id='Shape-Copy-2' transform='translate(1629.000000, 2401.000000) rotate(-35.000000) translate(-1629.000000, -2401.000000) '%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.b-post__support_holder_report:before,
body.b-theme__template__night .b-comment__report {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='17px' height='16px' viewBox='0 0 17 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Film' transform='translate(-1621.000000, -2364.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cpath d='M1635.484,2367 C1635.2,2367 1634.968,2367.24 1634.968,2367.53379 L1634.968,2367.70345 L1622.988,2370.66207 C1622.908,2370.47172 1622.728,2370.33931 1622.516,2370.33931 C1622.232,2370.33931 1622,2370.57931 1622,2370.8731 L1622,2374.86207 C1622,2375.15586 1622.232,2375.39586 1622.516,2375.39586 C1622.728,2375.39586 1622.912,2375.26345 1622.988,2375.0731 L1623.988,2375.32138 L1623.988,2376.60414 C1623.988,2377.41517 1624.544,2378.1269 1625.312,2378.29655 L1628.344,2378.96276 C1628.46,2378.98759 1628.576,2379 1628.696,2379 C1629.076,2379 1629.444,2378.86759 1629.748,2378.61517 C1630.144,2378.28414 1630.368,2377.79586 1630.368,2377.27034 L1630.368,2376.89793 L1634.968,2378.03586 L1634.968,2378.13103 C1634.968,2378.42483 1635.2,2378.66483 1635.484,2378.66483 C1635.768,2378.66483 1636,2378.42483 1636,2378.13103 L1636,2367.53793 C1636,2367.24 1635.768,2367 1635.484,2367 Z M1629.34,2377.26621 C1629.34,2377.46897 1629.252,2377.65517 1629.1,2377.78345 C1628.948,2377.91172 1628.752,2377.95724 1628.564,2377.91586 L1625.532,2377.24966 C1625.236,2377.18345 1625.024,2376.91034 1625.024,2376.6 L1625.024,2375.57379 L1629.344,2376.64138 L1629.344,2377.26621 L1629.34,2377.26621 Z' id='Shape-Copy-2' transform='translate(1629.000000, 2373.000000) rotate(-35.000000) translate(-1629.000000, -2373.000000) '%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.b-topnav_right-item.amazon a:before {
    background-image: url("data:image/svg+xml,%3Csvg width='70' height='22' viewBox='0 0 70 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M53.1649 0C57.2498 0 60.5613 3.39382 60.5613 7.57997C60.5613 11.7661 57.2498 15.1597 53.1649 15.1597C49.08 15.1597 45.7685 11.7661 45.7685 7.57997C45.7685 3.39382 49.08 0 53.1649 0ZM56.9906 7.43838L50.9077 4.2978V10.579L56.9906 7.43838Z' fill='black'/%3E%3Cpath d='M26.5548 22C31.3044 22 36.8208 20.4696 40.6251 17.5922C41.2549 17.1161 40.7156 16.4018 40.0723 16.6814C35.807 18.5354 31.1713 19.4319 26.9545 19.4319C20.7031 19.4319 14.6506 17.6745 9.75652 14.756C9.32835 14.5005 9.01075 14.9513 9.36662 15.2807C13.9032 19.4786 19.8975 22 26.5548 22Z' fill='black'/%3E%3Cpath d='M42.2087 15.7403C41.723 15.1029 39.0035 15.4361 37.7731 15.5868L37.7651 15.5878C37.3938 15.633 37.3362 15.3013 37.6711 15.06C39.849 13.4923 43.4172 13.9453 43.8323 14.4698C44.25 14.9996 43.723 18.6656 41.6818 20.4156C41.3675 20.6849 41.069 20.5408 41.2084 20.1859L41.2112 20.1786C41.6714 18.9996 42.6948 16.3775 42.2087 15.7403Z' fill='black'/%3E%3Cpath d='M37.8517 2.46281V3.98574C37.8533 4.214 38.0239 4.36941 38.2368 4.36941L41.7175 4.37003L37.7198 10.2479C37.4765 10.6248 37.4719 11.0477 37.4719 11.2947V12.8399C37.4719 13.0641 37.7142 13.3196 37.9462 13.1929C40.2133 11.9583 42.9345 12.0786 44.9851 13.1797C45.2364 13.3142 45.4753 13.0546 45.4753 12.8311V11.2058C45.4547 10.9864 45.3843 10.7622 45.1216 10.6112C43.9578 9.94082 42.603 9.74414 41.3221 9.7753L44.773 4.72626C45.0926 4.27221 45.2727 3.98636 45.2743 3.76738L45.2749 2.46096C45.2743 2.23517 45.1035 2.07646 44.8902 2.07604L38.2281 2.07646C38.0233 2.07646 37.8527 2.23104 37.8517 2.46281Z' fill='black'/%3E%3Cpath d='M13.5508 13.4998H11.5239C11.3314 13.4868 11.1771 13.3384 11.1614 13.1489L11.1628 2.48882C11.1628 2.27541 11.3381 2.10494 11.5542 2.10494L13.4416 2.10432C13.639 2.11484 13.7975 2.26798 13.8102 2.4624V3.85407H13.8478C14.3398 2.50822 15.2668 1.88018 16.5155 1.88018C17.7831 1.88018 18.5776 2.50822 19.1453 3.85407C19.6371 2.50822 20.7532 1.88018 21.9451 1.88018C22.7968 1.88018 23.7236 2.23888 24.2909 3.04668C24.8415 3.81434 24.8241 4.87757 24.8076 5.88532C24.8048 6.05533 24.802 6.22375 24.802 6.38891L24.8006 13.1159C24.8006 13.3285 24.6252 13.4998 24.4093 13.4998H22.3851C22.1819 13.4861 22.0214 13.3212 22.0214 13.1165L22.0208 7.46563C22.0208 7.3796 22.0222 7.26884 22.0237 7.14298C22.0304 6.61244 22.0404 5.81368 21.9642 5.46925C21.8127 4.75164 21.3588 4.54959 20.7723 4.54959C20.2803 4.54959 19.7696 4.88621 19.5612 5.42446C19.369 5.92158 19.3708 6.72524 19.3722 7.32255L19.3725 7.46563V13.1159C19.3725 13.3285 19.1972 13.4998 18.9813 13.4998H16.9569C16.7537 13.4861 16.593 13.3212 16.593 13.1165L16.591 7.46563C16.591 7.34516 16.593 7.21893 16.595 7.08933C16.6127 5.94037 16.6345 4.52709 15.3428 4.52709C13.938 4.52709 13.9405 6.11175 13.9425 7.33115L13.9427 7.46563L13.9417 13.1159C13.9421 13.3285 13.7667 13.4998 13.5508 13.4998Z' fill='black'/%3E%3Cpath d='M62.0425 13.4998H64.0613C64.2776 13.4998 64.4528 13.3285 64.4562 13.1159V7.37585C64.4562 6.65804 64.4943 6.0075 64.7783 5.35697C65.0048 4.84101 65.459 4.5046 65.9512 4.5046C67.2424 4.5046 67.2301 5.95494 67.2204 7.09549C67.2195 7.19149 67.2188 7.28529 67.2188 7.37585V13.164C67.2407 13.3456 67.3917 13.4874 67.5797 13.4998H69.6115C69.8115 13.4998 69.977 13.3532 70 13.164V6.45619C70 5.42446 70 3.98863 69.4699 3.13646C68.9024 2.21659 68.0128 1.88018 67.1048 1.88018C65.7053 1.88018 64.9108 2.57571 64.3433 4.03321H64.305V2.40317C64.2677 2.23764 64.1217 2.11381 63.9449 2.10432L62.0649 2.10494C61.8605 2.10494 61.6925 2.25808 61.6754 2.4527L61.6784 13.1165C61.6784 13.3212 61.8393 13.4861 62.0425 13.4998Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M34.5845 13.4729C34.45 13.5961 34.2571 13.6046 34.1054 13.5214C33.5344 13.0347 33.361 12.7703 33.0968 12.3677C33.0497 12.2959 32.9996 12.2197 32.944 12.137C31.8313 13.2987 31.0434 13.6471 29.6024 13.6471C27.896 13.6471 26.5689 12.5677 26.5689 10.4099C26.5689 8.72355 27.4598 7.57749 28.73 7.01488C29.6596 6.59692 30.9006 6.46809 31.9722 6.35685C32.1685 6.33647 32.359 6.31669 32.541 6.29583V6.02587C32.541 5.97454 32.5414 5.92224 32.5418 5.86924C32.5454 5.41172 32.5493 4.90256 32.2947 4.51987C32.0482 4.13743 31.5739 3.98017 31.1568 3.98017C30.3841 3.98017 29.6967 4.38613 29.5279 5.22736C29.4927 5.41456 29.3598 5.59948 29.1759 5.60918L27.2115 5.39123C27.0456 5.35305 26.8611 5.21642 26.909 4.9572C27.3605 2.51503 29.5124 1.77699 31.4416 1.77699C32.4274 1.77699 33.7167 2.04694 34.4939 2.81161C35.3998 3.67849 35.3933 4.81172 35.3863 6.05365C35.3857 6.16356 35.3851 6.27431 35.3851 6.38581V9.62175C35.3851 10.4907 35.6996 10.9242 36.0308 11.3806L36.0315 11.3815C36.071 11.4359 36.1107 11.4907 36.1502 11.5465C36.2793 11.7354 36.3085 11.9601 36.1433 12.098C35.7292 12.4538 34.9938 13.1087 34.589 13.4775L34.5845 13.4729ZM32.541 8.51425L32.541 7.9593C31.0746 7.9593 29.5263 8.28127 29.5263 10.0502C29.5263 10.949 29.9813 11.5562 30.7589 11.5562C31.3276 11.5562 31.8393 11.1969 32.1618 10.6122C32.5425 9.92419 32.5418 9.27752 32.541 8.51425Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.01547 13.4729C7.88134 13.5961 7.6878 13.6046 7.53675 13.5214C6.96598 13.0353 6.79244 12.771 6.52868 12.3693C6.48122 12.297 6.43084 12.2202 6.37471 12.137C5.26242 13.2987 4.47416 13.6471 3.03359 13.6471C1.32698 13.6471 0 12.5677 0 10.4099C0 8.72355 0.890965 7.57749 2.16116 7.01488C3.09052 6.59693 4.33164 6.4681 5.40325 6.35686C5.59955 6.33648 5.79016 6.31669 5.97213 6.29583V6.02587C5.97213 5.97459 5.97253 5.92233 5.97295 5.86938C5.97651 5.41184 5.98048 4.90258 5.72562 4.51987C5.47912 4.13743 5.00503 3.98017 4.58815 3.98017C3.815 3.98017 3.12764 4.38613 2.95908 5.22736C2.92383 5.41456 2.79071 5.59948 2.60704 5.60918L0.642647 5.39123C0.476699 5.35305 0.292222 5.21642 0.340154 4.9572C0.791678 2.51503 2.94357 1.77699 4.87252 1.77699C5.85814 1.77699 7.14746 2.04694 7.92504 2.81161C8.8307 3.67848 8.82429 4.81169 8.81726 6.0536C8.81663 6.16352 8.81601 6.2743 8.81601 6.38581V9.62175C8.81601 10.4911 9.13069 10.9246 9.46215 11.3812C9.50173 11.4357 9.54155 11.4905 9.5811 11.5465C9.7104 11.7354 9.7396 11.9601 9.57446 12.098C9.16059 12.4538 8.4249 13.1087 8.0201 13.4775L8.01547 13.4729ZM5.9722 8.51425C5.97216 8.47935 5.97213 8.44421 5.97213 8.40881V7.9593C4.50598 7.9593 2.95767 8.28127 2.95767 10.0502C2.95767 10.949 3.41262 11.5562 4.18979 11.5562C4.75873 11.5562 5.27067 11.1969 5.5929 10.6122C5.97365 9.92419 5.97299 9.27751 5.9722 8.51425Z' fill='black'/%3E%3C/svg%3E%0A")
}

body.b-theme__template__night .b-topnav_right-item.amazon a:before {
    background-image: url("data:image/svg+xml,%3Csvg width='70' height='22' viewBox='0 0 70 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M53.1649 0C57.2498 0 60.5613 3.39382 60.5613 7.57997C60.5613 11.7661 57.2498 15.1597 53.1649 15.1597C49.08 15.1597 45.7685 11.7661 45.7685 7.57997C45.7685 3.39382 49.08 0 53.1649 0ZM56.9906 7.43838L50.9077 4.2978V10.579L56.9906 7.43838Z' fill='white'/%3E%3Cpath d='M26.5548 22C31.3044 22 36.8208 20.4696 40.6251 17.5922C41.2549 17.1161 40.7156 16.4018 40.0723 16.6814C35.807 18.5354 31.1713 19.4319 26.9545 19.4319C20.7031 19.4319 14.6506 17.6745 9.75652 14.756C9.32835 14.5005 9.01075 14.9513 9.36662 15.2807C13.9032 19.4786 19.8975 22 26.5548 22Z' fill='white'/%3E%3Cpath d='M42.2087 15.7403C41.723 15.1029 39.0035 15.4361 37.7731 15.5868L37.7651 15.5878C37.3938 15.633 37.3362 15.3013 37.6711 15.06C39.849 13.4923 43.4172 13.9453 43.8323 14.4698C44.25 14.9996 43.723 18.6656 41.6818 20.4156C41.3675 20.6849 41.069 20.5408 41.2084 20.1859L41.2112 20.1786C41.6714 18.9996 42.6948 16.3775 42.2087 15.7403Z' fill='white'/%3E%3Cpath d='M37.8517 2.46281V3.98574C37.8533 4.214 38.0239 4.36941 38.2368 4.36941L41.7175 4.37003L37.7198 10.2479C37.4765 10.6248 37.4719 11.0477 37.4719 11.2947V12.8399C37.4719 13.0641 37.7142 13.3196 37.9462 13.1929C40.2133 11.9583 42.9345 12.0786 44.9851 13.1797C45.2364 13.3142 45.4753 13.0546 45.4753 12.8311V11.2058C45.4547 10.9864 45.3843 10.7622 45.1216 10.6112C43.9578 9.94082 42.603 9.74414 41.3221 9.7753L44.773 4.72626C45.0926 4.27221 45.2727 3.98636 45.2743 3.76738L45.2749 2.46096C45.2743 2.23517 45.1035 2.07646 44.8902 2.07604L38.2281 2.07646C38.0233 2.07646 37.8527 2.23104 37.8517 2.46281Z' fill='white'/%3E%3Cpath d='M13.5508 13.4998H11.5239C11.3314 13.4868 11.1771 13.3384 11.1614 13.1489L11.1628 2.48882C11.1628 2.27541 11.3381 2.10494 11.5542 2.10494L13.4416 2.10432C13.639 2.11484 13.7975 2.26798 13.8102 2.4624V3.85407H13.8478C14.3398 2.50822 15.2668 1.88018 16.5155 1.88018C17.7831 1.88018 18.5776 2.50822 19.1453 3.85407C19.6371 2.50822 20.7532 1.88018 21.9451 1.88018C22.7968 1.88018 23.7236 2.23888 24.2909 3.04668C24.8415 3.81434 24.8241 4.87757 24.8076 5.88532C24.8048 6.05533 24.802 6.22375 24.802 6.38891L24.8006 13.1159C24.8006 13.3285 24.6252 13.4998 24.4093 13.4998H22.3851C22.1819 13.4861 22.0214 13.3212 22.0214 13.1165L22.0208 7.46563C22.0208 7.3796 22.0222 7.26884 22.0237 7.14298C22.0304 6.61244 22.0404 5.81368 21.9642 5.46925C21.8127 4.75164 21.3588 4.54959 20.7723 4.54959C20.2803 4.54959 19.7696 4.88621 19.5612 5.42446C19.369 5.92158 19.3708 6.72524 19.3722 7.32255L19.3725 7.46563V13.1159C19.3725 13.3285 19.1972 13.4998 18.9813 13.4998H16.9569C16.7537 13.4861 16.593 13.3212 16.593 13.1165L16.591 7.46563C16.591 7.34516 16.593 7.21893 16.595 7.08933C16.6127 5.94037 16.6345 4.52709 15.3428 4.52709C13.938 4.52709 13.9405 6.11175 13.9425 7.33115L13.9427 7.46563L13.9417 13.1159C13.9421 13.3285 13.7667 13.4998 13.5508 13.4998Z' fill='white'/%3E%3Cpath d='M62.0425 13.4998H64.0613C64.2776 13.4998 64.4528 13.3285 64.4562 13.1159V7.37585C64.4562 6.65804 64.4943 6.0075 64.7783 5.35697C65.0048 4.84101 65.459 4.5046 65.9512 4.5046C67.2424 4.5046 67.2301 5.95494 67.2204 7.09549C67.2195 7.19149 67.2188 7.28529 67.2188 7.37585V13.164C67.2407 13.3456 67.3917 13.4874 67.5797 13.4998H69.6115C69.8115 13.4998 69.977 13.3532 70 13.164V6.45619C70 5.42446 70 3.98863 69.4699 3.13646C68.9024 2.21659 68.0128 1.88018 67.1048 1.88018C65.7053 1.88018 64.9108 2.57571 64.3433 4.03321H64.305V2.40317C64.2677 2.23764 64.1217 2.11381 63.9449 2.10432L62.0649 2.10494C61.8605 2.10494 61.6925 2.25808 61.6754 2.4527L61.6784 13.1165C61.6784 13.3212 61.8393 13.4861 62.0425 13.4998Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M34.5845 13.4729C34.45 13.5961 34.2571 13.6046 34.1054 13.5214C33.5344 13.0347 33.361 12.7703 33.0968 12.3677C33.0497 12.2959 32.9996 12.2197 32.944 12.137C31.8313 13.2987 31.0434 13.6471 29.6024 13.6471C27.896 13.6471 26.5689 12.5677 26.5689 10.4099C26.5689 8.72355 27.4598 7.57749 28.73 7.01488C29.6596 6.59692 30.9006 6.46809 31.9722 6.35685C32.1685 6.33647 32.359 6.31669 32.541 6.29583V6.02587C32.541 5.97454 32.5414 5.92224 32.5418 5.86924C32.5454 5.41172 32.5493 4.90256 32.2947 4.51987C32.0482 4.13743 31.5739 3.98017 31.1568 3.98017C30.3841 3.98017 29.6967 4.38613 29.5279 5.22736C29.4927 5.41456 29.3598 5.59948 29.1759 5.60918L27.2115 5.39123C27.0456 5.35305 26.8611 5.21642 26.909 4.9572C27.3605 2.51503 29.5124 1.77699 31.4416 1.77699C32.4274 1.77699 33.7167 2.04694 34.4939 2.81161C35.3998 3.67849 35.3933 4.81172 35.3863 6.05365C35.3857 6.16356 35.3851 6.27431 35.3851 6.38581V9.62175C35.3851 10.4907 35.6996 10.9242 36.0308 11.3806L36.0315 11.3815C36.071 11.4359 36.1107 11.4907 36.1502 11.5465C36.2793 11.7354 36.3085 11.9601 36.1433 12.098C35.7292 12.4538 34.9938 13.1087 34.589 13.4775L34.5845 13.4729ZM32.541 8.51425L32.541 7.9593C31.0746 7.9593 29.5263 8.28127 29.5263 10.0502C29.5263 10.949 29.9813 11.5562 30.7589 11.5562C31.3276 11.5562 31.8393 11.1969 32.1618 10.6122C32.5425 9.92419 32.5418 9.27752 32.541 8.51425Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.01547 13.4729C7.88134 13.5961 7.6878 13.6046 7.53675 13.5214C6.96598 13.0353 6.79244 12.771 6.52868 12.3693C6.48122 12.297 6.43084 12.2202 6.37471 12.137C5.26242 13.2987 4.47416 13.6471 3.03359 13.6471C1.32698 13.6471 0 12.5677 0 10.4099C0 8.72355 0.890965 7.57749 2.16116 7.01488C3.09052 6.59693 4.33164 6.4681 5.40325 6.35686C5.59955 6.33648 5.79016 6.31669 5.97213 6.29583V6.02587C5.97213 5.97459 5.97253 5.92233 5.97295 5.86938C5.97651 5.41184 5.98048 4.90258 5.72562 4.51987C5.47912 4.13743 5.00503 3.98017 4.58815 3.98017C3.815 3.98017 3.12764 4.38613 2.95908 5.22736C2.92383 5.41456 2.79071 5.59948 2.60704 5.60918L0.642647 5.39123C0.476699 5.35305 0.292222 5.21642 0.340154 4.9572C0.791678 2.51503 2.94357 1.77699 4.87252 1.77699C5.85814 1.77699 7.14746 2.04694 7.92504 2.81161C8.8307 3.67848 8.82429 4.81169 8.81726 6.0536C8.81663 6.16352 8.81601 6.2743 8.81601 6.38581V9.62175C8.81601 10.4911 9.13069 10.9246 9.46215 11.3812C9.50173 11.4357 9.54155 11.4905 9.5811 11.5465C9.7104 11.7354 9.7396 11.9601 9.57446 12.098C9.16059 12.4538 8.4249 13.1087 8.0201 13.4775L8.01547 13.4729ZM5.9722 8.51425C5.97216 8.47935 5.97213 8.44421 5.97213 8.40881V7.9593C4.50598 7.9593 2.95767 8.28127 2.95767 10.0502C2.95767 10.949 3.41262 11.5562 4.18979 11.5562C4.75873 11.5562 5.27067 11.1969 5.5929 10.6122C5.97365 9.92419 5.97299 9.27751 5.9722 8.51425Z' fill='white'/%3E%3C/svg%3E%0A")
}

.b-topnav_right-item.appletv a:before {
    background-image: url("data:image/svg+xml,%3Csvg width='46' height='18' viewBox='0 0 46 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.43639 2.742C10.0727 1.97589 10.3881 0.993334 10.3164 0C9.34113 0.0941346 8.44085 0.564359 7.80639 1.311C7.49046 1.66864 7.24831 2.08518 7.09385 2.53669C6.9394 2.98821 6.8757 3.46579 6.90639 3.942C7.39222 3.95152 7.87363 3.84809 8.31267 3.63985C8.75171 3.43161 9.13639 3.12425 9.43639 2.742ZM10.2564 4.123C8.85639 4.042 7.67639 4.923 7.00639 4.923C6.33639 4.923 5.31639 4.167 4.21639 4.187C3.49614 4.2073 2.79382 4.41627 2.17963 4.79303C1.56544 5.16979 1.06089 5.70115 0.716394 6.334C-0.783606 8.934 0.316394 12.807 1.77639 14.924C2.48639 15.93 3.33639 17.129 4.46639 17.09C5.59639 17.051 5.94639 16.39 7.23639 16.39C8.52639 16.39 8.90639 17.09 10.0264 17.065C11.1464 17.04 11.9264 16.057 12.6264 14.965C13.1313 14.2191 13.5254 13.404 13.7964 12.545C13.124 12.2473 12.5519 11.7616 12.1492 11.1463C11.7464 10.531 11.5302 9.81237 11.5264 9.077C11.5347 8.42451 11.7066 7.78453 12.0263 7.21568C12.346 6.64683 12.8033 6.1673 13.3564 5.821C13.005 5.31855 12.5425 4.90382 12.0049 4.609C11.4673 4.31418 10.869 4.14719 10.2564 4.121V4.123ZM19.1864 2.105V4.96H21.4664V6.845H19.1864V13.6C19.1864 14.608 19.6364 15.122 20.6364 15.122C20.9106 15.117 21.1844 15.097 21.4564 15.062V16.962C21.0101 17.0343 20.5584 17.0677 20.1064 17.062C17.7464 17.062 16.8364 16.145 16.8364 13.846V6.89H15.0464V5H16.7864V2.107L19.1864 2.105ZM29.4364 16.958H26.9364L22.7364 5H25.2264L28.1764 14.608H28.2364L31.1864 5H33.6264L29.4364 16.958ZM40.4164 16.958H38.2564V12.058H33.6164V9.9H38.2464V5H40.4064V9.9H45.0464V12.058H40.4164V16.958Z' fill='black'/%3E%3C/svg%3E%0A")
}

body.b-theme__template__night .b-topnav_right-item.appletv a:before {
    background-image: url("data:image/svg+xml,%3Csvg width='46' height='18' viewBox='0 0 46 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.43639 2.742C10.0727 1.97589 10.3881 0.993334 10.3164 0C9.34113 0.0941346 8.44085 0.564359 7.80639 1.311C7.49046 1.66864 7.24831 2.08518 7.09385 2.53669C6.9394 2.98821 6.8757 3.46579 6.90639 3.942C7.39222 3.95152 7.87363 3.84809 8.31267 3.63985C8.75171 3.43161 9.13639 3.12425 9.43639 2.742ZM10.2564 4.123C8.85639 4.042 7.67639 4.923 7.00639 4.923C6.33639 4.923 5.31639 4.167 4.21639 4.187C3.49614 4.2073 2.79382 4.41627 2.17963 4.79303C1.56544 5.16979 1.06089 5.70115 0.716394 6.334C-0.783606 8.934 0.316394 12.807 1.77639 14.924C2.48639 15.93 3.33639 17.129 4.46639 17.09C5.59639 17.051 5.94639 16.39 7.23639 16.39C8.52639 16.39 8.90639 17.09 10.0264 17.065C11.1464 17.04 11.9264 16.057 12.6264 14.965C13.1313 14.2191 13.5254 13.404 13.7964 12.545C13.124 12.2473 12.5519 11.7616 12.1492 11.1463C11.7464 10.531 11.5302 9.81237 11.5264 9.077C11.5347 8.42451 11.7066 7.78453 12.0263 7.21568C12.346 6.64683 12.8033 6.1673 13.3564 5.821C13.005 5.31855 12.5425 4.90382 12.0049 4.609C11.4673 4.31418 10.869 4.14719 10.2564 4.121V4.123ZM19.1864 2.105V4.96H21.4664V6.845H19.1864V13.6C19.1864 14.608 19.6364 15.122 20.6364 15.122C20.9106 15.117 21.1844 15.097 21.4564 15.062V16.962C21.0101 17.0343 20.5584 17.0677 20.1064 17.062C17.7464 17.062 16.8364 16.145 16.8364 13.846V6.89H15.0464V5H16.7864V2.107L19.1864 2.105ZM29.4364 16.958H26.9364L22.7364 5H25.2264L28.1764 14.608H28.2364L31.1864 5H33.6264L29.4364 16.958ZM40.4164 16.958H38.2564V12.058H33.6164V9.9H38.2464V5H40.4064V9.9H45.0464V12.058H40.4164V16.958Z' fill='white'/%3E%3C/svg%3E%0A")
}

.b-post__lastepisodeout:before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='23px' height='21px' viewBox='0 0 23 21' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3ClinearGradient x1='50%25' y1='0%25' x2='50%25' y2='100%25' id='linearGradient-1'%3E%3Cstop stop-color='%23FCF018' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23DBB00A' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3Cpath d='M21.1999355,20.2139004 L1.80019922,20.2139004 C0.412876953,20.2139004 -0.451958984,18.7100059 0.248058594,17.5107266 L9.9479043,0.892642578 C10.6409141,-0.294642578 12.357918,-0.296798828 13.0521855,0.892642578 L22.7520313,17.5107715 C23.4514199,18.7089277 22.5885156,20.2139004 21.1999355,20.2139004 Z' id='path-2'%3E%3C/path%3E%3Cfilter x='-2.2%25' y='-2.5%25' width='104.3%25' height='104.9%25' filterUnits='objectBoundingBox' id='filter-3'%3E%3CfeMorphology radius='1' operator='erode' in='SourceAlpha' result='shadowSpreadInner1'%3E%3C/feMorphology%3E%3CfeOffset dx='0' dy='0' in='shadowSpreadInner1' result='shadowOffsetInner1'%3E%3C/feOffset%3E%3CfeComposite in='shadowOffsetInner1' in2='SourceAlpha' operator='arithmetic' k2='-1' k3='1' result='shadowInnerInner1'%3E%3C/feComposite%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0' type='matrix' in='shadowInnerInner1'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='common-styles' transform='translate(-1144.000000, -927.000000)' fill-rule='nonzero'%3E%3Cg id='warning-(4)' transform='translate(1144.000000, 927.000000)'%3E%3Cg id='Path'%3E%3Cuse fill='url(%23linearGradient-1)' xlink:href='%23path-2'%3E%3C/use%3E%3Cuse fill='black' fill-opacity='1' filter='url(%23filter-3)' xlink:href='%23path-2'%3E%3C/use%3E%3C/g%3E%3Cg id='Group' transform='translate(10.646484, 5.471484)' fill='%23000000'%3E%3Cpath d='M0.858412109,9.22385352 C1.30673242,9.22385352 1.68546875,9.59692969 1.68546875,10.0384668 C1.68546875,10.474209 1.30673242,10.8423438 0.858412109,10.8423438 C0.397019531,10.8423438 0.0216523437,10.4817109 0.0216523437,10.0384668 C0.0216523437,9.59688477 0.404835937,9.22385352 0.858412109,9.22385352 Z' id='Path'%3E%3C/path%3E%3Cpath d='M0.858412109,7.96617578 C0.394369141,7.96617578 0.0703027344,7.69158523 0.0703027344,7.2984427 L0.0703027344,1.74697154 C0.0703027344,1.41820932 0.387001953,1.06617578 0.858412109,1.06617578 C1.28341797,1.06617578 1.65626953,1.38434516 1.65626953,1.74697154 L1.65626953,7.2984427 C1.65626953,7.68532832 1.32074805,7.96617578 0.858412109,7.96617578 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.b-videosaves__list_item .td.controls .delete,
.b-popup__close {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='18px' height='18px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='common-styles' transform='translate(-1145.000000, -1095.000000)'%3E%3Cg id='close_red' transform='translate(1145.000000, 1095.000000)'%3E%3Ccircle id='Oval' fill='%23CC3340' cx='9' cy='9' r='9'%3E%3C/circle%3E%3Cpath d='M5.89262742,5.15354649 L8.999,8.26 L12.0782598,5.18136429 C12.2590032,5.00062092 12.5447903,4.98576029 12.7452379,5.12386001 L12.8160336,5.18279218 C13.0201584,5.38691707 13.0262007,5.7118266 12.8174614,5.92056591 L9.738,8.999 L12.8452792,12.1061983 C13.0274806,12.2883997 13.0435538,12.5753994 12.9057056,12.7760984 L12.8468213,12.846942 C12.6426964,13.0510668 12.3165007,13.0558231 12.1060776,12.8453999 L8.999,9.738 L5.92044521,12.8175821 C5.71710892,13.0209184 5.3808266,13.0143094 5.18267148,12.8161542 C4.97854659,12.6120294 4.97250429,12.2871198 5.18124359,12.0783805 L8.26,8.999 L5.1534258,5.89274811 C4.94844927,5.68777159 4.94978089,5.35410736 5.15188378,5.15200447 C5.35600867,4.94787958 5.68220429,4.94312337 5.89262742,5.15354649 Z' id='close_mob-copy' fill='%23FFFFFF'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.b-favorites_content__cats_list_item .edit-cat:before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='18px' height='18px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='common-styles' transform='translate(-1219.000000, -1201.000000)' fill='%23000000' fill-rule='nonzero'%3E%3Cg id='cogwheel' transform='translate(1219.000000, 1201.000000)'%3E%3Cpath d='M16.5459864,7.00666517 L15.9012653,7.00666517 C15.7405694,7.00666517 15.4860087,6.8112821 15.3775351,6.53086295 C15.3393372,6.43204888 15.2983097,6.33305028 15.2556523,6.23657354 C15.134077,5.9616902 15.1758118,5.6436891 15.28936,5.53038968 L15.7457055,5.07463936 C16.3128621,4.50743489 16.3128621,3.58480115 15.7458901,3.01781196 L14.9836841,2.25562422 C14.7083944,1.98034107 14.3430534,1.82884461 13.9547691,1.82884461 C13.5664848,1.82884461 13.2011439,1.98037182 12.9259771,2.25562422 L12.4701237,2.7114668 C12.403754,2.77780417 12.2692615,2.81904589 12.1190839,2.81904589 C11.9973856,2.81904589 11.871074,2.79287385 11.7634308,2.74526595 C11.6668903,2.70264027 11.5680739,2.66170609 11.4696265,2.62357056 C11.1890469,2.51506883 10.9935668,2.26039116 10.9935668,2.09976063 L10.9935668,1.45443983 C10.9935361,0.652548092 10.3410647,0 9.53915376,0 L8.46121499,0 C7.65921182,0 7.00683266,0.652455829 7.00683266,1.45443983 L7.00683266,2.09972987 C7.00683266,2.26036041 6.81135265,2.51491506 6.53089604,2.62344754 C6.43275622,2.66136779 6.33390903,2.70230197 6.23709168,2.74505067 C6.1294485,2.79265857 6.00295239,2.81883061 5.88116183,2.81883061 C5.73098422,2.81883061 5.59639949,2.77761964 5.53002979,2.71134378 L5.07396103,2.25547045 C4.79907111,1.9805871 4.4336379,1.82905989 4.0451383,1.82905989 C3.6566387,1.82905989 3.29151305,1.9805871 3.01696144,2.2558395 L2.2551553,3.01768894 C1.6881218,3.58470888 1.6881218,4.50734263 2.2551553,5.07433182 L2.71103953,5.53020515 C2.82452619,5.6436891 2.86641477,5.96196699 2.74493175,6.23715788 C2.70239732,6.33360386 2.66146216,6.43241793 2.62341798,6.53095522 C2.51500593,6.81131286 2.26035293,7.00666517 2.09950327,7.00666517 L1.45438233,7.00666517 C0.652379159,7.00666517 0,7.659121 0,8.46110501 L0,9.53901801 C0,10.3409098 0.652471425,10.9933656 1.45438233,10.9933656 L2.099411,10.9933656 C2.2601684,10.9933656 2.51491366,11.1887179 2.62323345,11.4691063 C2.66124687,11.5675513 2.70218203,11.6663654 2.74471647,11.7627806 C2.86623023,12.0380023 2.82434166,12.3562494 2.71082424,12.4697641 L2.25494001,12.9256067 C1.68790652,13.4925344 1.68790652,14.4156294 2.25475548,14.9830799 L3.0170537,15.7454522 C3.29185135,16.020151 3.65700776,16.1715244 4.0454151,16.1715244 C4.43379168,16.1715244 4.79894809,16.020274 5.0737765,15.7454522 L5.52993752,15.2889945 C5.59722988,15.221673 5.72843154,15.1814769 5.88079277,15.1814769 C6.00249107,15.1814769 6.12877189,15.2076182 6.23653809,15.2552261 C6.33215598,15.297575 6.43115695,15.3386015 6.53061924,15.377106 C6.81116812,15.485577 7.00655586,15.7401624 7.00655586,15.9008237 L7.00655586,16.5455294 C7.00655586,17.3474212 7.65902729,18 8.46093819,18 L9.53890772,18 C10.3408801,18 10.9932901,17.3475442 10.9932901,16.5455294 L10.9932901,15.9008237 C10.9932901,15.7401317 11.188647,15.485577 11.4689806,15.3772906 C11.567428,15.3392781 11.6662444,15.2983746 11.7627235,15.2557182 C11.8703667,15.2082026 11.9966782,15.1820305 12.1183765,15.1820305 C12.2687387,15.1820305 12.4033542,15.2232415 12.4696623,15.2896096 L12.9255158,15.7454522 C13.2011131,16.020274 13.5665156,16.1715244 13.9548614,16.1715244 C13.9969037,16.1715244 14.0394382,16.1696177 14.081296,16.1659271 C14.6123767,16.1197954 15.0809013,15.6490985 15.3326018,15.3962353 L15.3644334,15.3643429 L15.745521,14.9832644 C16.3115396,14.4158139 16.3115396,13.4930572 15.745767,12.925945 L15.289606,12.4697949 C15.1761501,12.3563417 15.1342615,12.038033 15.2557138,11.7627499 C15.2984943,11.6660271 15.3393372,11.5672438 15.3772276,11.4690755 C15.4856396,11.1886871 15.7402311,10.9933348 15.9008347,10.9933348 L16.5456174,10.9933348 C17.3476513,10.9933348 18,10.340879 18,9.53886424 L18,8.46107425 C18.0003687,7.659121 17.3478973,7.00666517 16.5459864,7.00666517 Z M12.9356035,9.00007689 C12.9356035,11.1700807 11.1701939,12.9354481 9.00019975,12.9354481 C6.83017483,12.9354481 5.06476522,11.1700807 5.06476522,9.00007689 C5.06476522,6.83013458 6.83020558,5.06476718 9.00019975,5.06476718 C11.1701939,5.06476718 12.9356035,6.83010383 12.9356035,9.00007689 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

body.b-theme__template__night .b-favorites_content__cats_list_item .edit-cat:before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='18px' height='18px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='common-styles' transform='translate(-1188.000000, -1201.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cg id='cogwheel' transform='translate(1188.000000, 1201.000000)'%3E%3Cpath d='M16.5459864,7.00666517 L15.9012653,7.00666517 C15.7405694,7.00666517 15.4860087,6.8112821 15.3775351,6.53086295 C15.3393372,6.43204888 15.2983097,6.33305028 15.2556523,6.23657354 C15.134077,5.9616902 15.1758118,5.6436891 15.28936,5.53038968 L15.7457055,5.07463936 C16.3128621,4.50743489 16.3128621,3.58480115 15.7458901,3.01781196 L14.9836841,2.25562422 C14.7083944,1.98034107 14.3430534,1.82884461 13.9547691,1.82884461 C13.5664848,1.82884461 13.2011439,1.98037182 12.9259771,2.25562422 L12.4701237,2.7114668 C12.403754,2.77780417 12.2692615,2.81904589 12.1190839,2.81904589 C11.9973856,2.81904589 11.871074,2.79287385 11.7634308,2.74526595 C11.6668903,2.70264027 11.5680739,2.66170609 11.4696265,2.62357056 C11.1890469,2.51506883 10.9935668,2.26039116 10.9935668,2.09976063 L10.9935668,1.45443983 C10.9935361,0.652548092 10.3410647,0 9.53915376,0 L8.46121499,0 C7.65921182,0 7.00683266,0.652455829 7.00683266,1.45443983 L7.00683266,2.09972987 C7.00683266,2.26036041 6.81135265,2.51491506 6.53089604,2.62344754 C6.43275622,2.66136779 6.33390903,2.70230197 6.23709168,2.74505067 C6.1294485,2.79265857 6.00295239,2.81883061 5.88116183,2.81883061 C5.73098422,2.81883061 5.59639949,2.77761964 5.53002979,2.71134378 L5.07396103,2.25547045 C4.79907111,1.9805871 4.4336379,1.82905989 4.0451383,1.82905989 C3.6566387,1.82905989 3.29151305,1.9805871 3.01696144,2.2558395 L2.2551553,3.01768894 C1.6881218,3.58470888 1.6881218,4.50734263 2.2551553,5.07433182 L2.71103953,5.53020515 C2.82452619,5.6436891 2.86641477,5.96196699 2.74493175,6.23715788 C2.70239732,6.33360386 2.66146216,6.43241793 2.62341798,6.53095522 C2.51500593,6.81131286 2.26035293,7.00666517 2.09950327,7.00666517 L1.45438233,7.00666517 C0.652379159,7.00666517 0,7.659121 0,8.46110501 L0,9.53901801 C0,10.3409098 0.652471425,10.9933656 1.45438233,10.9933656 L2.099411,10.9933656 C2.2601684,10.9933656 2.51491366,11.1887179 2.62323345,11.4691063 C2.66124687,11.5675513 2.70218203,11.6663654 2.74471647,11.7627806 C2.86623023,12.0380023 2.82434166,12.3562494 2.71082424,12.4697641 L2.25494001,12.9256067 C1.68790652,13.4925344 1.68790652,14.4156294 2.25475548,14.9830799 L3.0170537,15.7454522 C3.29185135,16.020151 3.65700776,16.1715244 4.0454151,16.1715244 C4.43379168,16.1715244 4.79894809,16.020274 5.0737765,15.7454522 L5.52993752,15.2889945 C5.59722988,15.221673 5.72843154,15.1814769 5.88079277,15.1814769 C6.00249107,15.1814769 6.12877189,15.2076182 6.23653809,15.2552261 C6.33215598,15.297575 6.43115695,15.3386015 6.53061924,15.377106 C6.81116812,15.485577 7.00655586,15.7401624 7.00655586,15.9008237 L7.00655586,16.5455294 C7.00655586,17.3474212 7.65902729,18 8.46093819,18 L9.53890772,18 C10.3408801,18 10.9932901,17.3475442 10.9932901,16.5455294 L10.9932901,15.9008237 C10.9932901,15.7401317 11.188647,15.485577 11.4689806,15.3772906 C11.567428,15.3392781 11.6662444,15.2983746 11.7627235,15.2557182 C11.8703667,15.2082026 11.9966782,15.1820305 12.1183765,15.1820305 C12.2687387,15.1820305 12.4033542,15.2232415 12.4696623,15.2896096 L12.9255158,15.7454522 C13.2011131,16.020274 13.5665156,16.1715244 13.9548614,16.1715244 C13.9969037,16.1715244 14.0394382,16.1696177 14.081296,16.1659271 C14.6123767,16.1197954 15.0809013,15.6490985 15.3326018,15.3962353 L15.3644334,15.3643429 L15.745521,14.9832644 C16.3115396,14.4158139 16.3115396,13.4930572 15.745767,12.925945 L15.289606,12.4697949 C15.1761501,12.3563417 15.1342615,12.038033 15.2557138,11.7627499 C15.2984943,11.6660271 15.3393372,11.5672438 15.3772276,11.4690755 C15.4856396,11.1886871 15.7402311,10.9933348 15.9008347,10.9933348 L16.5456174,10.9933348 C17.3476513,10.9933348 18,10.340879 18,9.53886424 L18,8.46107425 C18.0003687,7.659121 17.3478973,7.00666517 16.5459864,7.00666517 Z M12.9356035,9.00007689 C12.9356035,11.1700807 11.1701939,12.9354481 9.00019975,12.9354481 C6.83017483,12.9354481 5.06476522,11.1700807 5.06476522,9.00007689 C5.06476522,6.83013458 6.83020558,5.06476718 9.00019975,5.06476718 C11.1701939,5.06476718 12.9356035,6.83010383 12.9356035,9.00007689 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.b-topnav_right-item.disney a:before {
    background-image: url("data:image/svg+xml,%3Csvg width='71' height='39' viewBox='0 0 71 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32.2332 26.144C32.2724 26.1494 32.281 26.1509 32.3192 26.1559C32.9586 26.2428 33.587 26.358 34.0679 26.573C34.5137 26.7698 34.775 27.0189 35.0135 27.4629C35.3763 28.1361 35.3999 29.0792 35.0721 29.7931C34.8272 30.3242 34.2897 30.7696 33.7989 31.0057C33.2893 31.2528 32.7872 31.3704 32.2113 31.4362C31.2041 31.5471 30.1163 31.3384 29.21 30.9C28.6738 30.6382 28.019 30.1873 27.6888 29.6063C27.4459 29.1808 27.4536 28.6271 27.7491 28.2226C28.2201 27.5779 29.229 27.436 29.9888 27.4629C30.5681 27.4853 31.6111 27.6644 32.1612 27.86C32.3136 27.9151 32.8759 28.1342 32.974 28.2346C33.0431 28.3045 33.0879 28.406 33.0568 28.4999C32.9312 28.8843 31.9971 29.0869 31.7274 29.1276C31.0053 29.2382 30.6306 28.9649 29.8097 28.6408C29.606 28.561 29.3344 28.4725 29.1269 28.4533C28.7542 28.4178 28.3041 28.5222 28.233 28.929C28.1976 29.1387 28.4435 29.3348 28.631 29.4172C29.0713 29.6063 29.4293 29.6744 29.8627 29.6802C31.143 29.7013 32.5818 29.4905 33.629 28.7485C33.7723 28.6462 33.9131 28.4965 33.9146 28.3077C33.9191 27.9265 33.2508 27.6934 33.2508 27.6934C32.5454 27.3993 31.2421 27.2562 30.5706 27.2009C29.866 27.1399 28.7574 27.0487 28.4912 27.0095C28.2171 26.9703 27.9194 26.915 27.6821 26.8087C27.4437 26.701 27.2104 26.4599 27.1412 26.1932C27.0184 25.7125 27.1751 25.1226 27.442 24.7386C28.1417 23.7327 29.7808 23.3506 31.0052 23.1989C32.1904 23.0514 34.1063 23.0529 35.2703 23.6715C35.45 23.7678 35.5418 23.8574 35.5043 24.0495C35.4284 24.4102 35.1574 24.6427 34.8288 24.7446C34.4841 24.8543 33.771 24.897 33.4578 24.9167C32.0545 24.9954 30.3586 24.9542 29.0218 25.3187C28.9171 25.3486 28.7362 25.3973 28.6774 25.463C28.4682 25.6901 29.0658 25.755 29.1938 25.781C29.2319 25.7901 29.2392 25.7914 29.2789 25.7957L32.2332 26.144ZM23.8844 19.8863C23.8844 19.8863 24.1126 19.5439 24.3039 19.2842C24.6522 18.8112 25.2824 18.1552 25.7571 17.7491C25.9023 17.6251 26.0734 17.4845 26.0734 17.4845C26.0734 17.4845 25.8057 17.5122 25.654 17.5433C25.2939 17.6133 24.7658 17.9643 24.502 18.1911C24.0666 18.5637 23.5879 19.1696 23.8045 19.7079C23.8359 19.7839 23.8844 19.8863 23.8844 19.8863ZM26.3046 20.5339C26.9924 20.4865 27.6366 20.2885 28.2364 19.9558C28.8247 19.6266 29.6899 18.9848 29.6001 18.2303C29.5729 17.986 29.413 17.8016 29.2111 17.7156C28.9488 17.6019 28.812 17.6202 28.4769 17.7198C28.2334 17.7911 28.1237 17.8343 27.8938 17.9659C27.2191 18.3578 26.2624 19.1968 25.7431 19.8663C25.6232 20.0242 25.5018 20.2008 25.4068 20.3218C25.3469 20.3965 25.3003 20.465 25.3061 20.4832C25.3269 20.5591 26.036 20.5522 26.3046 20.5339ZM24.5535 21.8202C24.4825 21.8952 24.4075 22.0761 24.3297 22.2071C24.2881 22.2772 24.211 22.3674 24.1601 22.4036C23.9811 22.5353 23.8294 22.5414 23.6566 22.3893C23.4143 22.1749 23.2741 21.8434 23.2642 21.521C23.259 21.3802 23.2831 21.2245 23.2565 21.1059C23.2124 20.9056 23.012 20.6993 22.9039 20.5078C22.7771 20.2822 22.6744 19.8889 22.6616 19.6349C22.6181 18.8431 23.0355 18.1136 23.5777 17.5383C24.1238 16.9565 24.8382 16.473 25.6151 16.1439C26.3496 15.8345 27.4258 15.6236 28.2323 15.903C28.4948 15.9929 28.8606 16.2164 29.0444 16.4504C29.0835 16.499 29.1153 16.5515 29.1553 16.5772C29.1912 16.6001 29.285 16.6091 29.3596 16.6228C29.6168 16.6674 29.9872 16.8622 30.1385 16.9919C30.4424 17.2541 30.6089 17.5047 30.6859 17.8684C30.8404 18.6003 30.419 19.4032 29.9389 19.8919C29.117 20.733 28.3052 21.3244 27.2537 21.736C26.7919 21.9164 26.0726 22.085 25.5486 22.0378C25.3859 22.0243 25.2187 21.9815 25.0603 21.971C24.9794 21.964 24.6838 21.8877 24.6522 21.8662C24.613 21.8361 24.5623 21.8099 24.5535 21.8202ZM25.4926 23.4428C25.5246 23.4482 25.574 23.4625 25.6164 23.4789C25.985 23.6191 26.1367 23.9602 26.2275 24.335C26.438 25.2051 26.5278 27.1302 26.5628 27.8838C26.5885 28.4493 26.6026 29.0058 26.6263 29.5648C26.6464 30.0382 26.6842 30.6677 26.5855 31.1112C26.5496 31.2707 26.4429 31.4563 26.2901 31.5512C26.1151 31.6633 25.7167 31.6718 25.4978 31.6267C24.958 31.515 24.7827 31.168 24.7056 30.6342C24.5225 29.3606 24.6107 26.8609 24.7188 25.8061C24.7547 25.4577 24.8859 24.3414 25.0678 23.8734C25.1299 23.7156 25.2622 23.3977 25.4926 23.4428ZM9.07288 25.5619C9.07288 25.5619 8.26959 25.6188 7.71671 25.6801C7.01332 25.7559 5.69166 25.9841 4.92876 26.2565C4.69993 26.3384 4.2351 26.533 4.1947 26.7683C4.15224 27.0122 4.30361 27.2029 4.47195 27.4002C4.56929 27.5148 5.12025 28.0448 5.27475 28.1736C5.92234 28.7142 7.23548 29.5481 8.20264 29.953C8.53492 30.0904 9.0846 30.2872 9.0846 30.2872C9.0846 30.2872 9.04377 28.7221 9.05109 27.1804C9.05535 26.3671 9.07288 25.5619 9.07288 25.5619ZM23.8021 26.1848C23.8481 26.6053 23.74 27.4002 23.7213 27.5051C23.6871 27.7468 23.5048 28.3043 23.4746 28.3723C23.3274 28.7111 23.1824 28.9887 23.0287 29.2656C22.7653 29.7397 22.1389 30.4912 21.7671 30.8129C20.3844 32.008 18.2439 32.6885 16.4075 32.9126C15.1615 33.0631 13.7297 33.041 12.4094 32.7967C11.955 32.7141 11.2788 32.5582 11.2788 32.5582C11.2788 32.5582 11.281 32.8286 11.2593 33.0187C11.2488 33.1055 11.1835 33.3338 11.1469 33.4078C11.0509 33.6061 10.8932 33.7084 10.6641 33.7525C10.3874 33.8038 10.0941 33.8209 9.83847 33.7116C9.41879 33.5351 9.26813 33.1424 9.195 32.6896C9.13586 32.3274 9.07395 31.6979 9.07395 31.6979C9.07395 31.6979 8.75999 31.5492 8.49821 31.4186C7.69414 31.0224 6.93046 30.5423 6.26235 30.0487C6.07726 29.9105 5.28206 29.2445 5.10655 29.0792C4.61438 28.6119 4.17162 28.1471 3.8348 27.5506C3.57295 27.0847 3.49755 26.6711 3.6967 26.1773C3.97133 25.4891 4.95802 24.971 5.6333 24.6757C6.12895 24.4569 7.67014 23.9536 8.31034 23.8603C8.61273 23.8171 9.08176 23.7331 9.11058 23.7144C9.12237 23.7053 9.13053 23.6977 9.13905 23.6879C9.15382 23.6671 9.17874 22.9859 9.17391 22.7367C9.16767 22.4917 9.35525 20.8824 9.41553 20.5421C9.44698 20.3581 9.58635 19.6496 9.72864 19.4637C9.82172 19.338 9.98629 19.3482 10.1205 19.4307C10.8548 19.8873 11.0778 21.4708 11.1324 22.2765C11.1651 22.7674 11.1814 23.5058 11.1814 23.5058C11.1814 23.5058 12.0237 23.4808 12.5419 23.4955C13.0454 23.5073 13.6004 23.5867 14.123 23.67C14.7921 23.7773 16.0963 24.0618 16.8443 24.441C17.4602 24.7532 18.0368 25.2793 18.2236 25.8361C18.3971 26.3465 18.3711 26.6998 18.1068 27.1604C17.8096 27.6806 17.2474 28.0671 16.6774 28.0994C16.5078 28.1092 15.8693 28.0244 15.6729 27.8723C15.5958 27.8117 15.5998 27.7023 15.6554 27.6281C15.6765 27.602 15.9749 27.4433 16.1511 27.3508C16.2394 27.3028 16.3125 27.251 16.3814 27.1882C16.5277 27.0593 16.6594 26.9174 16.6447 26.7512C16.6245 26.5353 16.3961 26.4022 16.1784 26.3166C15.157 25.9108 13.1177 25.574 12.1322 25.5157C11.7465 25.493 11.1978 25.4737 11.1978 25.4737L11.3138 30.9155C11.3138 30.9155 11.7674 31.0019 12.1249 31.0599C12.33 31.091 13.1991 31.1692 13.4301 31.1749C15.1886 31.2213 17.1513 31.0638 18.7651 30.3023C19.4736 29.9689 20.1237 29.5537 20.6158 28.9918C21.2643 28.2482 21.604 27.2306 21.5141 26.1676C21.4156 25.0068 20.5986 23.6287 19.9462 22.7897C18.2223 20.5728 15.2675 18.7493 12.668 17.6802C10.014 16.5894 7.39097 15.9619 4.57433 15.8568C3.84822 15.8299 2.26499 15.8665 1.46468 16.0879C1.35037 16.1201 1.23514 16.1586 1.129 16.1825C1.04514 16.203 0.913014 16.2585 0.876733 16.2878C0.85664 16.3041 0.83676 16.3266 0.83676 16.3266C0.83676 16.3266 0.886105 16.3539 0.933249 16.3738C1.01802 16.4108 1.37487 16.433 1.55954 16.4668C1.72475 16.4979 1.89679 16.5846 1.96488 16.7057C2.02956 16.8208 2.03765 16.9115 1.96033 17.0075C1.779 17.228 1.09648 17.1908 0.795935 17.1433C0.483607 17.0935 0.0947408 16.9979 0.023315 16.726C-0.0595418 16.4057 0.0926108 16.0917 0.256975 15.8015C0.587196 15.2208 1.0602 14.9188 1.75287 14.7296C2.73672 14.4589 3.979 14.2696 4.90803 14.2341C7.01076 14.1547 9.00089 14.5224 11.0382 15.1409C12.2043 15.4935 13.7308 16.0851 14.8484 16.6233C15.6504 17.0099 16.9139 17.721 17.6237 18.1857C17.8475 18.3334 19.1576 19.296 19.361 19.4652C19.7856 19.8122 20.3408 20.3111 20.7428 20.71C21.5207 21.4808 22.4882 22.6624 22.9582 23.6003C23.0714 23.8248 23.159 24.0458 23.3049 24.3061C23.3551 24.3952 23.5698 24.9286 23.6055 25.0827C23.6408 25.2351 23.6927 25.4592 23.7 25.4681C23.7103 25.5499 23.8099 26.0081 23.8021 26.1848ZM50.237 24.9816C49.2523 25.2086 46.6628 25.3347 46.6628 25.3347L46.3363 26.3575C46.3363 26.3575 47.6303 26.2471 48.5717 26.3454C48.5717 26.3454 48.8767 26.31 48.9126 26.6917C48.9247 27.0477 48.8823 27.4296 48.8823 27.4296C48.8823 27.4296 48.8628 27.6607 48.5353 27.7195C48.1804 27.7787 45.7461 27.8728 45.7461 27.8728L45.352 29.2061C45.352 29.2061 45.2055 29.5143 45.5338 29.4263C45.8388 29.3446 48.3894 28.866 48.7216 28.9349C49.0776 29.0233 49.4716 29.4979 49.3577 29.9305C49.2219 30.4666 46.6762 32.0901 45.126 31.9768C45.126 31.9768 44.3113 32.0294 43.6228 30.9299C42.9815 29.8823 43.8658 27.8985 43.8658 27.8985C43.8658 27.8985 43.4604 26.9725 43.7542 26.6586C43.7542 26.6586 43.929 26.5 44.4385 26.4641L45.0625 25.1733C45.0625 25.1733 44.3518 25.2222 43.929 24.6993C43.5351 24.2033 43.5021 23.9754 43.8041 23.8384C44.127 23.6789 47.0867 23.1388 49.1233 23.2073C49.1233 23.2073 49.8311 23.1378 50.445 24.3655C50.445 24.3655 50.7425 24.8621 50.237 24.9816ZM42.5767 29.9449C42.3157 30.5588 41.6262 31.214 40.7697 30.8067C39.9242 30.3986 38.5774 27.6421 38.5774 27.6421C38.5774 27.6421 38.0661 26.6143 37.9678 26.6408C37.9678 26.6408 37.8573 26.44 37.7895 27.5633C37.7191 28.6817 37.8031 30.8626 37.3569 31.2059C36.9343 31.5501 36.4225 31.4131 36.1571 31.0109C35.9159 30.6148 35.8155 29.6734 35.9471 28.02C36.1018 26.3634 36.4866 24.6009 36.9783 24.0521C37.4693 23.507 37.8635 23.9027 38.0171 24.0463C38.0171 24.0463 38.6739 24.6415 39.7569 26.3895L39.948 26.7128C39.948 26.7128 40.9322 28.3642 41.035 28.3604C41.035 28.3604 41.1155 28.4363 41.1872 28.3817C41.2905 28.3522 41.2488 27.8227 41.2488 27.8227C41.2488 27.8227 41.0446 26.023 40.1467 22.9768C40.1467 22.9768 40.011 22.597 40.1028 22.241C40.194 21.8814 40.5545 22.0502 40.5545 22.0502C40.5545 22.0502 41.9461 22.7499 42.6216 25.0156C43.2926 27.282 42.8417 29.3263 42.5767 29.9449ZM57.5538 28.5879C56.9203 29.6932 55.132 32.0075 52.7553 31.4611C51.9705 33.3643 51.3112 35.2896 50.9342 38.1705C50.9342 38.1705 50.8513 38.7303 50.3861 38.5359C49.925 38.3745 49.1655 37.6079 49.0118 36.5474C48.8466 35.1543 49.4667 32.7993 50.7343 30.0989C50.3646 29.4979 50.1126 28.6393 50.3283 27.4166C50.3283 27.4166 50.6467 25.1461 52.927 23.0996C52.927 23.0996 53.2003 22.8636 53.3588 22.9363C53.5334 23.0095 53.4525 23.7483 53.314 24.1076C53.1701 24.4648 52.1549 26.2222 52.1549 26.2222C52.1549 26.2222 51.5217 27.4095 51.6999 28.346C52.8958 26.5073 55.6144 22.7996 57.2994 23.9688C57.8655 24.3738 58.1264 25.2547 58.1264 26.2039C58.1267 27.0376 57.9257 27.9238 57.5538 28.5879ZM57.062 25.6759C57.062 25.6759 56.9682 24.9449 56.2536 25.7503C55.6388 26.4299 54.5301 27.7032 53.6376 29.4327C54.574 29.3275 55.4773 28.8195 55.7504 28.5607C56.1945 28.1667 57.2289 27.0978 57.062 25.6759ZM70.6462 25.5095H66.2905C66.2037 24.0291 66.025 22.587 65.744 21.1019C65.7152 20.9481 65.5814 20.8367 65.4257 20.8367H64.4216C64.3342 20.8367 64.2515 20.8759 64.1948 20.9444C64.138 21.0141 64.1158 21.1027 64.1325 21.1895C64.4178 22.6266 64.5985 24.0412 64.6877 25.5109H60.4972C60.302 25.5109 60.1433 25.6691 60.1433 25.8635V26.7692C60.1433 26.9641 60.302 27.1233 60.4972 27.1233H64.7477C64.7504 27.3469 64.7526 27.547 64.7526 27.7348C64.7526 29.0401 64.6963 30.1153 64.5647 31.3287C64.5544 31.4225 64.585 31.5158 64.6486 31.5846C64.7102 31.654 64.799 31.6935 64.8912 31.6935H65.8225C66.0043 31.6935 66.1548 31.5568 66.1731 31.3758C66.3003 30.1542 66.3548 29.0656 66.3548 27.7347C66.3548 27.5476 66.3529 27.3468 66.3501 27.1233H70.6463C70.841 27.1233 71 26.964 71 26.7691V25.8635C70.9999 25.6681 70.841 25.5095 70.6462 25.5095Z' fill='black'/%3E%3Cpath d='M12.4046 13.3733C12.3429 13.465 12.328 13.5776 12.3634 13.6833C12.4004 13.7888 12.4809 13.869 12.5848 13.9055L13.3656 14.1682C13.4128 14.183 13.4597 14.1907 13.5058 14.1907C13.6504 14.1907 13.7863 14.1191 13.8667 13.9988C16.4243 10.2416 19.8857 7.11325 23.8773 4.95202C27.9981 2.72049 32.667 1.54012 37.3806 1.54012C43.0739 1.54012 48.5672 3.21955 53.2669 6.39651C57.8525 9.49537 61.4139 13.8188 63.566 18.8997C63.6303 19.0517 63.7788 19.1498 63.9434 19.1498H64.8759C64.9833 19.1498 65.0844 19.0957 65.1451 19.0059C65.2062 18.9163 65.2176 18.8025 65.1771 18.7017C62.9579 13.2388 59.2053 8.58181 54.3234 5.23609C49.3259 1.81084 43.4671 -7.62939e-06 37.3806 -7.62939e-06C27.3184 -7.62939e-06 17.9813 4.99952 12.4046 13.3733Z' fill='black'/%3E%3C/svg%3E%0A")
}

body.b-theme__template__night .b-topnav_right-item.disney a:before {
    background-image: url("data:image/svg+xml,%3Csvg width='71' height='39' viewBox='0 0 71 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32.2332 26.144C32.2724 26.1494 32.281 26.1509 32.3192 26.1559C32.9586 26.2428 33.587 26.358 34.0679 26.573C34.5137 26.7698 34.775 27.0189 35.0135 27.4629C35.3763 28.1361 35.3999 29.0792 35.0721 29.7931C34.8272 30.3242 34.2897 30.7696 33.7989 31.0057C33.2893 31.2528 32.7872 31.3704 32.2113 31.4362C31.2041 31.5471 30.1163 31.3384 29.21 30.9C28.6738 30.6382 28.019 30.1873 27.6888 29.6063C27.4459 29.1808 27.4536 28.6271 27.7491 28.2226C28.2201 27.5779 29.229 27.436 29.9888 27.4629C30.5681 27.4853 31.6111 27.6644 32.1612 27.86C32.3136 27.9151 32.8759 28.1342 32.974 28.2346C33.0431 28.3045 33.0879 28.406 33.0568 28.4999C32.9312 28.8843 31.9971 29.0869 31.7274 29.1276C31.0053 29.2382 30.6306 28.9649 29.8097 28.6408C29.606 28.561 29.3344 28.4725 29.1269 28.4533C28.7542 28.4178 28.3041 28.5222 28.233 28.929C28.1976 29.1387 28.4435 29.3348 28.631 29.4172C29.0713 29.6063 29.4293 29.6744 29.8627 29.6802C31.143 29.7013 32.5818 29.4905 33.629 28.7485C33.7723 28.6462 33.9131 28.4965 33.9146 28.3077C33.9191 27.9265 33.2508 27.6934 33.2508 27.6934C32.5454 27.3993 31.2421 27.2562 30.5706 27.2009C29.866 27.1399 28.7574 27.0487 28.4912 27.0095C28.2171 26.9703 27.9194 26.915 27.6821 26.8087C27.4437 26.701 27.2104 26.4599 27.1412 26.1932C27.0184 25.7125 27.1751 25.1226 27.442 24.7386C28.1417 23.7327 29.7808 23.3506 31.0052 23.1989C32.1904 23.0514 34.1063 23.0529 35.2703 23.6715C35.45 23.7678 35.5418 23.8574 35.5043 24.0495C35.4284 24.4102 35.1574 24.6427 34.8288 24.7446C34.4841 24.8543 33.771 24.897 33.4578 24.9167C32.0545 24.9954 30.3586 24.9542 29.0218 25.3187C28.9171 25.3486 28.7362 25.3973 28.6774 25.463C28.4682 25.6901 29.0658 25.755 29.1938 25.781C29.2319 25.7901 29.2392 25.7914 29.2789 25.7957L32.2332 26.144ZM23.8844 19.8863C23.8844 19.8863 24.1126 19.5439 24.3039 19.2842C24.6522 18.8112 25.2824 18.1552 25.7571 17.7491C25.9023 17.6251 26.0734 17.4845 26.0734 17.4845C26.0734 17.4845 25.8057 17.5122 25.654 17.5433C25.2939 17.6133 24.7658 17.9643 24.502 18.1911C24.0666 18.5637 23.5879 19.1696 23.8045 19.7079C23.8359 19.7839 23.8844 19.8863 23.8844 19.8863ZM26.3046 20.5339C26.9924 20.4865 27.6366 20.2885 28.2364 19.9558C28.8247 19.6266 29.6899 18.9848 29.6001 18.2303C29.5729 17.986 29.413 17.8016 29.2111 17.7156C28.9488 17.6019 28.812 17.6202 28.4769 17.7198C28.2334 17.7911 28.1237 17.8343 27.8938 17.9659C27.2191 18.3578 26.2624 19.1968 25.7431 19.8663C25.6232 20.0242 25.5018 20.2008 25.4068 20.3218C25.3469 20.3965 25.3003 20.465 25.3061 20.4832C25.3269 20.5591 26.036 20.5522 26.3046 20.5339ZM24.5535 21.8202C24.4825 21.8952 24.4075 22.0761 24.3297 22.2071C24.2881 22.2772 24.211 22.3674 24.1601 22.4036C23.9811 22.5353 23.8294 22.5414 23.6566 22.3893C23.4143 22.1749 23.2741 21.8434 23.2642 21.521C23.259 21.3802 23.2831 21.2245 23.2565 21.1059C23.2124 20.9056 23.012 20.6993 22.9039 20.5078C22.7771 20.2822 22.6744 19.8889 22.6616 19.6349C22.6181 18.8431 23.0355 18.1136 23.5777 17.5383C24.1238 16.9565 24.8382 16.473 25.6151 16.1439C26.3496 15.8345 27.4258 15.6236 28.2323 15.903C28.4948 15.9929 28.8606 16.2164 29.0444 16.4504C29.0835 16.499 29.1153 16.5515 29.1553 16.5772C29.1912 16.6001 29.285 16.6091 29.3596 16.6228C29.6168 16.6674 29.9872 16.8622 30.1385 16.9919C30.4424 17.2541 30.6089 17.5047 30.6859 17.8684C30.8404 18.6003 30.419 19.4032 29.9389 19.8919C29.117 20.733 28.3052 21.3244 27.2537 21.736C26.7919 21.9164 26.0726 22.085 25.5486 22.0378C25.3859 22.0243 25.2187 21.9815 25.0603 21.971C24.9794 21.964 24.6838 21.8877 24.6522 21.8662C24.613 21.8361 24.5623 21.8099 24.5535 21.8202ZM25.4926 23.4428C25.5246 23.4482 25.574 23.4625 25.6164 23.4789C25.985 23.6191 26.1367 23.9602 26.2275 24.335C26.438 25.2051 26.5278 27.1302 26.5628 27.8838C26.5885 28.4493 26.6026 29.0058 26.6263 29.5648C26.6464 30.0382 26.6842 30.6677 26.5855 31.1112C26.5496 31.2707 26.4429 31.4563 26.2901 31.5512C26.1151 31.6633 25.7167 31.6718 25.4978 31.6267C24.958 31.515 24.7827 31.168 24.7056 30.6342C24.5225 29.3606 24.6107 26.8609 24.7188 25.8061C24.7547 25.4577 24.8859 24.3414 25.0678 23.8734C25.1299 23.7156 25.2622 23.3977 25.4926 23.4428ZM9.07288 25.5619C9.07288 25.5619 8.26959 25.6188 7.71671 25.6801C7.01332 25.7559 5.69166 25.9841 4.92876 26.2565C4.69993 26.3384 4.2351 26.533 4.1947 26.7683C4.15224 27.0122 4.30361 27.2029 4.47195 27.4002C4.56929 27.5148 5.12025 28.0448 5.27475 28.1736C5.92234 28.7142 7.23548 29.5481 8.20264 29.953C8.53492 30.0904 9.0846 30.2872 9.0846 30.2872C9.0846 30.2872 9.04377 28.7221 9.05109 27.1804C9.05535 26.3671 9.07288 25.5619 9.07288 25.5619ZM23.8021 26.1848C23.8481 26.6053 23.74 27.4002 23.7213 27.5051C23.6871 27.7468 23.5048 28.3043 23.4746 28.3723C23.3274 28.7111 23.1824 28.9887 23.0287 29.2656C22.7653 29.7397 22.1389 30.4912 21.7671 30.8129C20.3844 32.008 18.2439 32.6885 16.4075 32.9126C15.1615 33.0631 13.7297 33.041 12.4094 32.7967C11.955 32.7141 11.2788 32.5582 11.2788 32.5582C11.2788 32.5582 11.281 32.8286 11.2593 33.0187C11.2488 33.1055 11.1835 33.3338 11.1469 33.4078C11.0509 33.6061 10.8932 33.7084 10.6641 33.7525C10.3874 33.8038 10.0941 33.8209 9.83847 33.7116C9.41879 33.5351 9.26813 33.1424 9.195 32.6896C9.13586 32.3274 9.07395 31.6979 9.07395 31.6979C9.07395 31.6979 8.75999 31.5492 8.49821 31.4186C7.69414 31.0224 6.93046 30.5423 6.26235 30.0487C6.07726 29.9105 5.28206 29.2445 5.10655 29.0792C4.61438 28.6119 4.17162 28.1471 3.8348 27.5506C3.57295 27.0847 3.49755 26.6711 3.6967 26.1773C3.97133 25.4891 4.95802 24.971 5.6333 24.6757C6.12895 24.4569 7.67014 23.9536 8.31034 23.8603C8.61273 23.8171 9.08176 23.7331 9.11058 23.7144C9.12237 23.7053 9.13053 23.6977 9.13905 23.6879C9.15382 23.6671 9.17874 22.9859 9.17391 22.7367C9.16767 22.4917 9.35525 20.8824 9.41553 20.5421C9.44698 20.3581 9.58635 19.6496 9.72864 19.4637C9.82172 19.338 9.98629 19.3482 10.1205 19.4307C10.8548 19.8873 11.0778 21.4708 11.1324 22.2765C11.1651 22.7674 11.1814 23.5058 11.1814 23.5058C11.1814 23.5058 12.0237 23.4808 12.5419 23.4955C13.0454 23.5073 13.6004 23.5867 14.123 23.67C14.7921 23.7773 16.0963 24.0618 16.8443 24.441C17.4602 24.7532 18.0368 25.2793 18.2236 25.8361C18.3971 26.3465 18.3711 26.6998 18.1068 27.1604C17.8096 27.6806 17.2474 28.0671 16.6774 28.0994C16.5078 28.1092 15.8693 28.0244 15.6729 27.8723C15.5958 27.8117 15.5998 27.7023 15.6554 27.6281C15.6765 27.602 15.9749 27.4433 16.1511 27.3508C16.2394 27.3028 16.3125 27.251 16.3814 27.1882C16.5277 27.0593 16.6594 26.9174 16.6447 26.7512C16.6245 26.5353 16.3961 26.4022 16.1784 26.3166C15.157 25.9108 13.1177 25.574 12.1322 25.5157C11.7465 25.493 11.1978 25.4737 11.1978 25.4737L11.3138 30.9155C11.3138 30.9155 11.7674 31.0019 12.1249 31.0599C12.33 31.091 13.1991 31.1692 13.4301 31.1749C15.1886 31.2213 17.1513 31.0638 18.7651 30.3023C19.4736 29.9689 20.1237 29.5537 20.6158 28.9918C21.2643 28.2482 21.604 27.2306 21.5141 26.1676C21.4156 25.0068 20.5986 23.6287 19.9462 22.7897C18.2223 20.5728 15.2675 18.7493 12.668 17.6802C10.014 16.5894 7.39097 15.9619 4.57433 15.8568C3.84822 15.8299 2.26499 15.8665 1.46468 16.0879C1.35037 16.1201 1.23514 16.1586 1.129 16.1825C1.04514 16.203 0.913014 16.2585 0.876733 16.2878C0.85664 16.3041 0.83676 16.3266 0.83676 16.3266C0.83676 16.3266 0.886105 16.3539 0.933249 16.3738C1.01802 16.4108 1.37487 16.433 1.55954 16.4668C1.72475 16.4979 1.89679 16.5846 1.96488 16.7057C2.02956 16.8208 2.03765 16.9115 1.96033 17.0075C1.779 17.228 1.09648 17.1908 0.795935 17.1433C0.483607 17.0935 0.0947408 16.9979 0.023315 16.726C-0.0595418 16.4057 0.0926108 16.0917 0.256975 15.8015C0.587196 15.2208 1.0602 14.9188 1.75287 14.7296C2.73672 14.4589 3.979 14.2696 4.90803 14.2341C7.01076 14.1547 9.00089 14.5224 11.0382 15.1409C12.2043 15.4935 13.7308 16.0851 14.8484 16.6233C15.6504 17.0099 16.9139 17.721 17.6237 18.1857C17.8475 18.3334 19.1576 19.296 19.361 19.4652C19.7856 19.8122 20.3408 20.3111 20.7428 20.71C21.5207 21.4808 22.4882 22.6624 22.9582 23.6003C23.0714 23.8248 23.159 24.0458 23.3049 24.3061C23.3551 24.3952 23.5698 24.9286 23.6055 25.0827C23.6408 25.2351 23.6927 25.4592 23.7 25.4681C23.7103 25.5499 23.8099 26.0081 23.8021 26.1848ZM50.237 24.9816C49.2523 25.2086 46.6628 25.3347 46.6628 25.3347L46.3363 26.3575C46.3363 26.3575 47.6303 26.2471 48.5717 26.3454C48.5717 26.3454 48.8767 26.31 48.9126 26.6917C48.9247 27.0477 48.8823 27.4296 48.8823 27.4296C48.8823 27.4296 48.8628 27.6607 48.5353 27.7195C48.1804 27.7787 45.7461 27.8728 45.7461 27.8728L45.352 29.2061C45.352 29.2061 45.2055 29.5143 45.5338 29.4263C45.8388 29.3446 48.3894 28.866 48.7216 28.9349C49.0776 29.0233 49.4716 29.4979 49.3577 29.9305C49.2219 30.4666 46.6762 32.0901 45.126 31.9768C45.126 31.9768 44.3113 32.0294 43.6228 30.9299C42.9815 29.8823 43.8658 27.8985 43.8658 27.8985C43.8658 27.8985 43.4604 26.9725 43.7542 26.6586C43.7542 26.6586 43.929 26.5 44.4385 26.4641L45.0625 25.1733C45.0625 25.1733 44.3518 25.2222 43.929 24.6993C43.5351 24.2033 43.5021 23.9754 43.8041 23.8384C44.127 23.6789 47.0867 23.1388 49.1233 23.2073C49.1233 23.2073 49.8311 23.1378 50.445 24.3655C50.445 24.3655 50.7425 24.8621 50.237 24.9816ZM42.5767 29.9449C42.3157 30.5588 41.6262 31.214 40.7697 30.8067C39.9242 30.3986 38.5774 27.6421 38.5774 27.6421C38.5774 27.6421 38.0661 26.6143 37.9678 26.6408C37.9678 26.6408 37.8573 26.44 37.7895 27.5633C37.7191 28.6817 37.8031 30.8626 37.3569 31.2059C36.9343 31.5501 36.4225 31.4131 36.1571 31.0109C35.9159 30.6148 35.8155 29.6734 35.9471 28.02C36.1018 26.3634 36.4866 24.6009 36.9783 24.0521C37.4693 23.507 37.8635 23.9027 38.0171 24.0463C38.0171 24.0463 38.6739 24.6415 39.7569 26.3895L39.948 26.7128C39.948 26.7128 40.9322 28.3642 41.035 28.3604C41.035 28.3604 41.1155 28.4363 41.1872 28.3817C41.2905 28.3522 41.2488 27.8227 41.2488 27.8227C41.2488 27.8227 41.0446 26.023 40.1467 22.9768C40.1467 22.9768 40.011 22.597 40.1028 22.241C40.194 21.8814 40.5545 22.0502 40.5545 22.0502C40.5545 22.0502 41.9461 22.7499 42.6216 25.0156C43.2926 27.282 42.8417 29.3263 42.5767 29.9449ZM57.5538 28.5879C56.9203 29.6932 55.132 32.0075 52.7553 31.4611C51.9705 33.3643 51.3112 35.2896 50.9342 38.1705C50.9342 38.1705 50.8513 38.7303 50.3861 38.5359C49.925 38.3745 49.1655 37.6079 49.0118 36.5474C48.8466 35.1543 49.4667 32.7993 50.7343 30.0989C50.3646 29.4979 50.1126 28.6393 50.3283 27.4166C50.3283 27.4166 50.6467 25.1461 52.927 23.0996C52.927 23.0996 53.2003 22.8636 53.3588 22.9363C53.5334 23.0095 53.4525 23.7483 53.314 24.1076C53.1701 24.4648 52.1549 26.2222 52.1549 26.2222C52.1549 26.2222 51.5217 27.4095 51.6999 28.346C52.8958 26.5073 55.6144 22.7996 57.2994 23.9688C57.8655 24.3738 58.1264 25.2547 58.1264 26.2039C58.1267 27.0376 57.9257 27.9238 57.5538 28.5879ZM57.062 25.6759C57.062 25.6759 56.9682 24.9449 56.2536 25.7503C55.6388 26.4299 54.5301 27.7032 53.6376 29.4327C54.574 29.3275 55.4773 28.8195 55.7504 28.5607C56.1945 28.1667 57.2289 27.0978 57.062 25.6759ZM70.6462 25.5095H66.2905C66.2037 24.0291 66.025 22.587 65.744 21.1019C65.7152 20.9481 65.5814 20.8367 65.4257 20.8367H64.4216C64.3342 20.8367 64.2515 20.8759 64.1948 20.9444C64.138 21.0141 64.1158 21.1027 64.1325 21.1895C64.4178 22.6266 64.5985 24.0412 64.6877 25.5109H60.4972C60.302 25.5109 60.1433 25.6691 60.1433 25.8635V26.7692C60.1433 26.9641 60.302 27.1233 60.4972 27.1233H64.7477C64.7504 27.3469 64.7526 27.547 64.7526 27.7348C64.7526 29.0401 64.6963 30.1153 64.5647 31.3287C64.5544 31.4225 64.585 31.5158 64.6486 31.5846C64.7102 31.654 64.799 31.6935 64.8912 31.6935H65.8225C66.0043 31.6935 66.1548 31.5568 66.1731 31.3758C66.3003 30.1542 66.3548 29.0656 66.3548 27.7347C66.3548 27.5476 66.3529 27.3468 66.3501 27.1233H70.6463C70.841 27.1233 71 26.964 71 26.7691V25.8635C70.9999 25.6681 70.841 25.5095 70.6462 25.5095Z' fill='white'/%3E%3Cpath d='M12.4046 13.3733C12.3429 13.465 12.328 13.5776 12.3634 13.6833C12.4004 13.7888 12.4809 13.869 12.5848 13.9055L13.3656 14.1682C13.4128 14.183 13.4597 14.1907 13.5058 14.1907C13.6504 14.1907 13.7863 14.1191 13.8667 13.9988C16.4243 10.2416 19.8857 7.11325 23.8773 4.95202C27.9981 2.72049 32.667 1.54012 37.3806 1.54012C43.0739 1.54012 48.5672 3.21955 53.2669 6.39651C57.8525 9.49537 61.4139 13.8188 63.566 18.8997C63.6303 19.0517 63.7788 19.1498 63.9434 19.1498H64.8759C64.9833 19.1498 65.0844 19.0957 65.1451 19.0059C65.2062 18.9163 65.2176 18.8025 65.1771 18.7017C62.9579 13.2388 59.2053 8.58181 54.3234 5.23609C49.3259 1.81084 43.4671 -7.62939e-06 37.3806 -7.62939e-06C27.3184 -7.62939e-06 17.9813 4.99952 12.4046 13.3733Z' fill='white'/%3E%3C/svg%3E%0A")
}

.b-tracker__download_icon:before {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='23' viewBox='0 0 18 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.66025 0H11.6603V10.25H17.3205L8.66025 17L0 10.25H5.66025V0Z' fill='white'/%3E%3Cpath d='M0.660254 23V20H16.6603V23H0.660254Z' fill='white'/%3E%3C/svg%3E%0A")
}

.b-topnav__item-link .dropdwn {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='8px' height='5px' viewBox='0 0 8 5' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Catalog-pages' transform='translate(-217.000000, -65.000000)' fill='%23000000' fill-rule='nonzero'%3E%3Cpath d='M222.129155,63.9354225 C222.129155,63.4188029 222.547958,63 223.064577,63 C223.581197,63 224,63.4188029 224,63.9354225 L224,68.0645775 C224,68.5811971 223.581197,69 223.064577,69 L218.935423,69 C218.418803,69 218,68.5811971 218,68.0645775 C218,67.5479578 218.418803,67.1291549 218.935423,67.1291549 L222.129155,67.1291549 L222.129155,63.9354225 Z' id='Rectangle-8-Copy-3' transform='translate(221.000000, 66.000000) rotate(-315.000000) translate(-221.000000, -66.000000) '%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

body.b-theme__template__night .b-topnav__item-link .dropdwn {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='8px' height='5px' viewBox='0 0 8 5' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='common-styles' transform='translate(-151.000000, -677.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cpath d='M156.129155,675.935423 C156.129155,675.418803 156.547958,675 157.064577,675 C157.581197,675 158,675.418803 158,675.935423 L158,680.064577 C158,680.581197 157.581197,681 157.064577,681 L152.935423,681 C152.418803,681 152,680.581197 152,680.064577 C152,679.547958 152.418803,679.129155 152.935423,679.129155 L156.129155,679.129155 L156.129155,675.935423 Z' id='Rectangle-8-Copy-3' transform='translate(155.000000, 678.000000) rotate(-315.000000) translate(-155.000000, -678.000000) '%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.b-comment .edited {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.0148 6.8753C11.0148 6.5301 10.735 6.25027 10.3898 6.25027H3.95199C3.60679 6.25027 3.32697 6.5301 3.32697 6.8753C3.32697 7.2205 3.60679 7.50033 3.95199 7.50033H10.3898C10.735 7.50033 11.0148 7.2205 11.0148 6.8753Z' fill='black'/%3E%3Cpath d='M3.95199 8.7504C3.60679 8.7504 3.32697 9.03022 3.32697 9.37542C3.32697 9.72062 3.60679 10.0004 3.95199 10.0004H7.86186C8.20707 10.0004 8.48689 9.72062 8.48689 9.37542C8.48689 9.03022 8.20707 8.7504 7.86186 8.7504H3.95199Z' fill='black'/%3E%3Cpath d='M5.42077 14.7506H3.3304C2.64112 14.7506 2.08035 14.1899 2.08035 13.5006V2.50011C2.08035 1.81083 2.64112 1.25005 3.3304 1.25005H11.0148C11.704 1.25005 12.2648 1.81083 12.2648 2.50011V6.34402C12.2648 6.68922 12.5446 6.96905 12.8898 6.96905C13.235 6.96905 13.5149 6.68922 13.5149 6.34402V2.50011C13.5149 1.12155 12.3933 0 11.0148 0H3.3304C1.95184 0 0.830292 1.12155 0.830292 2.50011V13.5006C0.830292 14.8791 1.95184 16.0007 3.3304 16.0007H5.42077C5.76597 16.0007 6.0458 15.7209 6.0458 15.3757C6.0458 15.0305 5.76597 14.7506 5.42077 14.7506Z' fill='black'/%3E%3Cpath d='M14.6219 9.04952C13.8909 8.31843 12.7013 8.3184 11.9707 9.04902L8.53919 12.4729C8.46631 12.5456 8.41256 12.6352 8.38262 12.7337L7.63531 15.194C7.56905 15.4121 7.62678 15.6489 7.78597 15.8121C7.90522 15.9343 8.06723 16.0007 8.2334 16.0007C8.28899 16.0007 8.34512 15.9932 8.40021 15.978L10.923 15.2792C11.0268 15.2504 11.1214 15.1953 11.1977 15.1192L14.622 11.7013C15.3531 10.9702 15.3531 9.78068 14.6219 9.04952ZM10.4309 14.1184L9.16172 14.4699L9.53314 13.2471L11.8485 10.9368L12.7326 11.8209L10.4309 14.1184ZM13.7385 10.817L13.6174 10.9379L12.7335 10.0539L12.8542 9.9335C13.0979 9.6898 13.4944 9.6898 13.7381 9.9335C13.9818 10.1772 13.9818 10.5737 13.7385 10.817Z' fill='black'/%3E%3Cpath d='M10.3898 3.75018H3.95199C3.60679 3.75018 3.32697 4.03001 3.32697 4.37521C3.32697 4.72041 3.60679 5.00024 3.95199 5.00024H10.3898C10.735 5.00024 11.0148 4.72041 11.0148 4.37521C11.0148 4.03001 10.735 3.75018 10.3898 3.75018Z' fill='black'/%3E%3C/svg%3E%0A")
}

body.b-theme__template__night .b-comment .edited {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.0148 6.8753C11.0148 6.5301 10.735 6.25027 10.3898 6.25027H3.95199C3.60679 6.25027 3.32697 6.5301 3.32697 6.8753C3.32697 7.2205 3.60679 7.50033 3.95199 7.50033H10.3898C10.735 7.50033 11.0148 7.2205 11.0148 6.8753Z' fill='white'/%3E%3Cpath d='M3.95199 8.7504C3.60679 8.7504 3.32697 9.03022 3.32697 9.37542C3.32697 9.72062 3.60679 10.0004 3.95199 10.0004H7.86186C8.20707 10.0004 8.48689 9.72062 8.48689 9.37542C8.48689 9.03022 8.20707 8.7504 7.86186 8.7504H3.95199Z' fill='white'/%3E%3Cpath d='M5.42077 14.7506H3.3304C2.64112 14.7506 2.08035 14.1899 2.08035 13.5006V2.50011C2.08035 1.81083 2.64112 1.25005 3.3304 1.25005H11.0148C11.704 1.25005 12.2648 1.81083 12.2648 2.50011V6.34402C12.2648 6.68922 12.5446 6.96905 12.8898 6.96905C13.235 6.96905 13.5149 6.68922 13.5149 6.34402V2.50011C13.5149 1.12155 12.3933 0 11.0148 0H3.3304C1.95184 0 0.830292 1.12155 0.830292 2.50011V13.5006C0.830292 14.8791 1.95184 16.0007 3.3304 16.0007H5.42077C5.76597 16.0007 6.0458 15.7209 6.0458 15.3757C6.0458 15.0305 5.76597 14.7506 5.42077 14.7506Z' fill='white'/%3E%3Cpath d='M14.6219 9.04952C13.8909 8.31843 12.7013 8.3184 11.9707 9.04902L8.53919 12.4729C8.46631 12.5456 8.41256 12.6352 8.38262 12.7337L7.63531 15.194C7.56905 15.4121 7.62678 15.6489 7.78597 15.8121C7.90522 15.9343 8.06723 16.0007 8.2334 16.0007C8.28899 16.0007 8.34512 15.9932 8.40021 15.978L10.923 15.2792C11.0268 15.2504 11.1214 15.1953 11.1977 15.1192L14.622 11.7013C15.3531 10.9702 15.3531 9.78068 14.6219 9.04952ZM10.4309 14.1184L9.16172 14.4699L9.53314 13.2471L11.8485 10.9368L12.7326 11.8209L10.4309 14.1184ZM13.7385 10.817L13.6174 10.9379L12.7335 10.0539L12.8542 9.9335C13.0979 9.6898 13.4944 9.6898 13.7381 9.9335C13.9818 10.1772 13.9818 10.5737 13.7385 10.817Z' fill='white'/%3E%3Cpath d='M10.3898 3.75018H3.95199C3.60679 3.75018 3.32697 4.03001 3.32697 4.37521C3.32697 4.72041 3.60679 5.00024 3.95199 5.00024H10.3898C10.735 5.00024 11.0148 4.72041 11.0148 4.37521C11.0148 4.03001 10.735 3.75018 10.3898 3.75018Z' fill='white'/%3E%3C/svg%3E%0A")
}

.b-content__inline_item .cat.animation .icon,
.b-content__catlabel.animation .icon {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='17px' height='17px' viewBox='0 0 17 17' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Film' transform='translate(-1464.000000, -961.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cg id='anime' transform='translate(1464.000000, 961.000000)'%3E%3Cpath d='M16.9357683,8.3929471 L10.8551637,6.14483627 L8.6070529,0.064231738 C8.5856423,-0.0214105793 8.4357683,-0.0214105793 8.4143577,0.064231738 L6.14483627,6.14483627 L0.06423174,8.3929471 C0.02141058,8.41435768 0,8.45717884 0,8.5 C0,8.54282116 0.02141058,8.58564232 0.06423174,8.6070529 L6.14483627,10.8551637 L8.3929471,16.9357683 C8.4143577,16.9785894 8.4571788,17 8.5,17 C8.5428212,17 8.5856423,16.9785894 8.6070529,16.9357683 L10.8551637,10.8551637 L16.9357683,8.6070529 C16.9785894,8.58564232 17,8.54282116 17,8.5 C17,8.45717884 16.9785894,8.41435768 16.9357683,8.3929471 Z M8.5,6.67547484 C9.5034888,6.67547484 10.3245252,7.49651116 10.3245252,8.5 C10.3245252,9.50348884 9.5034888,10.3245252 8.5,10.3245252 C7.49651116,10.3245252 6.67547484,9.50348884 6.67547484,8.5 C6.67547484,7.49651116 7.49651116,6.67547484 8.5,6.67547484 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.b-content__inline_item .cat.cartoons .icon,
.b-content__catlabel.cartoons .icon {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='19px' height='17px' viewBox='0 0 19 17' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Film' transform='translate(-1437.000000, -961.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cg id='cartoons' transform='translate(1437.000000, 961.000000)'%3E%3Cpath d='M14.814501,0.0414386975 C16.6378243,0.0414386975 18.1296343,1.53324866 18.1296343,3.37729153 C18.1296343,4.99341899 16.9576278,6.34056136 15.4276862,6.62314898 L15.2496123,6.65098562 L15.2496123,10.4012301 C15.2496123,13.5506067 12.5146273,16.0991154 9.13733533,16.0991154 C5.83679997,16.0991154 3.14970767,13.6651316 3.02927193,10.6150064 L3.0250584,10.4012301 L3.0250584,6.65098562 C2.23771425,6.54738771 1.49180927,6.17443522 0.953100116,5.57356731 C0.310793048,4.8691015 0.0207188884,3.93672027 0.124316803,2.98361946 C0.290073465,1.45037033 1.53324843,0.227914943 3.04577798,0.0621582804 C3.99887879,-0.0414396338 4.93126002,0.269354109 5.63572584,0.890941594 C6.19515457,1.40893116 6.56810706,2.0926774 6.69242456,2.83858238 C8.28783244,2.44491031 9.94539906,2.44491031 11.5408069,2.83858238 C11.7894419,1.2431745 13.1569344,0.0414386975 14.814501,0.0414386975 Z M11.8725542,11.0479341 L6.2550052,11.0479341 C6.2550052,12.5991774 7.51253638,13.8567086 9.06377971,13.8567086 C10.615023,13.8567086 11.8725542,12.5991774 11.8725542,11.0479341 Z M6.52117882,5.7245156 C5.48662862,5.7245156 4.65324096,6.55790325 4.65324096,7.59245345 C4.65324096,8.62700364 5.48662862,9.4603913 6.52117882,9.4603913 C7.55572901,9.4603913 8.38911667,8.62700364 8.38911667,7.59245345 C8.38911667,6.55790325 7.55572901,5.7245156 6.52117882,5.7245156 Z M11.6831319,5.7245156 C10.6485817,5.7245156 9.81519402,6.55790326 9.81519402,7.59245346 C9.81519402,8.62700365 10.6485817,9.46039131 11.6831319,9.46039131 C12.7176821,9.46039131 13.5510697,8.62700365 13.5510697,7.59245346 C13.5510697,6.55790326 12.7176821,5.7245156 11.6831319,5.7245156 Z' id='Combined-Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.b-content__inline_item .cat.films .icon,
.b-content__catlabel.films .icon {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='21px' height='16px' viewBox='0 0 21 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Film' transform='translate(-1435.000000, -1012.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cg id='film' transform='translate(1435.000000, 1012.000000)'%3E%3Cpath d='M12.2747286,5.40989143 L2.30151161,5.40989143 C1.05211959,5.40989143 0.0219191582,6.4181727 0.0219191582,7.68948388 L0.0219191582,13.6734141 C0.0219191582,14.9228061 1.03020043,15.9530065 2.30151161,15.9530065 L12.2747286,15.9530065 C13.5241206,15.9530065 14.554321,14.9447252 14.554321,13.6734141 L14.554321,7.66756472 C14.554321,6.4181727 13.5241206,5.40989143 12.2747286,5.40989143 Z' id='Path'%3E%3C/path%3E%3Cpath d='M20.0341106,7.29493903 L16.0667429,8.69776515 L16.0667429,12.6651328 L20.0341106,14.0679589 C20.4286554,14.1994739 20.8451194,13.9145248 20.8451194,13.4980608 L20.8451194,7.86483714 C20.8451194,7.42645398 20.4286554,7.14150492 20.0341106,7.29493903 Z' id='Path'%3E%3C/path%3E%3Ccircle id='Oval' cx='4.75645732' cy='2.45080508' r='1.95080508'%3E%3C/circle%3E%3Ccircle id='Oval' cx='9.7978637' cy='2.45080508' r='1.95080508'%3E%3C/circle%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.b-content__inline_item .cat.series .icon,
.b-content__catlabel.series .icon {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='21px' height='16px' viewBox='0 0 21 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Film' transform='translate(-1467.000000, -1012.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cg id='series' transform='translate(1467.000000, 1012.000000)'%3E%3Cpath d='M15.0177971,0.5 C16.8090671,0.5 18.287484,1.89570857 18.3908004,3.656138 L18.3965672,3.8531898 L18.3965672,7.37047818 L16.9597251,7.37047818 L16.9597251,3.8531898 C16.9597251,2.85159071 16.1712977,2.0235261 15.1765005,1.94322363 L15.0177971,1.93684211 L3.37877008,1.93684211 C2.36109644,1.93684211 1.52441272,2.71743817 1.44328853,3.71889201 L1.43684211,3.87877008 L1.43684211,10.8621863 C1.43684211,11.8798599 2.21743817,12.7165436 3.21889201,12.7976678 L3.37877008,12.8041143 L6.75233066,12.8041143 L6.75233066,14.2409564 L3.37877008,14.2409564 C1.57295937,14.2409564 0.108044585,12.8311987 0.00571114463,11.0603768 L-5.02708986e-13,10.8621863 L-5.02708986e-13,3.87877008 C-5.02708986e-13,2.07295937 1.40975769,0.608044585 3.18057952,0.505711145 L3.37877008,0.5 L15.0177971,0.5 Z' id='Path'%3E%3C/path%3E%3Cpath d='M17.3768402,3.22262854 C18.8349161,3.22262854 20.0371892,4.39932138 20.0371892,5.85739729 L20.0371892,5.85739729 L20.0371892,12.8663938 C20.0371892,14.35005 18.8349161,15.5267428 17.3768402,15.5267428 L17.3768402,15.5267428 L5.73781321,15.5267428 C4.25415702,15.5267428 3.07746418,14.3244697 3.07746418,12.8663938 L3.07746418,12.8663938 L3.07746418,5.88297757 C3.07746418,4.39932138 4.2797373,3.22262854 5.73781321,3.22262854 L5.73781321,3.22262854 L17.3768402,3.22262854 Z M9.26583368,6.06092207 L9.26583368,12.6884493 L14.7275053,9.37468567 L9.26583368,6.06092207 Z' id='Combined-Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.b-content__inline_item .cat.show .icon,
.b-content__catlabel.show .icon {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='17px' height='17px' viewBox='0 0 17 17' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Film' transform='translate(-1467.000000, -988.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cg id='tv' transform='translate(1467.000000, 988.000000)'%3E%3Cpath d='M14.3391304,3.6971643 L10.2813043,3.6971643 L12.7204348,1.26542517 C13.0102642,0.975595736 13.0102642,0.505689382 12.7204348,0.21585995 C12.4306054,-0.0739694818 11.960699,-0.0739694818 11.6708696,0.21585995 L8.5,3.39412082 L5.32913043,0.21585995 C5.039301,-0.0739694744 4.56939465,-0.0739694709 4.27956523,0.215859958 C3.9897358,0.505689386 3.98973579,0.975595734 4.27956522,1.26542517 L6.71869565,3.6971643 L2.66086957,3.6971643 C1.19131188,3.6971643 0,4.88847618 0,6.35803386 L0,14.3406426 C0,15.8102002 1.19131188,17.0015121 2.66086957,17.0015121 L14.3391304,17.0015121 C15.8086881,17.0015121 17,15.8102002 17,14.3406426 L17,6.35803386 C17,4.88847618 15.8086881,3.6971643 14.3391304,3.6971643 L14.3391304,3.6971643 Z M11.4565217,11.4580339 C11.4565217,12.2744548 10.7946818,12.9362947 9.9782609,12.9362947 L3.32608696,12.9362947 C2.50966602,12.9362947 1.84782609,12.2744548 1.84782609,11.4580339 L1.84782609,7.02325125 C1.84782609,6.20683032 2.50966602,5.54499038 3.32608696,5.54499038 L9.9782609,5.54499038 C10.7946818,5.54499038 11.4565217,6.20683032 11.4565217,7.02325125 L11.4565217,11.4580339 Z M14.4130435,13.3058599 C14.004833,13.3058599 13.673913,12.97494 13.673913,12.5667295 C13.673913,12.158519 14.004833,11.8275991 14.4130435,11.8275991 C14.8212539,11.8275991 15.1521739,12.158519 15.1521739,12.5667295 C15.1521739,12.97494 14.8212539,13.3058599 14.4130435,13.3058599 Z M14.4130435,10.3493382 C14.004833,10.3493382 13.673913,10.0184182 13.673913,9.61020778 C13.673913,9.20199731 14.004833,8.87107734 14.4130435,8.87107734 C14.8212539,8.87107734 15.1521739,9.20199731 15.1521739,9.61020778 C15.1521739,10.0184182 14.8212539,10.3493382 14.4130435,10.3493382 Z M14.4130435,7.39281647 C14.004833,7.39281647 13.673913,7.0618965 13.673913,6.65368604 C13.673913,6.24547557 14.004833,5.9145556 14.4130435,5.9145556 C14.8212539,5.9145556 15.1521739,6.24547557 15.1521739,6.65368604 C15.1521739,7.0618965 14.8212539,7.39281647 14.4130435,7.39281647 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.b-topnav_right-item.epix a:before {
    background-image: url("data:image/svg+xml,%3Csvg width='42' height='18' viewBox='0 0 42 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.955 13.9971H16.2719V17.835H13.0418V4.15053H18.7639C21.5685 4.15053 23.6611 6.26915 23.6611 9.07375C23.6699 11.453 21.7857 13.9971 18.955 13.9971ZM18.79 7.16356H16.2719V10.8365H18.8421C19.7625 10.8365 20.4397 10.1071 20.4397 9.00437C20.4397 7.98846 19.832 7.16356 18.79 7.16356Z' fill='black'/%3E%3Cpath d='M41.279 4.15053L36.8073 10.8625L41.4701 17.8349H37.5801L34.9665 13.7627L32.3529 17.8349H28.4629L33.1344 10.8625L28.654 4.15053H32.544L34.9665 8.10996L37.3977 4.15053H41.279Z' fill='black'/%3E%3Cpath d='M27.8812 4.15053H24.6511V17.8349H27.8812V4.15053Z' fill='black'/%3E%3Cpath d='M27.9507 1.68454C27.9507 2.61366 27.1953 3.36905 26.2662 3.36905C25.3371 3.36905 24.5729 2.61366 24.5729 1.68454C24.5729 0.75551 25.3284 7.45621e-05 26.2662 7.45621e-05C27.1953 -0.0086351 27.9507 0.7468 27.9507 1.68454Z' fill='black'/%3E%3Cpath d='M3.41239 12.4168C3.55136 13.9276 4.66274 14.9175 6.32987 14.9175C7.38925 14.9175 8.51801 14.4486 9.32557 13.5282L11.7047 15.5513C10.2459 17.2185 8.43121 18 6.38205 18C2.42257 18 0 15.3602 0 10.8887C0 6.85961 2.5007 4.03768 6.00864 4.03768C9.54263 4.03768 11.9218 6.48633 11.9218 10.2548V12.4256H3.41239V12.4168ZM5.99993 7.12005C4.70621 7.12005 3.59474 8.10996 3.42977 9.36035H8.44854C8.30961 8.27502 7.60631 7.12005 5.99993 7.12005Z' fill='black'/%3E%3C/svg%3E%0A")
}

body.b-theme__template__night .b-topnav_right-item.epix a:before {
    background-image: url("data:image/svg+xml,%3Csvg width='42' height='18' viewBox='0 0 42 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.955 13.9971H16.2719V17.835H13.0418V4.15053H18.7639C21.5685 4.15053 23.6611 6.26915 23.6611 9.07375C23.6699 11.453 21.7857 13.9971 18.955 13.9971ZM18.79 7.16356H16.2719V10.8365H18.8421C19.7625 10.8365 20.4397 10.1071 20.4397 9.00437C20.4397 7.98846 19.832 7.16356 18.79 7.16356Z' fill='white'/%3E%3Cpath d='M41.279 4.15053L36.8073 10.8625L41.4701 17.8349H37.5801L34.9665 13.7627L32.3529 17.8349H28.4629L33.1344 10.8625L28.654 4.15053H32.544L34.9665 8.10996L37.3977 4.15053H41.279Z' fill='white'/%3E%3Cpath d='M27.8812 4.15053H24.6511V17.8349H27.8812V4.15053Z' fill='white'/%3E%3Cpath d='M27.9507 1.68454C27.9507 2.61366 27.1953 3.36905 26.2662 3.36905C25.3371 3.36905 24.5729 2.61366 24.5729 1.68454C24.5729 0.75551 25.3284 7.45621e-05 26.2662 7.45621e-05C27.1953 -0.0086351 27.9507 0.7468 27.9507 1.68454Z' fill='white'/%3E%3Cpath d='M3.41239 12.4168C3.55136 13.9276 4.66274 14.9175 6.32987 14.9175C7.38925 14.9175 8.51801 14.4486 9.32557 13.5282L11.7047 15.5513C10.2459 17.2185 8.43121 18 6.38205 18C2.42257 18 0 15.3602 0 10.8887C0 6.85961 2.5007 4.03768 6.00864 4.03768C9.54263 4.03768 11.9218 6.48633 11.9218 10.2548V12.4256H3.41239V12.4168ZM5.99993 7.12005C4.70621 7.12005 3.59474 8.10996 3.42977 9.36035H8.44854C8.30961 8.27502 7.60631 7.12005 5.99993 7.12005Z' fill='white'/%3E%3C/svg%3E%0A")
}

.b-post__schedule_table .watch-episode-action.watched:hover,
.b-videosaves__list_item .td.controls .view.watched:hover {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='29px' height='15px' viewBox='0 0 29 15' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Film' transform='translate(-1345.000000, -1784.000000)'%3E%3Cg id='Group-2' transform='translate(1345.000000, 1784.000000)'%3E%3Cpath d='M14.4383834,0 C16.1868768,0 17.894321,0.276064165 19.5607162,0.828192494 L18.7075603,1.83779287 C17.3110454,1.42131036 15.8883896,1.21428571 14.4383834,1.21428571 C9.81372187,1.21428571 5.50671005,3.32017917 1.47485034,7.61243702 C6.2835487,11.7521378 10.6131556,13.7857143 14.4383834,13.7857143 C18.2646199,13.7857143 22.6339566,11.7517195 27.5187541,7.61287148 C25.7183359,5.73178809 23.8720021,4.27050242 21.976448,3.22236589 L20.2158513,5.29800603 C20.5525455,5.96970575 20.739943,6.71514239 20.739943,7.5 C20.739943,10.4586683 18.0769214,12.8571429 14.7919177,12.8571429 C11.506914,12.8571429 8.84389241,10.4586683 8.84389241,7.5 C8.84389241,4.5413317 11.506914,2.14285714 14.7919177,2.14285714 C15.8975755,2.14285714 16.9327726,2.41456669 17.8196861,2.88789408 L14.7401532,6.53359682 L12.5529256,4.69223638 L11.0828845,6.30385737 L14.1411222,8.87849465 C14.6167628,9.278922 15.3434462,9.21966147 15.7420263,8.74794201 L19.174,4.685 L19.1729321,4.68087333 L20.8839309,2.66650955 C20.8829308,2.66604442 20.8819308,2.66557941 20.8809307,2.66511451 L21.6973535,1.69829754 C24.1625836,2.89339581 26.5340254,4.71924039 28.8116791,7.17583129 C29.0837379,7.46926361 29.0579986,7.91870481 28.7540738,8.18169232 C23.5009395,12.7272257 18.7290474,15 14.4383834,15 C10.1464297,15 5.41414286,12.7258592 0.241522827,8.17757764 C-0.0564732287,7.91554989 -0.0821639325,7.47287346 0.18366591,7.1806453 C4.53831842,2.39354773 9.28989176,0 14.4383834,0 Z' id='eye_check-copy' fill='%233F8FA5' fill-rule='nonzero'%3E%3C/path%3E%3Cg id='Group' transform='translate(8.000000, 1.000000)'%3E%3Cpath d='M6.5,0 L6.5,0 C2.90333333,0 0,2.90333333 0,6.5 L0,6.5 C0,10.0966667 2.90333333,13 6.5,13 L6.5,13 C10.0966667,13 13,10.0966667 13,6.5 L13,6.5 C13,2.90333333 10.0966667,0 6.5,0 Z' id='Shape' fill='%23D0021B' fill-rule='nonzero'%3E%3C/path%3E%3Cpath d='M9.7584964,8.67148014 C10.061277,8.97472924 10.061277,9.46570397 9.7584964,9.76895307 C9.59989701,9.92779783 9.41246138,10 9.21060762,10 C9.00875386,10 8.8069001,9.92779783 8.66271885,9.76895307 L6.5,7.60288809 L4.32286303,9.76895307 C4.16426365,9.92779783 3.97682801,10 3.77497425,10 C3.57312049,10 3.37126674,9.92779783 3.22708548,9.76895307 C2.92430484,9.46570397 2.92430484,8.97472924 3.22708548,8.67148014 L5.40422245,6.49097473 L3.22708548,4.32490975 C2.92430484,4.02166065 2.92430484,3.53068592 3.22708548,3.22743682 C3.52986612,2.92418773 4.02008239,2.92418773 4.32286303,3.22743682 L6.5,5.40794224 L8.67713697,3.22743682 C8.97991761,2.92418773 9.47013388,2.92418773 9.77291452,3.22743682 C10.0756952,3.53068592 10.0756952,4.02166065 9.77291452,4.32490975 L7.59577755,6.50541516 L9.7584964,8.67148014 Z' id='Path' fill='%23FFFFFF'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.b-post__schedule_table .watch-episode-action,
.b-videosaves__list_item .td.controls .view {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='29px' height='15px' viewBox='0 0 29 15' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Film' transform='translate(-1345.000000, -1708.000000)' fill='%233F8FA5' fill-rule='nonzero'%3E%3Cpath d='M1359.43838,1708 C1361.18688,1708 1362.89432,1708.27606 1364.56072,1708.82819 L1363.70756,1709.83779 C1362.31105,1709.42131 1360.88839,1709.21429 1359.43838,1709.21429 C1354.81372,1709.21429 1350.50671,1711.32018 1346.47485,1715.61244 C1351.28355,1719.75214 1355.61316,1721.78571 1359.43838,1721.78571 C1363.26462,1721.78571 1367.63396,1719.75172 1372.51875,1715.61287 C1370.71834,1713.73179 1368.872,1712.2705 1366.97645,1711.22237 L1365.21585,1713.29801 C1365.55255,1713.96971 1365.73994,1714.71514 1365.73994,1715.5 C1365.73994,1718.45867 1363.07692,1720.85714 1359.79192,1720.85714 C1356.50691,1720.85714 1353.84389,1718.45867 1353.84389,1715.5 C1353.84389,1712.54133 1356.50691,1710.14286 1359.79192,1710.14286 C1360.89758,1710.14286 1361.93277,1710.41457 1362.81969,1710.88789 L1359.74015,1714.5336 L1357.55293,1712.69224 L1356.08288,1714.30386 L1359.14112,1716.87849 C1359.61676,1717.27892 1360.34345,1717.21966 1360.74203,1716.74794 L1364.174,1712.685 L1364.17293,1712.68087 L1365.88393,1710.66651 C1365.88293,1710.66604 1365.88193,1710.66558 1365.88093,1710.66511 L1366.69735,1709.6983 C1369.16258,1710.8934 1371.53403,1712.71924 1373.81168,1715.17583 C1374.08374,1715.46926 1374.058,1715.9187 1373.75407,1716.18169 C1368.50094,1720.72723 1363.72905,1723 1359.43838,1723 C1355.14643,1723 1350.41414,1720.72586 1345.24152,1716.17758 C1344.94353,1715.91555 1344.91784,1715.47287 1345.18367,1715.18065 C1349.53832,1710.39355 1354.28989,1708 1359.43838,1708 Z' id='eye_check'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.b-comment-fb-user:before {
    background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 24 24' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m15.997 3.985h2.191v-3.816c-.378-.052-1.678-.169-3.192-.169-6.932 0-5.046 7.85-5.322 9h-3.487v4.266h3.486v10.734h4.274v-10.733h3.345l.531-4.266h-3.877c.188-2.824-.761-5.016 2.051-5.016z' fill='%23fff'/%3E%3C/svg%3E")
}

.b-topnav_right-item.hbo a:before {
    background-image: url("data:image/svg+xml,%3Csvg width='46' height='19' viewBox='0 0 46 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.455 18.7919C23.872 18.7919 27.9052 18.0171 27.9052 14.0448C27.9052 10.8474 26.3791 9.89796 25.1801 9.6797C24.3081 9.51601 27.6872 9.6797 27.6872 5.67468C27.6872 -4.76837e-06 22.782 0.218252 22.782 0.218252H14.6066V18.7919H22.455ZM19.1848 14.2631V11.4585H21.91C21.91 11.4585 23 11.5895 23 12.9317C23 14.274 21.91 14.2631 21.91 14.2631H19.1848ZM19.1848 7.42074V4.5834H21.91C21.91 4.5834 23 4.69252 23 6.1112C23 7.42074 21.91 7.42074 21.91 7.42074H19.1848ZM0 18.7919V0.218252H5.12322V7.09335H8.39336V0.218252H13.5166V18.7919H8.39336V11.7859H5.12322V18.7919H0Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M36.5166 14.1867C33.9279 14.1867 31.8294 12.0858 31.8294 9.49419C31.8294 6.90257 33.9279 4.80166 36.5166 4.80166C39.1053 4.80166 41.2038 6.90257 41.2038 9.49419C41.2038 12.0858 39.1053 14.1867 36.5166 14.1867ZM27.0332 9.49419C27.0332 14.7377 31.2791 18.9884 36.5166 18.9884C41.7541 18.9884 46 14.7377 46 9.49419C46 4.25069 41.7541 0 36.5166 0C31.2791 0 27.0332 4.25069 27.0332 9.49419Z' fill='black'/%3E%3Cpath d='M36.5166 5.67469C38.6237 5.67469 40.3318 7.38474 40.3318 9.49419C40.3318 11.6036 38.6237 13.3137 36.5166 13.3137C34.4095 13.3137 32.7014 11.6036 32.7014 9.49419C32.7014 7.38474 34.4095 5.67469 36.5166 5.67469Z' fill='black'/%3E%3C/svg%3E%0A")
}

body.b-theme__template__night .b-topnav_right-item.hbo a:before {
    background-image: url("data:image/svg+xml,%3Csvg width='46' height='19' viewBox='0 0 46 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.455 18.7919C23.872 18.7919 27.9052 18.0171 27.9052 14.0448C27.9052 10.8474 26.3791 9.89796 25.1801 9.6797C24.3081 9.51601 27.6872 9.6797 27.6872 5.67468C27.6872 -4.76837e-06 22.782 0.218252 22.782 0.218252H14.6066V18.7919H22.455ZM19.1848 14.2631V11.4585H21.91C21.91 11.4585 23 11.5895 23 12.9317C23 14.274 21.91 14.2631 21.91 14.2631H19.1848ZM19.1848 7.42074V4.5834H21.91C21.91 4.5834 23 4.69252 23 6.1112C23 7.42074 21.91 7.42074 21.91 7.42074H19.1848ZM0 18.7919V0.218252H5.12322V7.09335H8.39336V0.218252H13.5166V18.7919H8.39336V11.7859H5.12322V18.7919H0Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M36.5166 14.1867C33.9279 14.1867 31.8294 12.0858 31.8294 9.49419C31.8294 6.90257 33.9279 4.80166 36.5166 4.80166C39.1053 4.80166 41.2038 6.90257 41.2038 9.49419C41.2038 12.0858 39.1053 14.1867 36.5166 14.1867ZM27.0332 9.49419C27.0332 14.7377 31.2791 18.9884 36.5166 18.9884C41.7541 18.9884 46 14.7377 46 9.49419C46 4.25069 41.7541 0 36.5166 0C31.2791 0 27.0332 4.25069 27.0332 9.49419Z' fill='white'/%3E%3Cpath d='M36.5166 5.67469C38.6237 5.67469 40.3318 7.38474 40.3318 9.49419C40.3318 11.6036 38.6237 13.3137 36.5166 13.3137C34.4095 13.3137 32.7014 11.6036 32.7014 9.49419C32.7014 7.38474 34.4095 5.67469 36.5166 5.67469Z' fill='white'/%3E%3C/svg%3E%0A")
}

.b-topnav_right-item.hot a:before {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='16' viewBox='0 0 14 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.85949 15.9821C2.22015 13.993 2.74991 11.8121 4.22921 10.3414C3.70208 11.6786 3.90476 13.1948 4.76439 14.3453C5.62402 15.4959 7.01734 16.1156 8.444 15.9821C10.5499 15.754 12.3956 14.4664 13.3429 12.5649C14.2902 10.6633 14.2089 8.40865 13.1271 6.58086C13.0325 8.28869 11.9243 9.77202 10.3172 10.3414C11.66 6.19711 9.62789 1.70952 5.63414 0C5.63414 3.92652 0.281346 6.42386 0.0144091 10.3414C-0.139759 12.6031 0.952155 14.7678 2.85949 15.9821Z' fill='black'/%3E%3C/svg%3E%0A")
}

body.b-theme__template__night .b-topnav_right-item.hot a:before {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='16' viewBox='0 0 14 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.85949 15.9821C2.22015 13.993 2.74991 11.8121 4.22921 10.3414C3.70208 11.6786 3.90476 13.1948 4.76439 14.3453C5.62402 15.4959 7.01734 16.1156 8.444 15.9821C10.5499 15.754 12.3956 14.4664 13.3429 12.5649C14.2902 10.6633 14.2089 8.40865 13.1271 6.58086C13.0325 8.28869 11.9243 9.77202 10.3172 10.3414C11.66 6.1971 9.62789 1.70952 5.63414 0C5.63414 3.92652 0.281346 6.42386 0.0144091 10.3414C-0.139759 12.6031 0.952155 14.7678 2.85949 15.9821Z' fill='white'/%3E%3C/svg%3E%0A")
}

.b-topnav_right-item.hulu a:before {
    background-image: url("data:image/svg+xml,%3Csvg width='44' height='14' viewBox='0 0 44 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.9259 4.36506C7.65923 4.34542 8.33128 4.46373 8.94255 4.71904C9.53323 4.95518 10.0018 5.32832 10.369 5.8394C10.7151 6.3706 10.8984 7.05844 10.8984 7.90434V14H7.41511V8.33687C7.39453 8.1012 7.31315 7.86554 7.12982 7.70795C6.94649 7.5518 6.72247 7.45265 6.47787 7.45265H4.44064C4.15584 7.45265 3.95192 7.55084 3.76859 7.70795C3.58525 7.86506 3.50388 8.10073 3.48329 8.33687V14H0V0H3.4828V4.56193C3.4828 4.56193 3.58476 4.52265 3.78868 4.46373L4.66465 4.36506H6.9259ZM40.4961 4.36506H44V10.3027C44 11.0101 43.8574 11.6596 43.573 12.21C43.3153 12.7449 42.9049 13.1957 42.3912 13.5081C41.8613 13.8031 41.2304 13.9602 40.4971 13.9602V13.9995H37.0947C36.3011 13.9995 35.6089 13.8415 34.9972 13.5665C34.4065 13.2916 33.9584 12.8787 33.6129 12.3278C33.2663 11.7775 33.1236 11.0901 33.1031 10.3031V4.36506H36.6065V10.0081C36.6065 10.2639 36.7079 10.4799 36.8712 10.6566C37.0344 10.8137 37.2584 10.8923 37.5437 10.9119H39.5804C39.8442 10.8928 40.0682 10.8142 40.2319 10.6566C40.3946 10.4794 40.4961 10.2629 40.4961 10.0081V4.36506ZM20.7978 10.0086C20.7772 10.2634 20.6958 10.4794 20.5331 10.6571C20.3498 10.8142 20.1258 10.8928 19.8611 10.9119H17.8238C17.5591 10.8923 17.3351 10.8137 17.1719 10.6571C16.9885 10.4799 16.9072 10.2639 16.8866 10.0086V4.36506H13.4033V10.3031C13.4033 11.0901 13.5665 11.7775 13.8925 12.3278C14.2185 12.8787 14.6866 13.2916 15.2778 13.5665C15.889 13.8415 16.5611 13.9995 17.3758 13.9995H20.7978V13.9602C21.5311 13.9602 22.163 13.8031 22.6723 13.5081C23.1868 13.191 23.6024 12.742 23.8738 12.21C24.1385 11.6596 24.2816 11.0101 24.3017 10.3027V4.36506H20.7978V10.0086ZM30.433 14H26.9497V0H30.433V14Z' fill='black'/%3E%3C/svg%3E%0A");
    background-size: 44px 14px
}

body.b-theme__template__night .b-topnav_right-item.hulu a:before {
    background-image: url("data:image/svg+xml,%3Csvg width='44' height='14' viewBox='0 0 44 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.9259 4.36506C7.65923 4.34542 8.33128 4.46373 8.94255 4.71904C9.53323 4.95518 10.0018 5.32832 10.369 5.8394C10.7151 6.3706 10.8984 7.05844 10.8984 7.90434V14H7.41511V8.33687C7.39453 8.1012 7.31315 7.86554 7.12982 7.70795C6.94649 7.5518 6.72247 7.45265 6.47787 7.45265H4.44064C4.15584 7.45265 3.95192 7.55084 3.76859 7.70795C3.58525 7.86506 3.50388 8.10073 3.48329 8.33687V14H0V0H3.4828V4.56193C3.4828 4.56193 3.58476 4.52265 3.78868 4.46373L4.66465 4.36506H6.9259ZM40.4961 4.36506H44V10.3027C44 11.0101 43.8574 11.6596 43.573 12.21C43.3153 12.7449 42.9049 13.1957 42.3912 13.5081C41.8613 13.8031 41.2304 13.9602 40.4971 13.9602V13.9995H37.0947C36.3011 13.9995 35.6089 13.8415 34.9972 13.5665C34.4065 13.2916 33.9584 12.8787 33.6129 12.3278C33.2663 11.7775 33.1236 11.0901 33.1031 10.3031V4.36506H36.6065V10.0081C36.6065 10.2639 36.7079 10.4799 36.8712 10.6566C37.0344 10.8137 37.2584 10.8923 37.5437 10.9119H39.5804C39.8442 10.8928 40.0682 10.8142 40.2319 10.6566C40.3946 10.4794 40.4961 10.2629 40.4961 10.0081V4.36506ZM20.7978 10.0086C20.7772 10.2634 20.6958 10.4794 20.5331 10.6571C20.3498 10.8142 20.1258 10.8928 19.8611 10.9119H17.8238C17.5591 10.8923 17.3351 10.8137 17.1719 10.6571C16.9885 10.4799 16.9072 10.2639 16.8866 10.0086V4.36506H13.4033V10.3031C13.4033 11.0901 13.5665 11.7775 13.8925 12.3278C14.2185 12.8787 14.6866 13.2916 15.2778 13.5665C15.889 13.8415 16.5611 13.9995 17.3758 13.9995H20.7978V13.9602C21.5311 13.9602 22.163 13.8031 22.6723 13.5081C23.1868 13.191 23.6024 12.742 23.8738 12.21C24.1385 11.6596 24.2816 11.0101 24.3017 10.3027V4.36506H20.7978V10.0086ZM30.433 14H26.9497V0H30.433V14Z' fill='white'/%3E%3C/svg%3E%0A")
}

.b-content__inline_item.active .cat:hover .icon,
.b-content__inline_item:hover .cat:hover .icon,
.b-content__inline_item.active .cat .icon {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Film' transform='translate(-1417.000000, -990.000000)' fill='%23000000' fill-rule='nonzero'%3E%3Cg id='info_black' transform='translate(1417.000000, 990.000000)'%3E%3Cpath d='M7.16974678,4.26926459 L8.67562913,4.26926459 L8.67562913,5.77514694 L7.16974678,5.77514694 L7.16974678,4.26926459 Z M7.16974678,7.28102929 L8.67562913,7.28102929 L8.67562913,11.7986763 L7.16974678,11.7986763 L7.16974678,7.28102929 Z M7.92268795,0.504558712 C3.76645266,0.504558712 0.393276205,3.87773517 0.393276205,8.03397046 C0.393276205,12.1902057 3.76645266,15.5633822 7.92268795,15.5633822 C12.0789232,15.5633822 15.4520997,12.1902057 15.4520997,8.03397046 C15.4520997,3.87773517 12.0789232,0.504558712 7.92268795,0.504558712 Z M7.92268795,14.0574999 C4.60221737,14.0574999 1.89915855,11.354441 1.89915855,8.03397046 C1.89915855,4.71349987 4.60221737,2.01044106 7.92268795,2.01044106 C11.2431585,2.01044106 13.9462173,4.71349987 13.9462173,8.03397046 C13.9462173,11.354441 11.2431585,14.0574999 7.92268795,14.0574999 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

body.b-theme__template__night .b-content__inline_item.active .cat .icon,
body.b-theme__template__night .b-content__inline_item.active .cat:hover,
body.b-theme__template__night .b-content__inline_item:hover .cat:hover .icon,
.b-content__inline_item:hover .cat .icon {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Film' transform='translate(-1438.000000, -990.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cg id='info' transform='translate(1438.000000, 990.000000)'%3E%3Cpath d='M7.13392006,4.26724035 L8.62637875,4.26724035 L8.62637875,5.75969904 L7.13392006,5.75969904 L7.13392006,4.26724035 Z M7.13392006,7.25215773 L8.62637875,7.25215773 L8.62637875,11.7295338 L7.13392006,11.7295338 L7.13392006,7.25215773 Z M7.88014941,0.536093632 C3.76096342,0.536093632 0.417855968,3.87920109 0.417855968,7.99838707 C0.417855968,12.117573 3.76096342,15.4606805 7.88014941,15.4606805 C11.9993354,15.4606805 15.3424429,12.117573 15.3424429,7.99838707 C15.3424429,3.87920109 11.9993354,0.536093632 7.88014941,0.536093632 Z M7.88014941,13.9682219 C4.58927799,13.9682219 1.91031466,11.2892585 1.91031466,7.99838707 C1.91031466,4.70751566 4.58927799,2.02855232 7.88014941,2.02855232 C11.1710208,2.02855232 13.8499841,4.70751566 13.8499841,7.99838707 C13.8499841,11.2892585 11.1710208,13.9682219 7.88014941,13.9682219 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.b-userset__fav_holder_data .loader:before,
.b-search__form.loading .b-search__submit:before,
.b-newest_slider__inner:before,
.b-content__inline_item .cat.loading:before,
.b-post__schedule_table .watch-episode-action.loading,
.b-sideactions__fav .loading,
.b-videosaves__list_item .td.controls .view.loading,
.b-addcomment__actions .loading,
#hd-comments-list.loading:before,
.b-tt_popup__loader,
.b-login__popup .login_button .loading,
.b-register__popup .register_button .loading {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='48px' height='48px' viewBox='0 0 48 48' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Film' transform='translate(-1693.000000, -2124.000000)' fill='%23000000' fill-rule='nonzero'%3E%3Cg id='waiting' transform='translate(1693.000000, 2124.000000)'%3E%3Cpath d='M24.0000937,0 C23.2234687,0 22.5938437,0.629625 22.5938437,1.40625 L22.5938437,10.44375 C22.5938437,11.220375 23.2234687,11.85 24.0000937,11.85 C24.7767187,11.85 25.4063437,11.220375 25.4063437,10.44375 L25.4063437,1.40625 C25.4063437,0.629625 24.7767188,0 24.0000937,0 Z' id='Path'%3E%3C/path%3E%3Cpath d='M24.0000937,36.1500937 C23.2234687,36.1500937 22.5938437,36.7797188 22.5938437,37.5563437 L22.5938437,46.59375 C22.5938437,47.370375 23.2234687,48 24.0000937,48 C24.7767187,48 25.4063437,47.370375 25.4063437,46.59375 L25.4063437,37.5563437 C25.4063437,36.779625 24.7767188,36.1500937 24.0000937,36.1500937 Z' id='Path' opacity='0.5'%3E%3C/path%3E%3Cpath d='M18.4397812,11.55675 L13.9210312,3.73003125 C13.5327187,3.057375 12.6726562,2.8269375 12.0000937,3.21534375 C11.3275312,3.60365625 11.0970937,4.46371875 11.4854062,5.13628125 L16.0041562,12.963 C16.2645937,13.4142187 16.7372812,13.6663125 17.2232812,13.6663125 C17.461875,13.6663125 17.7036562,13.6055625 17.9250937,13.4776875 C18.5976562,13.089375 18.8280937,12.2293125 18.4397812,11.55675 Z' id='Path' opacity='0.91'%3E%3C/path%3E%3Cpath d='M36.5147812,42.863625 L31.996125,35.0370937 C31.6078125,34.3644375 30.74775,34.134 30.0751875,34.5224063 C29.402625,34.9107188 29.1721875,35.7707812 29.5605,36.4433437 L34.0791562,44.269875 C34.3395937,44.7210938 34.8122812,44.9731875 35.2982812,44.9731875 C35.536875,44.9731875 35.7786562,44.9124375 36.0000937,44.7845625 C36.6726562,44.39625 36.9030937,43.5361875 36.5147812,42.863625 Z' id='Path' opacity='0.42'%3E%3C/path%3E%3Cpath d='M12.9631875,16.0041563 L5.136375,11.4853125 C4.463625,11.0968125 3.60375,11.3273438 3.2154375,12 C2.827125,12.6725625 3.0575625,13.532625 3.730125,13.9209375 L11.5569375,18.439875 C11.778375,18.56775 12.0201562,18.6285 12.25875,18.6285 C12.74475,18.6285 13.2174375,18.3763125 13.477875,17.9250938 C13.8661875,17.2525313 13.63575,16.3924688 12.9631875,16.0041563 Z' id='Path' opacity='0.83'%3E%3C/path%3E%3Cpath d='M44.2699687,34.0790625 L36.4433437,29.5604062 C35.7705937,29.1720937 34.910625,29.4025312 34.5224062,30.0751875 C34.1340937,30.7478437 34.3645312,31.6079062 35.0370937,31.996125 L42.8637187,36.5147812 C43.08525,36.6426563 43.3269375,36.7034063 43.5655312,36.7034063 C44.0515312,36.7034063 44.5243125,36.4512188 44.7846562,36.0000937 C45.1729687,35.3273437 44.9425312,34.4672812 44.2699687,34.0790625 Z' id='Path' opacity='0.33'%3E%3C/path%3E%3Cpath d='M10.4438437,22.5939375 L1.40625,22.5939375 C0.629625,22.5939375 0,23.2235625 0,24.0001875 C0,24.7768125 0.629625,25.4064375 1.40625,25.4064375 L10.4438437,25.4064375 C11.2204688,25.4064375 11.8500937,24.7768125 11.8500937,24.0001875 C11.8500937,23.2235625 11.2204688,22.5939375 10.4438437,22.5939375 Z' id='Path' opacity='0.75'%3E%3C/path%3E%3Cpath d='M46.59375,22.5939375 L37.5564375,22.5939375 C36.7798125,22.5939375 36.1501875,23.2235625 36.1501875,24.0001875 C36.1501875,24.7768125 36.7798125,25.4064375 37.5564375,25.4064375 L46.59375,25.4064375 C47.370375,25.4064375 48,24.7768125 48,24.0001875 C48,23.2235625 47.370375,22.5939375 46.59375,22.5939375 Z' id='Path' opacity='0.25'%3E%3C/path%3E%3Cpath d='M13.4779687,30.0751875 C13.0896563,29.4025313 12.2297812,29.1720938 11.5570313,29.5605 L3.73021875,34.07925 C3.05765625,34.4675625 2.82721875,35.327625 3.21553125,36.0001875 C3.47596875,36.4514063 3.94865625,36.7035 4.43465625,36.7035 C4.67325,36.7035 4.91503125,36.64275 5.13646875,36.514875 L12.9632812,31.996125 C13.6358438,31.6078125 13.8662813,30.74775 13.4779687,30.0751875 Z' id='Path' opacity='0.66'%3E%3C/path%3E%3Cpath d='M44.7845625,12.0002812 C44.39625,11.327625 43.5362812,11.0972812 42.863625,11.4855937 L35.037,16.0043438 C34.3644375,16.3925625 34.134,17.252625 34.5223125,17.9251875 C34.78275,18.3764063 35.2554375,18.6285938 35.7414375,18.6285938 C35.9799375,18.6285938 36.2218125,18.5678438 36.44325,18.4399687 L44.269875,13.9212187 C44.9424375,13.5329062 45.172875,12.6728437 44.7845625,12.0002812 Z' id='Path' opacity='0.166'%3E%3C/path%3E%3Cpath d='M17.9250937,34.5224063 C17.2525312,34.1339062 16.392375,34.3644375 16.0041562,35.0370938 L11.4854063,42.8638125 C11.0970938,43.536375 11.3275313,44.3964375 12.0000937,44.78475 C12.2215312,44.912625 12.4633125,44.973375 12.7019062,44.973375 C13.1879062,44.973375 13.6606875,44.7211875 13.9210312,44.2700625 L18.4397812,36.4433438 C18.8280937,35.7707813 18.5976562,34.9107188 17.9250937,34.5224063 Z' id='Path' opacity='0.58'%3E%3C/path%3E%3Cpath d='M36.0000938,3.215625 C35.3274375,2.827125 34.467375,3.05765625 34.0791563,3.7303125 L29.5605,11.5568438 C29.1720938,12.2294063 29.4025313,13.0894688 30.0751875,13.4777813 C30.296625,13.6056563 30.5384063,13.6664063 30.777,13.6664063 C31.263,13.6664063 31.7356875,13.4142188 31.996125,12.9630938 L36.5147813,5.1365625 C36.9030938,4.464 36.6726563,3.6039375 36.0000938,3.215625 Z' id='Path' opacity='0.083'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

body.b-theme__template__night #hd-comments-list.loading:before,
body.b-theme__template__night .b-userset__fav_holder_data .loader:before,
body.b-theme__template__night .b-newest_slider__inner:before,
body.b-theme__template__night .b-sideactions__fav .loading,
body.b-theme__template__night .b-videosaves__list_item .td.controls .view.loading,
body.b-theme__template__night .b-search__form.loading .b-search__submit:before,
body.b-theme__template__night .b-login__popup .login_button .loading,
body.b-theme__template__night .b-post__schedule_table .watch-episode-action.loading,
body.b-theme__template__night .b-addcomment__actions .loading,
body.b-theme__template__night .b-register__popup .register_button .loading,
body.b-theme__template__night .b-tt_popup__loader,
body.b-theme__template__night .b-content__inline_item .cat.loading:before,
#videoplayer.loading:before,
#youtubeplayer.loading:before,
#cdnplayer-container.loading:before,
#miscplayer:before,
#play-next-episode-loader,
#player-loader-overlay:before,
#ps-overlay-wrap.loading:before,
#ps-report-send .loading,
#ps-report-send-comment .loading,
#ps-favorites-case .change-name-save .loading,
#ps-favorites-case .select-cat-save .loading,
#ps-favorites-case .remove-cat .loading,
#trailer-popup .b-popup__content:before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='48px' height='48px' viewBox='0 0 48 48' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Film' transform='translate(-1693.000000, -2182.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cg id='waiting' transform='translate(1693.000000, 2182.000000)'%3E%3Cpath d='M24.0000937,0 C23.2234687,0 22.5938437,0.629625 22.5938437,1.40625 L22.5938437,10.44375 C22.5938437,11.220375 23.2234687,11.85 24.0000937,11.85 C24.7767187,11.85 25.4063437,11.220375 25.4063437,10.44375 L25.4063437,1.40625 C25.4063437,0.629625 24.7767188,0 24.0000937,0 Z' id='Path'%3E%3C/path%3E%3Cpath d='M24.0000937,36.1500937 C23.2234687,36.1500937 22.5938437,36.7797188 22.5938437,37.5563437 L22.5938437,46.59375 C22.5938437,47.370375 23.2234687,48 24.0000937,48 C24.7767187,48 25.4063437,47.370375 25.4063437,46.59375 L25.4063437,37.5563437 C25.4063437,36.779625 24.7767188,36.1500937 24.0000937,36.1500937 Z' id='Path' opacity='0.5'%3E%3C/path%3E%3Cpath d='M18.4397812,11.55675 L13.9210312,3.73003125 C13.5327187,3.057375 12.6726562,2.8269375 12.0000937,3.21534375 C11.3275312,3.60365625 11.0970937,4.46371875 11.4854062,5.13628125 L16.0041562,12.963 C16.2645937,13.4142187 16.7372812,13.6663125 17.2232812,13.6663125 C17.461875,13.6663125 17.7036562,13.6055625 17.9250937,13.4776875 C18.5976562,13.089375 18.8280937,12.2293125 18.4397812,11.55675 Z' id='Path' opacity='0.91'%3E%3C/path%3E%3Cpath d='M36.5147812,42.863625 L31.996125,35.0370937 C31.6078125,34.3644375 30.74775,34.134 30.0751875,34.5224063 C29.402625,34.9107188 29.1721875,35.7707812 29.5605,36.4433437 L34.0791562,44.269875 C34.3395937,44.7210938 34.8122812,44.9731875 35.2982812,44.9731875 C35.536875,44.9731875 35.7786562,44.9124375 36.0000937,44.7845625 C36.6726562,44.39625 36.9030937,43.5361875 36.5147812,42.863625 Z' id='Path' opacity='0.42'%3E%3C/path%3E%3Cpath d='M12.9631875,16.0041563 L5.136375,11.4853125 C4.463625,11.0968125 3.60375,11.3273438 3.2154375,12 C2.827125,12.6725625 3.0575625,13.532625 3.730125,13.9209375 L11.5569375,18.439875 C11.778375,18.56775 12.0201562,18.6285 12.25875,18.6285 C12.74475,18.6285 13.2174375,18.3763125 13.477875,17.9250938 C13.8661875,17.2525313 13.63575,16.3924688 12.9631875,16.0041563 Z' id='Path' opacity='0.83'%3E%3C/path%3E%3Cpath d='M44.2699687,34.0790625 L36.4433437,29.5604062 C35.7705937,29.1720937 34.910625,29.4025312 34.5224062,30.0751875 C34.1340937,30.7478437 34.3645312,31.6079062 35.0370937,31.996125 L42.8637187,36.5147812 C43.08525,36.6426563 43.3269375,36.7034063 43.5655312,36.7034063 C44.0515312,36.7034063 44.5243125,36.4512188 44.7846562,36.0000937 C45.1729687,35.3273437 44.9425312,34.4672812 44.2699687,34.0790625 Z' id='Path' opacity='0.33'%3E%3C/path%3E%3Cpath d='M10.4438437,22.5939375 L1.40625,22.5939375 C0.629625,22.5939375 0,23.2235625 0,24.0001875 C0,24.7768125 0.629625,25.4064375 1.40625,25.4064375 L10.4438437,25.4064375 C11.2204688,25.4064375 11.8500937,24.7768125 11.8500937,24.0001875 C11.8500937,23.2235625 11.2204688,22.5939375 10.4438437,22.5939375 Z' id='Path' opacity='0.75'%3E%3C/path%3E%3Cpath d='M46.59375,22.5939375 L37.5564375,22.5939375 C36.7798125,22.5939375 36.1501875,23.2235625 36.1501875,24.0001875 C36.1501875,24.7768125 36.7798125,25.4064375 37.5564375,25.4064375 L46.59375,25.4064375 C47.370375,25.4064375 48,24.7768125 48,24.0001875 C48,23.2235625 47.370375,22.5939375 46.59375,22.5939375 Z' id='Path' opacity='0.25'%3E%3C/path%3E%3Cpath d='M13.4779687,30.0751875 C13.0896563,29.4025313 12.2297812,29.1720938 11.5570313,29.5605 L3.73021875,34.07925 C3.05765625,34.4675625 2.82721875,35.327625 3.21553125,36.0001875 C3.47596875,36.4514063 3.94865625,36.7035 4.43465625,36.7035 C4.67325,36.7035 4.91503125,36.64275 5.13646875,36.514875 L12.9632812,31.996125 C13.6358438,31.6078125 13.8662813,30.74775 13.4779687,30.0751875 Z' id='Path' opacity='0.66'%3E%3C/path%3E%3Cpath d='M44.7845625,12.0002812 C44.39625,11.327625 43.5362812,11.0972812 42.863625,11.4855937 L35.037,16.0043438 C34.3644375,16.3925625 34.134,17.252625 34.5223125,17.9251875 C34.78275,18.3764063 35.2554375,18.6285938 35.7414375,18.6285938 C35.9799375,18.6285938 36.2218125,18.5678438 36.44325,18.4399687 L44.269875,13.9212187 C44.9424375,13.5329062 45.172875,12.6728437 44.7845625,12.0002812 Z' id='Path' opacity='0.166'%3E%3C/path%3E%3Cpath d='M17.9250937,34.5224063 C17.2525312,34.1339062 16.392375,34.3644375 16.0041562,35.0370938 L11.4854063,42.8638125 C11.0970938,43.536375 11.3275313,44.3964375 12.0000937,44.78475 C12.2215312,44.912625 12.4633125,44.973375 12.7019062,44.973375 C13.1879062,44.973375 13.6606875,44.7211875 13.9210312,44.2700625 L18.4397812,36.4433438 C18.8280937,35.7707813 18.5976562,34.9107188 17.9250937,34.5224063 Z' id='Path' opacity='0.58'%3E%3C/path%3E%3Cpath d='M36.0000938,3.215625 C35.3274375,2.827125 34.467375,3.05765625 34.0791563,3.7303125 L29.5605,11.5568438 C29.1720938,12.2294063 29.4025313,13.0894688 30.0751875,13.4777813 C30.296625,13.6056563 30.5384063,13.6664063 30.777,13.6664063 C31.263,13.6664063 31.7356875,13.4142188 31.996125,12.9630938 L36.5147813,5.1365625 C36.9030938,4.464 36.6726563,3.6039375 36.0000938,3.215625 Z' id='Path' opacity='0.083'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.b-tophead__login .i-sprt {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='9px' height='9px' viewBox='0 0 9 9' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Film' transform='translate(-875.000000, -2875.000000)'%3E%3Cg id='arrow' transform='translate(875.000000, 2875.000000)'%3E%3Crect id='Rectangle' fill='%233F8FA5' fill-rule='nonzero' x='0' y='0' width='9' height='9' rx='4.5'%3E%3C/rect%3E%3Cg transform='translate(4.328427, 4.474874) rotate(-45.000000) translate(-4.328427, -4.474874) translate(2.328427, 2.474874)' fill='%23FFFFFF' id='Combined-Shape'%3E%3Cpath d='M0.4375,3.5 C0.195875422,3.5 4.54776941e-13,3.30412458 4.54747351e-13,3.0625 C4.5471776e-13,2.82087542 0.195875422,2.625 0.4375,2.625 L2.624,2.625 L2.625,0.4375 C2.625,0.195875422 2.82087542,1.81903379e-12 3.0625,1.8189894e-12 C3.30412458,1.81894502e-12 3.5,0.195875422 3.5,0.4375 L3.499,2.625 L3.5,2.625 L3.5,3.5 L0.4375,3.5 Z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.tumbler__wrapper:after {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='15px' height='15px' viewBox='0 0 15 15' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Film' transform='translate(-1566.000000, -1086.000000)' fill-rule='nonzero'%3E%3Cg id='Group' transform='translate(1566.000000, 1086.000000)'%3E%3Cpath d='M4.4064,11.26584 C8.19456,11.26584 11.26512,8.1948 11.26512,4.40664 C11.26512,2.72808 10.66032,1.19256 9.65952,0.00024 C12.75168,0.99288 14.99088,3.8892 14.99088,7.31112 C14.99088,11.55288 11.55264,14.99112 7.31088,14.99112 C3.88896,14.99112 0.99264,12.75192 8.52651283e-16,9.65976 C1.19232,10.66104 2.72832,11.26584 4.4064,11.26584 Z' id='Path' fill='%23FFD93B'%3E%3C/path%3E%3Cpath d='M12.0576,1.28328 C13.0848,2.5884 13.70208,4.23144 13.70208,6.02184 C13.70208,10.2636 10.26384,13.70184 6.02208,13.70184 C4.23168,13.70184 2.58864,13.08456 1.28352,12.05736 C2.68896,13.84152 4.86384,14.99112 7.31136,14.99112 C11.55312,14.99112 14.99136,11.55288 14.99136,7.31112 C14.99136,4.8636 13.84176,2.6892 12.0576,1.28328 Z' id='Path' fill='%23F4C534'%3E%3C/path%3E%3Cg transform='translate(1.260000, 2.460000)' fill='%23FFD83B' id='Path'%3E%3Cpolygon points='2.58384 0.53832 3.37488 2.142 5.14416 2.3988 3.864 3.6468 4.16592 5.40888 2.58384 4.57704 1.00128 5.40888 1.3032 3.6468 0.02304 2.3988 1.79232 2.142'%3E%3C/polygon%3E%3Cpolygon points='7.04592 0.0252 7.45584 0.85656 8.37312 0.98952 7.70928 1.63656 7.86624 2.54952 7.04592 2.11848 6.2256 2.54952 6.38256 1.63656 5.71872 0.98952 6.636 0.85656'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.b-topnav_right-item.netflix a:before {
    background-image: url("data:image/svg+xml,%3Csvg width='71' height='18' viewBox='0 0 71 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.3913 0C9.36648 0 8.26971 0 7.24474 0C7.23869 3.83966 7.23263 6.32652 7.22657 10.1662C5.87443 6.41921 4.52107 3.93857 3.16426 0C2.01368 0 1.29357 0 0.142822 0C0.142822 6 0.142822 12 0.142822 18C1.16277 17.8697 2.25487 17.7449 3.27585 17.6253C3.2788 13.8632 3.28174 11.5505 3.28468 7.78817C4.68977 11.4914 5.55365 13.6756 6.95459 17.1948C8.05274 17.0822 9.25938 16.9437 10.3587 16.8436C10.3696 11.2291 10.3804 5.61448 10.3913 0Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.6212 0C17.8941 0 15.2008 0 12.4737 0C12.4627 5.33328 12.4519 10.6667 12.4409 16C15.1662 15.7707 17.8946 15.5832 20.625 15.4377C20.6265 14.6579 20.6281 13.537 20.6296 12.7573C18.8541 12.8583 17.1556 12.9634 15.3864 13.0735C15.3895 11.6397 15.3926 10.4538 15.3955 9.01985C16.6885 8.99921 18.0542 9.01731 19.3751 8.99651C19.3766 8.21265 19.3782 7.08771 19.3798 6.30399C18.0709 6.32538 16.6885 6.32793 15.4006 6.35051C15.4037 4.91652 15.4068 4.12996 15.4099 2.69596C16.2201 2.68699 17.0141 2.68579 17.8067 2.68579C17.9459 2.68579 18.085 2.68579 18.2242 2.68594C18.3626 2.68594 18.5011 2.68594 18.6396 2.68594C19.3007 2.68594 19.9646 2.68519 20.6396 2.67981C20.6412 1.89998 20.6197 0.779678 20.6212 0Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.9129 0C28.8739 0 25.7325 0.000157418 22.6936 0.000314837C22.6921 0.815584 22.6908 1.98993 22.6893 2.80504C22.8216 2.80425 22.9539 2.80394 23.086 2.80394C23.4865 2.80394 23.887 2.80756 24.2877 2.81133C24.6878 2.81511 25.088 2.81889 25.4883 2.81889C25.591 2.81889 25.6936 2.81858 25.7963 2.8181C25.7901 7.34278 25.7838 11.4753 25.7777 16C26.7533 15.9652 27.797 15.9359 28.7727 15.9122C28.7771 11.4124 28.7815 7.30437 28.7858 2.80472C29.8164 2.80094 30.8812 2.79811 31.9117 2.79606C31.9121 1.99465 31.9126 0.801417 31.9129 0Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M42.159 0C39.4277 0 36.6964 0 33.9653 0C33.9644 5.33164 33.9636 10.663 33.9628 15.9944C34.2795 15.9932 34.5999 15.9927 34.9215 15.9927C35.5767 15.9927 36.2369 15.9951 36.8822 16C36.8814 13.7375 36.8807 11.6726 36.8801 9.40992C37.0409 9.4104 37.2034 9.41072 37.3669 9.41072C37.7479 9.41072 38.135 9.40929 38.5237 9.4077C38.9125 9.40611 39.3028 9.40452 39.6898 9.40452C40.0885 9.40452 40.4836 9.40611 40.8699 9.41135C40.8692 8.6003 40.8684 7.39366 40.8676 6.58261C40.5028 6.57896 40.1302 6.57768 39.7537 6.57768C39.3504 6.57768 38.9431 6.57911 38.5373 6.58054C38.1321 6.58197 37.7283 6.5834 37.3316 6.5834C37.1799 6.5834 37.0289 6.58324 36.8793 6.58277C36.8788 5.12812 36.8784 4.30722 36.878 2.85258C37.1983 2.85305 37.5179 2.85321 37.8363 2.85321C38.1596 2.85321 38.4819 2.85305 38.8041 2.85289C39.129 2.85273 39.4538 2.85258 39.7787 2.85258C40.5702 2.85258 41.3624 2.85337 42.1616 2.85686C42.1608 2.04391 42.1598 0.812956 42.159 0Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M44.2249 0C44.2322 5.21166 44.2051 10.4233 44.2124 15.6351C46.9005 15.7277 49.7252 15.8282 52.4099 16C52.4083 15.1983 52.4066 14.0454 52.405 13.2437C50.7058 13.1511 48.9368 13.0402 47.2362 12.9749C47.2286 8.51152 47.2552 4.46334 47.2475 0.000153818C46.2628 0 45.2095 0 44.2249 0Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M54.4595 0C54.4714 5.25943 54.4828 10.5189 54.4945 15.7784C55.4944 15.8472 56.5288 15.9209 57.5279 16C57.5314 10.6703 57.5397 5.33343 57.5282 0.000150102C56.5287 0 55.4591 0 54.4595 0Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M60.8926 0C62.0114 2.75284 63.0348 5.51346 64.1709 8.43691C62.9901 11.2449 61.7883 14.0344 60.6087 16.7281C61.5859 16.8255 62.5967 16.968 63.5728 17.0778C64.2732 15.343 64.9104 14.0075 65.6114 12.226C66.3113 14.1238 66.9475 15.5901 67.6456 17.5491C68.6202 17.6768 69.8838 17.86 70.8572 18C69.6772 14.8138 68.3866 11.4962 67.2001 8.48492C68.3817 5.65703 69.5874 2.95748 70.8147 0.000932272C69.807 0.000932272 68.7675 0.000776893 67.7597 0.000621515C67.0023 1.82803 66.4813 3.00223 65.7552 4.74169C65.0788 2.93184 64.625 1.7606 63.9476 0.000310757C62.9399 0.000155379 61.9001 0.000155379 60.8926 0Z' fill='black'/%3E%3C/svg%3E%0A")
}

body.b-theme__template__night .b-topnav_right-item.netflix a:before {
    background-image: url("data:image/svg+xml,%3Csvg width='71' height='18' viewBox='0 0 71 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.3913 0C9.36648 0 8.26971 0 7.24474 0C7.23869 3.83966 7.23263 6.32652 7.22657 10.1662C5.87443 6.41921 4.52107 3.93857 3.16426 0C2.01368 0 1.29357 0 0.142822 0C0.142822 6 0.142822 12 0.142822 18C1.16277 17.8697 2.25487 17.7449 3.27585 17.6253C3.2788 13.8632 3.28174 11.5505 3.28468 7.78817C4.68977 11.4914 5.55365 13.6756 6.95459 17.1948C8.05274 17.0822 9.25938 16.9437 10.3587 16.8436C10.3696 11.2291 10.3804 5.61448 10.3913 0Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.6212 0C17.8941 0 15.2008 0 12.4737 0C12.4627 5.33328 12.4519 10.6667 12.4409 16C15.1662 15.7707 17.8946 15.5832 20.625 15.4377C20.6265 14.6579 20.6281 13.537 20.6296 12.7573C18.8541 12.8583 17.1556 12.9634 15.3864 13.0735C15.3895 11.6397 15.3926 10.4538 15.3955 9.01985C16.6885 8.99921 18.0542 9.01731 19.3751 8.99651C19.3766 8.21265 19.3782 7.08771 19.3798 6.30399C18.0709 6.32538 16.6885 6.32793 15.4006 6.35051C15.4037 4.91652 15.4068 4.12996 15.4099 2.69596C16.2201 2.68699 17.0141 2.68579 17.8067 2.68579C17.9459 2.68579 18.085 2.68579 18.2242 2.68594C18.3626 2.68594 18.5011 2.68594 18.6396 2.68594C19.3007 2.68594 19.9646 2.68519 20.6396 2.67981C20.6412 1.89998 20.6197 0.779678 20.6212 0Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M31.9129 0C28.8739 0 25.7325 0.000157418 22.6936 0.000314837C22.6921 0.815584 22.6908 1.98993 22.6893 2.80504C22.8216 2.80425 22.9539 2.80394 23.086 2.80394C23.4865 2.80394 23.887 2.80756 24.2877 2.81133C24.6878 2.81511 25.088 2.81889 25.4883 2.81889C25.591 2.81889 25.6936 2.81858 25.7963 2.8181C25.7901 7.34278 25.7838 11.4753 25.7777 16C26.7533 15.9652 27.797 15.9359 28.7727 15.9122C28.7771 11.4124 28.7815 7.30437 28.7858 2.80472C29.8164 2.80094 30.8812 2.79811 31.9117 2.79606C31.9121 1.99465 31.9126 0.801417 31.9129 0Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M42.159 0C39.4277 0 36.6964 0 33.9653 0C33.9644 5.33164 33.9636 10.663 33.9628 15.9944C34.2795 15.9932 34.5999 15.9927 34.9215 15.9927C35.5767 15.9927 36.2369 15.9951 36.8822 16C36.8814 13.7375 36.8807 11.6726 36.8801 9.40992C37.0409 9.4104 37.2034 9.41072 37.3669 9.41072C37.7479 9.41072 38.135 9.40929 38.5237 9.4077C38.9125 9.40611 39.3028 9.40452 39.6898 9.40452C40.0885 9.40452 40.4836 9.40611 40.8699 9.41135C40.8692 8.6003 40.8684 7.39366 40.8676 6.58261C40.5028 6.57896 40.1302 6.57768 39.7537 6.57768C39.3504 6.57768 38.9431 6.57911 38.5373 6.58054C38.1321 6.58197 37.7283 6.5834 37.3316 6.5834C37.1799 6.5834 37.0289 6.58324 36.8793 6.58277C36.8788 5.12812 36.8784 4.30722 36.878 2.85258C37.1983 2.85305 37.5179 2.85321 37.8363 2.85321C38.1596 2.85321 38.4819 2.85305 38.8041 2.85289C39.129 2.85273 39.4538 2.85258 39.7787 2.85258C40.5702 2.85258 41.3624 2.85337 42.1616 2.85686C42.1608 2.04391 42.1598 0.812956 42.159 0Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M44.2249 0C44.2322 5.21166 44.2051 10.4233 44.2124 15.6351C46.9005 15.7277 49.7252 15.8282 52.4099 16C52.4083 15.1983 52.4066 14.0454 52.405 13.2437C50.7058 13.1511 48.9368 13.0402 47.2362 12.9749C47.2286 8.51152 47.2552 4.46334 47.2475 0.000153818C46.2628 0 45.2095 0 44.2249 0Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M54.4595 0C54.4714 5.25943 54.4828 10.5189 54.4945 15.7784C55.4944 15.8472 56.5288 15.9209 57.5279 16C57.5314 10.6703 57.5397 5.33343 57.5282 0.000150102C56.5287 0 55.4591 0 54.4595 0Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M60.8926 0C62.0114 2.75284 63.0348 5.51346 64.1709 8.43691C62.9901 11.2449 61.7883 14.0344 60.6087 16.7281C61.5859 16.8255 62.5967 16.968 63.5728 17.0778C64.2732 15.343 64.9104 14.0075 65.6114 12.226C66.3113 14.1238 66.9475 15.5901 67.6456 17.5491C68.6202 17.6768 69.8838 17.86 70.8572 18C69.6772 14.8138 68.3866 11.4962 67.2001 8.48492C68.3817 5.65703 69.5874 2.95748 70.8147 0.000932272C69.807 0.000932272 68.7675 0.000776893 67.7597 0.000621515C67.0023 1.82803 66.4813 3.00223 65.7552 4.74169C65.0788 2.93184 64.625 1.7606 63.9476 0.000310757C62.9399 0.000155379 61.9001 0.000155379 60.8926 0Z' fill='white'/%3E%3C/svg%3E%0A")
}

.b-navigation .b-navigation__next {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='18px' height='18px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Film' transform='translate(-1203.000000, -2816.000000)'%3E%3Cg id='next_dark' transform='translate(1203.000000, 2816.000000)'%3E%3Ccircle id='Oval-2' fill='%23000000' cx='9' cy='9' r='9'%3E%3C/circle%3E%3Cpath d='M10.1291549,6.93542255 C10.1291549,6.41880294 10.5479578,6 11.0645775,6 C11.5811971,6 12,6.41880294 12,6.93542255 L12,11.0645775 C12,11.5811971 11.5811971,12 11.0645775,12 L6.93542255,12 C6.41880294,12 6,11.5811971 6,11.0645775 C6,10.5479578 6.41880294,10.1291549 6.93542255,10.1291549 L10.1291549,10.1291549 L10.1291549,6.93542255 Z' id='Rectangle-8-Copy' fill='%23FFFFFF' fill-rule='nonzero' transform='translate(9.000000, 9.000000) rotate(-45.000000) translate(-9.000000, -9.000000) '%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

body.b-theme__template__night .b-navigation .b-navigation__next {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='18px' height='18px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Film' transform='translate(-1203.000000, -2796.000000)'%3E%3Cg id='next_white' transform='translate(1203.000000, 2796.000000)'%3E%3Ccircle id='Oval-2' fill='%23FFFFFF' cx='9' cy='9' r='9'%3E%3C/circle%3E%3Cpath d='M10.1291549,6.93542255 C10.1291549,6.41880294 10.5479578,6 11.0645775,6 C11.5811971,6 12,6.41880294 12,6.93542255 L12,11.0645775 C12,11.5811971 11.5811971,12 11.0645775,12 L6.93542255,12 C6.41880294,12 6,11.5811971 6,11.0645775 C6,10.5479578 6.41880294,10.1291549 6.93542255,10.1291549 L10.1291549,10.1291549 L10.1291549,6.93542255 Z' id='Rectangle-8-Copy' fill='%23000000' fill-rule='nonzero' transform='translate(9.000000, 9.000000) rotate(-45.000000) translate(-9.000000, -9.000000) '%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.b-newest_slider__list .b-content__inline_item .play:before,
.b-content__inline_item .play:before,
.b-content__inline_item .trailer:before,
.b-post__partcontent_item.current .num:before,
.b-sidelist .b-content__inline_item .play:before,
.b-sidelinks__icon_play:before,
#ps-trailer-watchonline a:before,
.b-continue__watch__list_item .b-content__inline_item .play:before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='13px' height='15px' viewBox='0 0 13 15' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='sprite' transform='translate(-170.000000, -111.000000)' fill='%23000000' fill-rule='nonzero'%3E%3Cg id='play_black' transform='translate(170.000000, 111.000000)'%3E%3Cpath d='M12.508581,8.36085 L1.50873,14.86076 C1.033253,15.14173 0.420037,14.98404 0.139074,14.50857 C0.048028,14.35449 0,14.1788 0,13.99984 L0,1 C0,0.44772 0.447715,0 1,0 C1.178966,0 1.354653,0.04803 1.50873,0.13908 L12.508581,6.63899 C12.984057,6.91996 13.141741,7.53317 12.860778,8.00865 C12.774963,8.15388 12.653806,8.27503 12.508581,8.36085 Z' id='Triangle'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

body.b-theme__template__night #ps-trailer-watchonline a:before,
body.b-theme__template__night .b-post__partcontent_item.current .num:before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='13px' height='15px' viewBox='0 0 13 15' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='common-styles' transform='translate(-670.000000, -2697.000000)' fill='%23FFFFFF'%3E%3Cpath d='M682.508581,2705.36085 L671.50873,2711.86076 C671.033253,2712.14173 670.420037,2711.98404 670.139074,2711.50857 C670.048028,2711.35449 670,2711.1788 670,2710.99984 L670,2698 C670,2697.44772 670.447715,2697 671,2697 C671.178966,2697 671.354653,2697.04803 671.50873,2697.13908 L682.508581,2703.63899 C682.984057,2703.91996 683.141741,2704.53317 682.860778,2705.00865 C682.774963,2705.15388 682.653806,2705.27503 682.508581,2705.36085 Z' id='Triangle'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.b-navigation .b-navigation__prev {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='18px' height='18px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Film' transform='translate(-1185.000000, -2815.000000)'%3E%3Cg id='prev_dark' transform='translate(1185.000000, 2815.000000)'%3E%3Ccircle id='Oval-2' fill='%23000000' cx='9' cy='9' r='9'%3E%3C/circle%3E%3Cpath d='M10.1291549,6.93542255 C10.1291549,6.41880294 10.5479578,6 11.0645775,6 C11.5811971,6 12,6.41880294 12,6.93542255 L12,11.0645775 C12,11.5811971 11.5811971,12 11.0645775,12 L6.93542255,12 C6.41880294,12 6,11.5811971 6,11.0645775 C6,10.5479578 6.41880294,10.1291549 6.93542255,10.1291549 L10.1291549,10.1291549 L10.1291549,6.93542255 Z' id='Rectangle-8-Copy' fill='%23FFFFFF' fill-rule='nonzero' transform='translate(9.000000, 9.000000) scale(-1, 1) rotate(-45.000000) translate(-9.000000, -9.000000) '%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

body.b-theme__template__night .b-navigation .b-navigation__prev {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='18px' height='18px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Film' transform='translate(-1185.000000, -2796.000000)'%3E%3Cg id='prev_white' transform='translate(1185.000000, 2796.000000)'%3E%3Ccircle id='Oval-2' fill='%23FFFFFF' cx='9' cy='9' r='9'%3E%3C/circle%3E%3Cpath d='M10.1291549,6.93542255 C10.1291549,6.41880294 10.5479578,6 11.0645775,6 C11.5811971,6 12,6.41880294 12,6.93542255 L12,11.0645775 C12,11.5811971 11.5811971,12 11.0645775,12 L6.93542255,12 C6.41880294,12 6,11.5811971 6,11.0645775 C6,10.5479578 6.41880294,10.1291549 6.93542255,10.1291549 L10.1291549,10.1291549 L10.1291549,6.93542255 Z' id='Rectangle-8-Copy' fill='%23000000' fill-rule='nonzero' transform='translate(9.000000, 9.000000) scale(-1, 1) rotate(-45.000000) translate(-9.000000, -9.000000) '%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.b-search__submit:before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='14px' height='14px' viewBox='0 0 14 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Catalog-pages' transform='translate(-899.000000, -106.000000)' fill='%23000000' fill-rule='nonzero'%3E%3Cpath d='M904.80687,106 C901.613091,106 899,108.607324 899,111.801447 C899,114.995571 901.613091,117.608945 904.80687,117.608945 C906.034781,117.608945 907.171959,117.215729 908.109527,116.562385 L911.248866,119.696014 C911.648088,120.101329 912.301361,120.101329 912.700583,119.696014 C913.099806,119.296748 913.099806,118.649454 912.700583,118.250189 L909.561244,115.110511 C910.220566,114.166793 910.607691,113.029491 910.607691,111.801447 C910.607691,108.607324 907.994599,106 904.80687,106 Z M904.80687,108.044723 C906.887665,108.044723 908.55714,109.714378 908.55714,111.801447 C908.55714,113.888517 906.887665,115.558172 904.80687,115.558172 C902.720026,115.558172 901.050551,113.888517 901.050551,111.801447 C901.050551,109.714378 902.720026,108.044723 904.80687,108.044723 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

body.b-theme__template__night .b-search__submit:before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='14px' height='14px' viewBox='0 0 14 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='common-styles' transform='translate(-855.000000, -671.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cpath d='M860.80687,671 C857.613091,671 855,673.607324 855,676.801447 C855,679.995571 857.613091,682.608945 860.80687,682.608945 C862.034781,682.608945 863.171959,682.215729 864.109527,681.562385 L867.248866,684.696014 C867.648088,685.101329 868.301361,685.101329 868.700583,684.696014 C869.099806,684.296748 869.099806,683.649454 868.700583,683.250189 L865.561244,680.110511 C866.220566,679.166793 866.607691,678.029491 866.607691,676.801447 C866.607691,673.607324 863.994599,671 860.80687,671 Z M860.80687,673.044723 C862.887665,673.044723 864.55714,674.714378 864.55714,676.801447 C864.55714,678.888517 862.887665,680.558172 860.80687,680.558172 C858.720026,680.558172 857.050551,678.888517 857.050551,676.801447 C857.050551,674.714378 858.720026,673.044723 860.80687,673.044723 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.b-rating,
.b-post__rating_layer {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='210px' height='19px' viewBox='0 0 210 19' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Film' transform='translate(-1540.000000, -974.000000)' fill='%232B2C2D' fill-rule='nonzero'%3E%3Cg id='stars_gray' transform='translate(1540.000000, 974.000000)'%3E%3Cg id='star'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(21.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(42.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(63.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(84.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(105.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(126.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(147.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(168.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(189.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

body.b-theme__template__night .b-post__rating_layer,
body.b-theme__template__night .b-content__bubble_rating .b-rating {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='210px' height='19px' viewBox='0 0 210 19' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='common-styles' transform='translate(-421.000000, -2113.000000)' fill='%23979797' fill-rule='nonzero'%3E%3Cg id='stars' transform='translate(421.000000, 2094.000000)'%3E%3Cg id='stars_light_gray' transform='translate(0.000000, 19.000000)'%3E%3Cg id='star'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(21.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(42.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(63.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(84.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(105.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(126.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(147.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(168.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(189.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

body.b-theme__template__night .b-content__bubble_rating .current,
.b-rating .current,
.b-post__rating_layer_current {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='210px' height='19px' viewBox='0 0 210 19' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Film' transform='translate(-1540.000000, -1012.000000)' fill='%23C8B414' fill-rule='nonzero'%3E%3Cg id='stars' transform='translate(1540.000000, 974.000000)'%3E%3Cg id='stars_yellow' transform='translate(0.000000, 38.000000)'%3E%3Cg id='star'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(21.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(42.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(63.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(84.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(105.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(126.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(147.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(168.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(189.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.b-post__rating_layer a:hover {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='210px' height='19px' viewBox='0 0 210 19' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Film' transform='translate(-1540.000000, -1031.000000)' fill='%23F8CA00' fill-rule='nonzero'%3E%3Cg id='stars' transform='translate(1540.000000, 974.000000)'%3E%3Cg id='stars_yellow_active' transform='translate(0.000000, 57.000000)'%3E%3Cg id='star'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(21.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(42.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(63.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(84.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(105.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(126.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(147.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(168.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3Cg id='star' transform='translate(189.000000, 0.000000)'%3E%3Cpath d='M15.843043,11.6970735 L20.1384305,8.15599796 C20.7460707,7.65312333 20.431774,6.66832717 19.6355558,6.62642095 L14.1039349,6.2911712 C13.7686851,6.27021809 13.4753416,6.06068699 13.3496229,5.74639034 L11.3171713,0.55001913 C11.0238277,-0.18333971 9.99712537,-0.18333971 9.70378183,0.55001913 L7.67133019,5.72543723 C7.54561153,6.03973388 7.25226799,6.24926498 6.91701824,6.27021809 L1.36444416,6.60546784 C0.568225989,6.64737406 0.253929343,7.63217022 0.861569525,8.13504485 L5.15695702,11.6551673 C5.40839434,11.8646984 5.53411299,12.2209012 5.45030056,12.5351979 L4.0464422,17.9201471 C3.85786422,18.674459 4.6750355,19.2820992 5.34553501,18.863037 L10.0180785,15.8667423 C10.311422,15.6781644 10.6676249,15.6781644 10.9400153,15.8667423 L15.6335119,18.863037 C16.3040114,19.2820992 17.1211827,18.674459 16.9326047,17.9201471 L15.5287463,12.556151 C15.465887,12.2418544 15.5706526,11.9066046 15.843043,11.6970735 Z' id='Path-Copy-3'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.b-tophead__subscribe-dropdown-inner:before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='24px' height='25px' viewBox='0 0 24 25' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='icon-subscribe' fill-rule='nonzero'%3E%3Ccircle id='Oval' fill='%234C75A3' cx='7' cy='7' r='7'%3E%3C/circle%3E%3Ccircle id='Oval-Copy-2' fill='%233B5999' cx='18.5' cy='18' r='5.5'%3E%3C/circle%3E%3Ccircle id='Oval-Copy-3' fill='%2355ACEE' cx='4.38110636' cy='20.5' r='3.61889364'%3E%3C/circle%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.tumbler__wrapper:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cstyle%3E.a%7Bfill:%23F0C419;%7D%3C/style%3E%3Cg fill='none'%3E%3Cg class='a'%3E%3Cpath d='M7.5 0C7.4 0 7.3 0.1 7.3 0.3L7.3 1.8C7.3 1.9 7.4 2 7.5 2 7.6 2 7.8 1.9 7.8 1.8L7.8 0.3C7.8 0.1 7.6 0 7.5 0Z'/%3E%3Cpath d='M7.5 13C7.4 13 7.3 13.1 7.3 13.3L7.3 14.8C7.3 14.9 7.4 15 7.5 15 7.6 15 7.8 14.9 7.8 14.8L7.8 13.3C7.8 13.1 7.6 13 7.5 13Z'/%3E%3Cpath d='M14.8 7.3L13.3 7.3C13.1 7.3 13 7.4 13 7.5 13 7.6 13.1 7.8 13.3 7.8L14.8 7.8C14.9 7.8 15 7.6 15 7.5 15 7.4 14.9 7.3 14.8 7.3Z'/%3E%3Cpath d='M2 7.5C2 7.4 1.9 7.3 1.8 7.3L0.3 7.3C0.1 7.3 0 7.4 0 7.5 0 7.6 0.1 7.8 0.3 7.8L1.8 7.8C1.9 7.8 2 7.6 2 7.5Z'/%3E%3Cpath d='M11.6 3.7C11.6 3.7 11.7 3.7 11.7 3.6L13.2 2.2C13.3 2.1 13.3 1.9 13.2 1.8 13.1 1.7 12.9 1.7 12.8 1.8L11.4 3.3C11.3 3.4 11.3 3.5 11.4 3.6 11.4 3.7 11.5 3.7 11.6 3.7Z'/%3E%3Cpath d='M3.3 11.4L1.8 12.8C1.7 12.9 1.7 13.1 1.8 13.2 1.9 13.2 1.9 13.3 2 13.3 2.1 13.3 2.1 13.2 2.2 13.2L3.6 11.7C3.7 11.6 3.7 11.5 3.6 11.4 3.5 11.3 3.4 11.3 3.3 11.4Z'/%3E%3Cpath d='M11.7 11.4C11.6 11.3 11.5 11.3 11.4 11.4 11.3 11.5 11.3 11.6 11.4 11.7L12.8 13.2C12.9 13.2 12.9 13.3 13 13.3 13.1 13.3 13.1 13.2 13.2 13.2 13.3 13.1 13.3 12.9 13.2 12.8L11.7 11.4Z'/%3E%3Cpath d='M2.2 1.8C2.1 1.7 1.9 1.7 1.8 1.8 1.7 1.9 1.7 2.1 1.8 2.2L3.3 3.6C3.3 3.7 3.4 3.7 3.4 3.7 3.5 3.7 3.6 3.7 3.6 3.6 3.7 3.5 3.7 3.4 3.6 3.3L2.2 1.8Z'/%3E%3Cpath d='M12.6 5.4C12.6 5.4 12.7 5.5 12.8 5.5 12.8 5.5 12.9 5.5 12.9 5.5L13.6 5.2C13.7 5.1 13.8 5 13.7 4.9 13.7 4.7 13.5 4.7 13.4 4.7L12.7 5C12.6 5.1 12.5 5.2 12.6 5.4Z'/%3E%3Cpath d='M2.4 9.6C2.4 9.5 2.2 9.5 2.1 9.5L1.4 9.8C1.3 9.9 1.2 10 1.3 10.1 1.3 10.2 1.4 10.3 1.5 10.3 1.5 10.3 1.6 10.3 1.6 10.3L2.3 10C2.4 9.9 2.5 9.8 2.4 9.6Z'/%3E%3Cpath d='M13.6 9.7L12.9 9.4C12.8 9.4 12.7 9.4 12.6 9.6 12.5 9.7 12.6 9.8 12.7 9.9L13.4 10.2C13.5 10.2 13.5 10.2 13.5 10.2 13.6 10.2 13.7 10.1 13.8 10 13.8 9.9 13.7 9.8 13.6 9.7Z'/%3E%3Cpath d='M1.4 5.3L2.1 5.6C2.1 5.6 2.1 5.6 2.2 5.6 2.3 5.6 2.4 5.5 2.4 5.4 2.5 5.3 2.4 5.2 2.3 5.1L1.6 4.8C1.4 4.8 1.3 4.8 1.2 5 1.2 5.1 1.3 5.2 1.4 5.3Z'/%3E%3Cpath d='M10 12.7C9.9 12.6 9.8 12.5 9.6 12.6 9.5 12.6 9.5 12.8 9.5 12.9L9.8 13.6C9.8 13.7 9.9 13.7 10 13.7 10.1 13.7 10.1 13.7 10.1 13.7 10.3 13.7 10.3 13.5 10.3 13.4L10 12.7Z'/%3E%3Cpath d='M5.3 2.5C5.3 2.5 5.3 2.5 5.4 2.4 5.5 2.4 5.5 2.2 5.5 2.1L5.2 1.4C5.1 1.3 5 1.2 4.9 1.3 4.7 1.3 4.7 1.5 4.7 1.6L5 2.3C5.1 2.4 5.2 2.5 5.3 2.5Z'/%3E%3Cpath d='M5.4 12.6C5.3 12.5 5.2 12.6 5.1 12.7L4.8 13.4C4.8 13.6 4.8 13.7 5 13.8 5 13.8 5 13.8 5.1 13.8 5.2 13.8 5.3 13.7 5.3 13.6L5.6 12.9C5.6 12.8 5.6 12.7 5.4 12.6Z'/%3E%3Cpath d='M9.7 2.4C9.8 2.4 9.8 2.4 9.9 2.3L10.2 1.6C10.2 1.4 10.2 1.3 10 1.2 9.9 1.2 9.8 1.3 9.7 1.4L9.4 2.1C9.4 2.2 9.4 2.3 9.6 2.4 9.6 2.4 9.6 2.4 9.7 2.4Z'/%3E%3C/g%3E%3Ccircle cx='7.5' cy='7.5' r='5' class='a'/%3E%3Ccircle cx='7.5' cy='7.5' r='3.8' fill='%23EDE21B'/%3E%3C/g%3E%3C/svg%3E%0A")
}

.bb-panel .bb-btn.b:before {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='9' viewBox='0 0 8 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 7.80469C0.324219 7.79297 0.556641 7.75 0.697266 7.67578C0.935547 7.55078 1.05469 7.3125 1.05469 6.96094V1.1543C1.05469 0.802734 0.943359 0.566406 0.720703 0.445312C0.587891 0.371094 0.347656 0.324219 0 0.304688V0H3.70898C4.42383 0 5.01758 0.0820312 5.49023 0.246094C6.38086 0.554688 6.82617 1.11719 6.82617 1.93359C6.82617 2.42969 6.64453 2.82422 6.28125 3.11719C5.92188 3.40625 5.53125 3.58984 5.10938 3.66797V3.7793C5.55469 3.86523 5.94141 4.00977 6.26953 4.21289C6.91016 4.61133 7.23047 5.16602 7.23047 5.87695C7.23047 6.54102 6.92383 7.08008 6.31055 7.49414C5.69727 7.9043 4.88086 8.10938 3.86133 8.10938H0V7.80469ZM2.9707 3.63867C3.71289 3.63867 4.21094 3.51758 4.46484 3.27539C4.71875 3.0332 4.8457 2.60352 4.8457 1.98633C4.8457 1.5293 4.76172 1.14453 4.59375 0.832031C4.42969 0.519531 4.11133 0.363281 3.63867 0.363281C3.38867 0.363281 3.21484 0.40625 3.11719 0.492188C3.01953 0.574219 2.9707 0.724609 2.9707 0.943359V3.63867ZM2.9707 7.00195C2.97461 7.21289 3.00586 7.36719 3.06445 7.46484C3.16211 7.63672 3.34961 7.72266 3.62695 7.72266C4.19336 7.72266 4.58984 7.56836 4.81641 7.25977C5.04688 6.95117 5.16211 6.51172 5.16211 5.94141C5.16211 5.08984 4.91016 4.52344 4.40625 4.24219C4.10156 4.07031 3.62305 3.99023 2.9707 4.00195V7.00195Z' fill='%232C2C2C'/%3E%3C/svg%3E%0A")
}

.bb-panel .bb-btn.i:before {
    background-image: url("data:image/svg+xml,%3Csvg width='5' height='8' viewBox='0 0 5 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 7.63477C0.28125 7.61133 0.474609 7.56055 0.580078 7.48242C0.744141 7.36523 0.878906 7.12109 0.984375 6.75L2.45508 1.44141C2.50977 1.22656 2.54688 1.07617 2.56641 0.990234C2.58594 0.900391 2.5957 0.8125 2.5957 0.726562C2.5957 0.535156 2.5332 0.404297 2.4082 0.333984C2.2832 0.259766 2.0625 0.212891 1.74609 0.193359V0H4.7168V0.193359C4.40039 0.236328 4.18164 0.304688 4.06055 0.398438C3.94336 0.488281 3.83398 0.714844 3.73242 1.07812L2.26172 6.38672C2.21094 6.57422 2.17383 6.72852 2.15039 6.84961C2.13086 6.9707 2.12109 7.0625 2.12109 7.125C2.12109 7.32031 2.18945 7.45117 2.32617 7.51758C2.4668 7.58398 2.67188 7.62305 2.94141 7.63477V7.82812H0V7.63477Z' fill='%232C2C2C'/%3E%3C/svg%3E%0A")
}

.bb-panel .bb-btn.s:before {
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='9' viewBox='0 0 7 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.773438 5.69531C0.976562 6.23438 1.21484 6.66406 1.48828 6.98438C1.96484 7.54297 2.55664 7.82227 3.26367 7.82227C3.64648 7.82227 3.97656 7.70117 4.25391 7.45898C4.53516 7.2168 4.67578 6.87891 4.67578 6.44531C4.67578 6.05469 4.53516 5.71484 4.25391 5.42578C4.07031 5.24219 3.68359 4.9668 3.09375 4.59961L2.06836 3.96094C1.75977 3.76562 1.51367 3.56836 1.33008 3.36914C0.990234 2.99023 0.820312 2.57227 0.820312 2.11523C0.820312 1.50977 1.02148 1.00586 1.42383 0.603516C1.82617 0.201172 2.35938 0 3.02344 0C3.29688 0 3.625 0.0683594 4.00781 0.205078C4.39453 0.337891 4.61523 0.404297 4.66992 0.404297C4.81836 0.404297 4.91992 0.369141 4.97461 0.298828C5.0332 0.228516 5.07812 0.128906 5.10938 0H5.35547L5.61914 2.55469H5.33203C5.13672 1.78516 4.82227 1.24805 4.38867 0.943359C3.95898 0.638672 3.5332 0.486328 3.11133 0.486328C2.7832 0.486328 2.49609 0.583984 2.25 0.779297C2.00781 0.970703 1.88672 1.23828 1.88672 1.58203C1.88672 1.89062 1.98047 2.1543 2.16797 2.37305C2.35547 2.5957 2.64648 2.82812 3.04102 3.07031L4.0957 3.7207C4.75586 4.12695 5.2207 4.5 5.49023 4.83984C5.75586 5.18359 5.88867 5.58984 5.88867 6.05859C5.88867 6.6875 5.65039 7.21289 5.17383 7.63477C4.70117 8.05664 4.0957 8.26758 3.35742 8.26758C2.98633 8.26758 2.59766 8.19727 2.19141 8.05664C1.78906 7.91602 1.55859 7.8457 1.5 7.8457C1.35938 7.8457 1.26367 7.88867 1.21289 7.97461C1.16602 8.06055 1.13477 8.15234 1.11914 8.25H0.855469L0.498047 5.69531H0.773438Z' fill='%232C2C2C'/%3E%3Cpath d='M0 5.00391H6.67383V5.47266H0V5.00391Z' fill='%232C2C2C'/%3E%3C/svg%3E%0A")
}

.bb-panel .bb-btn.sp:before {
    background-image: url("data:image/svg+xml,%3Csvg width='56' height='9' viewBox='0 0 56 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 5.53125H0.345703C0.541016 6.42578 0.855469 7.07617 1.28906 7.48242C1.72656 7.88867 2.22656 8.0918 2.78906 8.0918C3.33594 8.0918 3.72461 7.95312 3.95508 7.67578C4.18555 7.39453 4.30078 7.09961 4.30078 6.79102C4.30078 6.43164 4.17969 6.13867 3.9375 5.91211C3.77734 5.76367 3.45508 5.57031 2.9707 5.33203L2.19141 4.94531C1.41797 4.5625 0.873047 4.18359 0.556641 3.80859C0.240234 3.43359 0.0820312 2.9707 0.0820312 2.41992C0.0820312 1.83398 0.291016 1.28711 0.708984 0.779297C1.13086 0.271484 1.77539 0.0175781 2.64258 0.0175781C3.08398 0.0175781 3.50977 0.0839844 3.91992 0.216797C4.33398 0.349609 4.57031 0.416016 4.62891 0.416016C4.76172 0.416016 4.85352 0.378906 4.9043 0.304688C4.95508 0.226562 4.99609 0.125 5.02734 0H5.38477V2.61328H5.05078C4.89062 2.00781 4.60742 1.48633 4.20117 1.04883C3.79883 0.611328 3.30859 0.392578 2.73047 0.392578C2.32422 0.392578 2.00195 0.503906 1.76367 0.726562C1.5293 0.945312 1.41211 1.21289 1.41211 1.5293C1.41211 1.9082 1.52344 2.19141 1.74609 2.37891C1.96484 2.57031 2.45117 2.85156 3.20508 3.22266L4.10742 3.66797C4.50977 3.86719 4.83008 4.08789 5.06836 4.33008C5.51367 4.7832 5.73633 5.33398 5.73633 5.98242C5.73633 6.58789 5.49609 7.16016 5.01562 7.69922C4.53906 8.23438 3.77344 8.50195 2.71875 8.50195C2.47656 8.50195 2.23047 8.47852 1.98047 8.43164C1.73438 8.38867 1.49023 8.32031 1.24805 8.22656L1.01367 8.13867C0.958984 8.12305 0.90625 8.11133 0.855469 8.10352C0.804688 8.0918 0.761719 8.08594 0.726562 8.08594C0.601562 8.08594 0.515625 8.12305 0.46875 8.19727C0.421875 8.26758 0.380859 8.36914 0.345703 8.50195H0V5.53125Z' fill='%232C2C2C'/%3E%3Cpath d='M9.39844 4.27734C10.1133 4.26562 10.5898 4.18359 10.8281 4.03125C11.207 3.78906 11.3965 3.26758 11.3965 2.4668C11.3965 1.91992 11.3047 1.47852 11.1211 1.14258C10.9375 0.806641 10.5859 0.638672 10.0664 0.638672C9.82812 0.638672 9.65625 0.667969 9.55078 0.726562C9.44922 0.78125 9.39844 0.890625 9.39844 1.05469V4.27734ZM6.45703 8.02734C6.85156 8 7.11523 7.91797 7.24805 7.78125C7.38477 7.64062 7.45312 7.35742 7.45312 6.93164V1.62891C7.45312 1.17578 7.38477 0.890625 7.24805 0.773438C7.11133 0.652344 6.84766 0.570312 6.45703 0.527344V0.222656H10.3184C11.3418 0.222656 12.1191 0.388672 12.6504 0.720703C13.1855 1.05273 13.4531 1.62305 13.4531 2.43164C13.4531 2.82617 13.3477 3.19727 13.1367 3.54492C12.9297 3.88867 12.5859 4.16602 12.1055 4.37695C11.7422 4.52539 11.3789 4.61523 11.0156 4.64648C10.6523 4.67773 10.1133 4.69336 9.39844 4.69336V6.93164C9.39844 7.37305 9.47266 7.66211 9.62109 7.79883C9.76953 7.93555 10.0469 8.01172 10.4531 8.02734V8.33203H6.45703V8.02734Z' fill='%232C2C2C'/%3E%3Cpath d='M18.252 8.16797C19.1504 8.16797 19.7676 7.63477 20.1035 6.56836C20.2832 5.99023 20.373 5.23633 20.373 4.30664C20.373 3.0293 20.1816 2.06641 19.7988 1.41797C19.4199 0.769531 18.9043 0.445312 18.252 0.445312C17.3457 0.445312 16.7246 0.986328 16.3887 2.06836C16.2129 2.64258 16.125 3.38867 16.125 4.30664C16.125 5.24023 16.2148 5.99414 16.3945 6.56836C16.7266 7.63477 17.3457 8.16797 18.252 8.16797ZM18.252 0.0410156C19.4629 0.0410156 20.4688 0.431641 21.2695 1.21289C22.0938 2.01367 22.5059 3.04492 22.5059 4.30664C22.5059 5.56836 22.0938 6.59961 21.2695 7.40039C20.4648 8.18164 19.459 8.57227 18.252 8.57227C16.9707 8.57227 15.9258 8.14453 15.1172 7.28906C14.3633 6.48438 13.9863 5.51172 13.9863 4.37109C13.9863 3.11328 14.3809 2.08008 15.1699 1.27148C15.9668 0.451172 16.9941 0.0410156 18.252 0.0410156Z' fill='%232C2C2C'/%3E%3Cpath d='M23.1328 8.02734C23.4727 8.01953 23.7168 7.97852 23.8652 7.9043C24.1074 7.7793 24.2285 7.53906 24.2285 7.18359V1.37695C24.2285 1.02148 24.1133 0.783203 23.8828 0.662109C23.7422 0.587891 23.4922 0.542969 23.1328 0.527344V0.222656H27.3281V0.527344C26.9531 0.542969 26.6953 0.585938 26.5547 0.65625C26.3203 0.777344 26.2031 1.01758 26.2031 1.37695V7.18359C26.2031 7.51953 26.2969 7.74414 26.4844 7.85742C26.6719 7.9707 26.9531 8.02734 27.3281 8.02734V8.33203H23.1328V8.02734Z' fill='%232C2C2C'/%3E%3Cpath d='M27.832 8.02734C28.1602 8.01562 28.3945 7.97266 28.5352 7.89844C28.7734 7.77344 28.8926 7.53516 28.8926 7.18359V1.37695C28.8926 1.02539 28.7793 0.789062 28.5527 0.667969C28.4199 0.59375 28.1797 0.546875 27.832 0.527344V0.222656H32.0273V0.527344C31.5391 0.542969 31.2129 0.611328 31.0488 0.732422C30.8887 0.853516 30.8086 1.15234 30.8086 1.62891V7.29492C30.8086 7.56055 30.877 7.73633 31.0137 7.82227C31.1543 7.9082 31.4258 7.95117 31.8281 7.95117C32.5508 7.95117 33.1562 7.79297 33.6445 7.47656C34.1367 7.15625 34.5605 6.53516 34.916 5.61328H35.2676L34.7812 8.33203H27.832V8.02734Z' fill='%232C2C2C'/%3E%3Cpath d='M35.8125 8.33203V8.02734C36.1562 8.01562 36.4004 7.96875 36.5449 7.88672C36.7676 7.76172 36.8789 7.52734 36.8789 7.18359V1.37695C36.8789 1.02539 36.7637 0.789062 36.5332 0.667969C36.4004 0.59375 36.1602 0.546875 35.8125 0.527344V0.222656H42.7266V2.64258H42.4336C42.2812 1.86914 42.0215 1.33984 41.6543 1.05469C41.291 0.769531 40.627 0.626953 39.6621 0.626953C39.2949 0.626953 39.0605 0.666016 38.959 0.744141C38.8613 0.818359 38.8125 0.96875 38.8125 1.19531V3.97266C39.4961 3.98047 39.959 3.85742 40.2012 3.60352C40.4434 3.3457 40.6289 2.87695 40.7578 2.19727H41.0625V6.25195H40.7578C40.6719 5.56836 40.4961 5.08789 40.2305 4.81055C39.9688 4.5293 39.4961 4.38867 38.8125 4.38867V7.29492C38.8125 7.54883 38.877 7.72266 39.0059 7.81641C39.1387 7.90625 39.4082 7.95117 39.8145 7.95117C40.5801 7.95117 41.2051 7.80273 41.6895 7.50586C42.1738 7.20898 42.6035 6.65234 42.9785 5.83594H43.3125L42.8262 8.33203H35.8125Z' fill='%232C2C2C'/%3E%3Cpath d='M43.8164 8.02734C44.2227 8.00781 44.5 7.93164 44.6484 7.79883C44.7969 7.66602 44.8711 7.37695 44.8711 6.93164V1.62891C44.8711 1.16406 44.7832 0.861328 44.6074 0.720703C44.4902 0.626953 44.2266 0.5625 43.8164 0.527344V0.222656H47.6777C48.4785 0.222656 49.127 0.306641 49.623 0.474609C50.584 0.814453 51.0645 1.42578 51.0645 2.30859C51.0645 2.96094 50.8242 3.47461 50.3438 3.84961C49.9766 4.13086 49.5879 4.31055 49.1777 4.38867L51.5918 7.80469C51.6582 7.89844 51.7285 7.96094 51.8027 7.99219C51.877 8.01953 51.9688 8.03711 52.0781 8.04492V8.33203H49.623L47.1328 4.58203H46.8164V6.93164C46.8164 7.35352 46.8867 7.63867 47.0273 7.78711C47.168 7.93164 47.4492 8.01172 47.8711 8.02734V8.33203H43.8164V8.02734ZM46.8164 4.19531C47.6016 4.18359 48.1621 4.07422 48.498 3.86719C48.8379 3.65625 49.0078 3.17188 49.0078 2.41406C49.0078 1.94922 48.9434 1.58203 48.8145 1.3125C48.5918 0.855469 48.1855 0.626953 47.5957 0.626953C47.2754 0.626953 47.0645 0.667969 46.9629 0.75C46.8652 0.828125 46.8164 0.958984 46.8164 1.14258V4.19531Z' fill='%232C2C2C'/%3E%3Cpath d='M53.25 7.48828C53.25 7.20703 53.3477 6.96875 53.543 6.77344C53.7422 6.57422 53.9824 6.47461 54.2637 6.47461C54.5449 6.47461 54.7832 6.57422 54.9785 6.77344C55.1777 6.96875 55.2773 7.20703 55.2773 7.48828C55.2773 7.76953 55.1777 8.00977 54.9785 8.20898C54.7832 8.4043 54.5449 8.50195 54.2637 8.50195C53.9824 8.50195 53.7422 8.4043 53.543 8.20898C53.3477 8.00977 53.25 7.76953 53.25 7.48828ZM53.25 1.26562C53.25 0.820312 53.3496 0.505859 53.5488 0.322266C53.752 0.134766 53.9902 0.0410156 54.2637 0.0410156C54.5293 0.0410156 54.7637 0.132812 54.9668 0.316406C55.1738 0.5 55.2773 0.802734 55.2773 1.22461C55.2773 1.35742 55.2441 1.55859 55.1777 1.82812C55.1152 2.09375 55 2.53125 54.832 3.14062C54.7305 3.50781 54.6602 3.81445 54.6211 4.06055C54.5859 4.30273 54.5273 4.79297 54.4453 5.53125H54.0996C53.9863 4.60156 53.9102 4.02734 53.8711 3.80859C53.832 3.58984 53.7539 3.2832 53.6367 2.88867C53.4883 2.38477 53.3926 2.04883 53.3496 1.88086C53.2832 1.61914 53.25 1.41406 53.25 1.26562Z' fill='%232C2C2C'/%3E%3C/svg%3E%0A")
}

.bb-panel .bb-btn.u:before {
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='10' viewBox='0 0 9 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.56836 0V0.222656C3.10742 0.253906 2.80859 0.332031 2.67188 0.457031C2.53516 0.578125 2.4668 0.859375 2.4668 1.30078V5.13867C2.4668 5.76758 2.55273 6.25781 2.72461 6.60938C3.04492 7.25 3.65234 7.57031 4.54688 7.57031C5.52734 7.57031 6.18555 7.24219 6.52148 6.58594C6.70898 6.21875 6.80273 5.65234 6.80273 4.88672V1.76367C6.80273 1.11133 6.72461 0.703125 6.56836 0.539062C6.41211 0.371094 6.11523 0.265625 5.67773 0.222656V0H8.45508V0.222656C7.99023 0.273438 7.68555 0.386719 7.54102 0.5625C7.40039 0.734375 7.33008 1.13477 7.33008 1.76367V4.88672C7.33008 5.71484 7.20312 6.36133 6.94922 6.82617C6.48047 7.68164 5.58984 8.10938 4.27734 8.10938C2.98047 8.10938 2.09766 7.6875 1.62891 6.84375C1.375 6.39062 1.24805 5.79297 1.24805 5.05078V1.30078C1.24805 0.863281 1.17969 0.583984 1.04297 0.462891C0.910156 0.337891 0.617188 0.257812 0.164062 0.222656V0H3.56836Z' fill='%232C2C2C'/%3E%3Cpath d='M0 9.14062H8.66602V9.73242H0V9.14062Z' fill='%232C2C2C'/%3E%3C/svg%3E%0A")
}

.b-tg__sub:before,
.b-tophead__subscribe-dropdown-list li a.tg:before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='24px' height='24px' viewBox='0 0 24 24' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3ClinearGradient x1='66.7%25' y1='16.7%25' x2='41.7%25' y2='75%25' id='linearGradient-1'%3E%3Cstop stop-color='%2337AEE2' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%231E96C8' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3ClinearGradient x1='66%25' y1='43.7%25' x2='85.1%25' y2='80.2%25' id='linearGradient-2'%3E%3Cstop stop-color='%23EFF7FC' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23FFFFFF' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='icon-tg' fill-rule='nonzero'%3E%3Ccircle id='Oval' fill='url(%23linearGradient-1)' cx='12' cy='12' r='12'%3E%3C/circle%3E%3Cpath d='M9.8,17.5 C9.4112,17.5 9.4773,17.3532 9.3432,16.983 L8.2,13.2207 L17,8' id='Path' fill='%23C8DAEA'%3E%3C/path%3E%3Cpath d='M9.8,17.5 C10.1,17.5 10.2325,17.3628 10.4,17.2 L12,15.6442 L10.0042,14.4407' id='Path' fill='%23A9C9DD'%3E%3C/path%3E%3Cpath d='M10.004,14.441 L14.84,18.0139 C15.3919,18.3184 15.7901,18.1607 15.9276,17.5016 L17.8961,8.2253 C18.0976,7.4173 17.5881,7.0507 17.0601,7.2904 L5.5011,11.7475 C4.7121,12.064 4.7168,12.5042 5.3573,12.7003 L8.3236,13.6262 L15.1909,9.2937 C15.5151,9.0971 15.8127,9.2027 15.5685,9.4195' id='Path' fill='url(%23linearGradient-2)'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.b-footer__social .tg i,
.b-social__join .tg:before {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 300 300' style='enable-background:new 0 0 300 300;' xml:space='preserve'%3E%3Cg id='XMLID_496_'%3E%3Cpath id='XMLID_497_' d='M5.299,144.645l69.126,25.8l26.756,86.047c1.712,5.511,8.451,7.548,12.924,3.891l38.532-31.412 c4.039-3.291,9.792-3.455,14.013-0.391l69.498,50.457c4.785,3.478,11.564,0.856,12.764-4.926L299.823,29.22 c1.31-6.316-4.896-11.585-10.91-9.259L5.218,129.402C-1.783,132.102-1.722,142.014,5.299,144.645z M96.869,156.711l135.098-83.207 c2.428-1.491,4.926,1.792,2.841,3.726L123.313,180.87c-3.919,3.648-6.447,8.53-7.163,13.829l-3.798,28.146 c-0.503,3.758-5.782,4.131-6.819,0.494l-14.607-51.325C89.253,166.16,91.691,159.907,96.869,156.711z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A")
}

.b-comment__like_it:before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='18px' height='19px' viewBox='0 0 18 19' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='common-styles' transform='translate(-1167.000000, -1278.000000)' fill='%23000000' fill-rule='nonzero'%3E%3Cg id='thumb_up' transform='translate(1176.000000, 1287.500000) scale(-1, 1) translate(-1176.000000, -1287.500000) translate(1167.000000, 1278.000000)'%3E%3Cpath d='M16.425781,8.863281 C15.773438,8.234375 14.855469,8.164062 14.21875,8.164062 C13.890625,8.164062 13.574219,8.183594 13.277344,8.207031 C13.253906,8.207031 13.207031,8.195312 13.167969,8.179688 C13.105469,8.160156 13.03125,8.136719 12.945312,8.132812 C12.644531,8.070312 12.40625,8.003906 12.1875,7.832031 C11.734375,7.429688 11.339844,6.929688 10.957031,6.445312 L10.679688,6.101562 C10.179688,5.496094 9.566406,4.691406 9.261719,3.828125 C9.097656,3.398438 9.03125,2.941406 9.054688,2.386719 C9.058594,2.28125 9.066406,2.179688 9.070312,2.082031 C9.09375,1.679688 9.117188,1.300781 8.984375,0.910156 C8.800781,0.332031 8.34375,0 7.734375,0 C7.320312,0 6.890625,0.15625 6.5625,0.417969 C5.738281,0.988281 5.210938,2.074219 5.148438,3.320312 C5.113281,4.019531 5.324219,4.621094 5.53125,5.199219 C5.710938,5.707031 5.882812,6.183594 5.878906,6.699219 C5.878906,7.484375 5.199219,7.699219 4.242188,7.921875 C4.140625,7.949219 4.035156,7.972656 3.953125,7.992188 C3.84375,8.011719 3.734375,8.03125 3.621094,8.050781 C2.902344,8.167969 2.089844,8.304688 1.5,8.867188 C1.054688,9.308594 0.84375,10.035156 0.960938,10.722656 C1.046875,11.21875 1.289062,11.625 1.644531,11.867188 C1.421875,12.710938 1.835938,13.691406 2.632812,14.214844 C2.558594,14.59375 2.628906,15.027344 2.839844,15.429688 C3.078125,15.878906 3.457031,16.230469 3.875,16.398438 C3.878906,17.167969 4.402344,17.839844 5.234375,18.074219 C5.464844,18.121094 5.714844,18.144531 5.996094,18.144531 C6.417969,18.144531 6.835938,18.09375 7.242188,18.050781 C7.378906,18.035156 7.515625,18.019531 7.671875,18.003906 C7.910156,17.953125 8.160156,17.921875 8.410156,17.890625 C8.929688,17.824219 9.464844,17.753906 9.949219,17.546875 C10.339844,17.371094 10.6875,17.117188 11.023438,16.875 C11.132812,16.796875 11.238281,16.71875 11.347656,16.640625 C11.457031,16.5625 11.566406,16.460938 11.675781,16.355469 C11.871094,16.175781 12.066406,15.988281 12.261719,15.949219 C12.433594,15.917969 12.59375,15.898438 12.753906,15.882812 C12.929688,15.863281 13.101562,15.84375 13.269531,15.808594 L13.351562,15.808594 C13.527344,15.808594 13.722656,15.820312 13.925781,15.832031 C14.15625,15.847656 14.394531,15.863281 14.628906,15.863281 C15.210938,15.863281 15.941406,15.789062 16.414062,15.207031 C17.105469,14.386719 17.207031,13.132812 17.210938,11.898438 L17.210938,11.847656 C17.222656,10.941406 17.230469,9.574219 16.425781,8.863281 Z M13.789062,13.808594 C13.609375,14.460938 13.257812,14.726562 12.515625,14.796875 C12.285156,14.796875 12,14.796875 11.734375,14.960938 C11.449219,15.039062 11.222656,15.253906 11.019531,15.445312 C10.941406,15.519531 10.863281,15.59375 10.789062,15.652344 C10.691406,15.722656 10.589844,15.796875 10.488281,15.875 C10.179688,16.109375 9.863281,16.347656 9.578125,16.488281 C9.402344,16.535156 9.207031,16.578125 9.011719,16.621094 L8.628906,16.707031 C7.835938,16.851562 7.007812,16.925781 6.230469,16.996094 C5.96875,16.996094 5.699219,16.996094 5.429688,16.921875 C5.277344,16.902344 5.164062,16.835938 5.09375,16.714844 C4.996094,16.554688 4.984375,16.3125 5.066406,16.101562 C5.128906,15.957031 5.117188,15.796875 5.03125,15.667969 C4.90625,15.472656 4.648438,15.386719 4.449219,15.386719 L4.425781,15.386719 L4.398438,15.390625 C4.375,15.394531 4.351562,15.398438 4.328125,15.398438 C4.167969,15.398438 4.003906,15.261719 3.886719,15.039062 C3.738281,14.753906 3.71875,14.410156 3.824219,14.257812 C3.949219,14.113281 3.96875,13.90625 3.878906,13.710938 C3.800781,13.539062 3.65625,13.429688 3.496094,13.410156 C3.117188,13.28125 2.875,13.042969 2.769531,12.710938 C2.691406,12.429688 2.714844,12.109375 2.84375,11.953125 C2.964844,11.75 2.996094,11.511719 2.917969,11.320312 C2.855469,11.160156 2.726562,11.046875 2.535156,10.992188 C2.175781,10.925781 2.066406,10.636719 2.039062,10.398438 C1.980469,9.964844 2.316406,9.636719 2.628906,9.480469 C3.105469,9.210938 3.695312,9.117188 4.261719,9.023438 C4.566406,8.972656 4.882812,8.921875 5.179688,8.84375 C6.199219,8.582031 6.929688,7.785156 7,6.863281 C7.050781,6.1875 6.835938,5.5625 6.628906,4.964844 C6.453125,4.453125 6.289062,3.976562 6.273438,3.46875 C6.261719,2.980469 6.402344,2.441406 6.671875,1.925781 C6.933594,1.519531 7.371094,1.082031 7.71875,1.082031 C7.734375,1.082031 7.753906,1.085938 7.769531,1.085938 C7.984375,1.117188 7.976562,1.527344 7.953125,1.90625 L7.949219,2 C7.914062,2.621094 7.902344,3.148438 8.042969,3.757812 C8.242188,4.582031 8.714844,5.25 9.164062,5.898438 C9.265625,6.039062 9.363281,6.179688 9.464844,6.328125 C9.890625,6.941406 10.429688,7.609375 11.019531,8.25 C11.132812,8.382812 11.253906,8.53125 11.402344,8.632812 C11.441406,8.707031 11.496094,8.746094 11.546875,8.765625 C11.914062,9.046875 12.304688,9.210938 12.804688,9.289062 C13.164062,9.359375 13.472656,9.414062 13.632812,9.679688 C13.945312,10.234375 13.953125,11 13.960938,11.609375 L13.960938,11.757812 C13.972656,12.40625 13.964844,13.152344 13.789062,13.808594 Z M16.089844,11.65625 L16.085938,11.898438 C16.09375,12.839844 16.03125,13.800781 15.574219,14.46875 C15.417969,14.707031 15.109375,14.722656 14.6875,14.722656 L14.644531,14.722656 C14.882812,14.242188 14.972656,13.679688 15.03125,13.171875 C15.128906,12.242188 15.117188,11.335938 15,10.472656 C14.949219,10.09375 14.867188,9.679688 14.6875,9.316406 C15.03125,9.351562 15.378906,9.445312 15.648438,9.675781 C16.101562,10.054688 16.09375,11.019531 16.089844,11.65625 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.b-comment__dislike_it:before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='18px' height='19px' viewBox='0 0 18 19' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='common-styles' transform='translate(-1167.000000, -1278.000000)' fill='%23000000' fill-rule='nonzero'%3E%3Cg id='thumb_up' transform='translate(1176.000000, 1287.500000) scale(1, -1) translate(-1176.000000, -1287.500000) translate(1167.000000, 1278.000000)'%3E%3Cpath d='M16.425781,8.863281 C15.773438,8.234375 14.855469,8.164062 14.21875,8.164062 C13.890625,8.164062 13.574219,8.183594 13.277344,8.207031 C13.253906,8.207031 13.207031,8.195312 13.167969,8.179688 C13.105469,8.160156 13.03125,8.136719 12.945312,8.132812 C12.644531,8.070312 12.40625,8.003906 12.1875,7.832031 C11.734375,7.429688 11.339844,6.929688 10.957031,6.445312 L10.679688,6.101562 C10.179688,5.496094 9.566406,4.691406 9.261719,3.828125 C9.097656,3.398438 9.03125,2.941406 9.054688,2.386719 C9.058594,2.28125 9.066406,2.179688 9.070312,2.082031 C9.09375,1.679688 9.117188,1.300781 8.984375,0.910156 C8.800781,0.332031 8.34375,0 7.734375,0 C7.320312,0 6.890625,0.15625 6.5625,0.417969 C5.738281,0.988281 5.210938,2.074219 5.148438,3.320312 C5.113281,4.019531 5.324219,4.621094 5.53125,5.199219 C5.710938,5.707031 5.882812,6.183594 5.878906,6.699219 C5.878906,7.484375 5.199219,7.699219 4.242188,7.921875 C4.140625,7.949219 4.035156,7.972656 3.953125,7.992188 C3.84375,8.011719 3.734375,8.03125 3.621094,8.050781 C2.902344,8.167969 2.089844,8.304688 1.5,8.867188 C1.054688,9.308594 0.84375,10.035156 0.960938,10.722656 C1.046875,11.21875 1.289062,11.625 1.644531,11.867188 C1.421875,12.710938 1.835938,13.691406 2.632812,14.214844 C2.558594,14.59375 2.628906,15.027344 2.839844,15.429688 C3.078125,15.878906 3.457031,16.230469 3.875,16.398438 C3.878906,17.167969 4.402344,17.839844 5.234375,18.074219 C5.464844,18.121094 5.714844,18.144531 5.996094,18.144531 C6.417969,18.144531 6.835938,18.09375 7.242188,18.050781 C7.378906,18.035156 7.515625,18.019531 7.671875,18.003906 C7.910156,17.953125 8.160156,17.921875 8.410156,17.890625 C8.929688,17.824219 9.464844,17.753906 9.949219,17.546875 C10.339844,17.371094 10.6875,17.117188 11.023438,16.875 C11.132812,16.796875 11.238281,16.71875 11.347656,16.640625 C11.457031,16.5625 11.566406,16.460938 11.675781,16.355469 C11.871094,16.175781 12.066406,15.988281 12.261719,15.949219 C12.433594,15.917969 12.59375,15.898438 12.753906,15.882812 C12.929688,15.863281 13.101562,15.84375 13.269531,15.808594 L13.351562,15.808594 C13.527344,15.808594 13.722656,15.820312 13.925781,15.832031 C14.15625,15.847656 14.394531,15.863281 14.628906,15.863281 C15.210938,15.863281 15.941406,15.789062 16.414062,15.207031 C17.105469,14.386719 17.207031,13.132812 17.210938,11.898438 L17.210938,11.847656 C17.222656,10.941406 17.230469,9.574219 16.425781,8.863281 Z M13.789062,13.808594 C13.609375,14.460938 13.257812,14.726562 12.515625,14.796875 C12.285156,14.796875 12,14.796875 11.734375,14.960938 C11.449219,15.039062 11.222656,15.253906 11.019531,15.445312 C10.941406,15.519531 10.863281,15.59375 10.789062,15.652344 C10.691406,15.722656 10.589844,15.796875 10.488281,15.875 C10.179688,16.109375 9.863281,16.347656 9.578125,16.488281 C9.402344,16.535156 9.207031,16.578125 9.011719,16.621094 L8.628906,16.707031 C7.835938,16.851562 7.007812,16.925781 6.230469,16.996094 C5.96875,16.996094 5.699219,16.996094 5.429688,16.921875 C5.277344,16.902344 5.164062,16.835938 5.09375,16.714844 C4.996094,16.554688 4.984375,16.3125 5.066406,16.101562 C5.128906,15.957031 5.117188,15.796875 5.03125,15.667969 C4.90625,15.472656 4.648438,15.386719 4.449219,15.386719 L4.425781,15.386719 L4.398438,15.390625 C4.375,15.394531 4.351562,15.398438 4.328125,15.398438 C4.167969,15.398438 4.003906,15.261719 3.886719,15.039062 C3.738281,14.753906 3.71875,14.410156 3.824219,14.257812 C3.949219,14.113281 3.96875,13.90625 3.878906,13.710938 C3.800781,13.539062 3.65625,13.429688 3.496094,13.410156 C3.117188,13.28125 2.875,13.042969 2.769531,12.710938 C2.691406,12.429688 2.714844,12.109375 2.84375,11.953125 C2.964844,11.75 2.996094,11.511719 2.917969,11.320312 C2.855469,11.160156 2.726562,11.046875 2.535156,10.992188 C2.175781,10.925781 2.066406,10.636719 2.039062,10.398438 C1.980469,9.964844 2.316406,9.636719 2.628906,9.480469 C3.105469,9.210938 3.695312,9.117188 4.261719,9.023438 C4.566406,8.972656 4.882812,8.921875 5.179688,8.84375 C6.199219,8.582031 6.929688,7.785156 7,6.863281 C7.050781,6.1875 6.835938,5.5625 6.628906,4.964844 C6.453125,4.453125 6.289062,3.976562 6.273438,3.46875 C6.261719,2.980469 6.402344,2.441406 6.671875,1.925781 C6.933594,1.519531 7.371094,1.082031 7.71875,1.082031 C7.734375,1.082031 7.753906,1.085938 7.769531,1.085938 C7.984375,1.117188 7.976562,1.527344 7.953125,1.90625 L7.949219,2 C7.914062,2.621094 7.902344,3.148438 8.042969,3.757812 C8.242188,4.582031 8.714844,5.25 9.164062,5.898438 C9.265625,6.039062 9.363281,6.179688 9.464844,6.328125 C9.890625,6.941406 10.429688,7.609375 11.019531,8.25 C11.132812,8.382812 11.253906,8.53125 11.402344,8.632812 C11.441406,8.707031 11.496094,8.746094 11.546875,8.765625 C11.914062,9.046875 12.304688,9.210938 12.804688,9.289062 C13.164062,9.359375 13.472656,9.414062 13.632812,9.679688 C13.945312,10.234375 13.953125,11 13.960938,11.609375 L13.960938,11.757812 C13.972656,12.40625 13.964844,13.152344 13.789062,13.808594 Z M16.089844,11.65625 L16.085938,11.898438 C16.09375,12.839844 16.03125,13.800781 15.574219,14.46875 C15.417969,14.707031 15.109375,14.722656 14.6875,14.722656 L14.644531,14.722656 C14.882812,14.242188 14.972656,13.679688 15.03125,13.171875 C15.128906,12.242188 15.117188,11.335938 15,10.472656 C14.949219,10.09375 14.867188,9.679688 14.6875,9.316406 C15.03125,9.351562 15.378906,9.445312 15.648438,9.675781 C16.101562,10.054688 16.09375,11.019531 16.089844,11.65625 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

body.b-theme__template__night .b-comment__like_it:hover:before,
body.b-theme__template__night .b-comment__like_it.disabled:before,
.b-comment__like_it:hover:before,
.b-comment__like_it.disabled:before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='18px' height='19px' viewBox='0 0 18 19' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='common-styles' transform='translate(-1197.000000, -1310.000000)' fill='%2318A205' fill-rule='nonzero'%3E%3Cg id='thumb_up' transform='translate(1206.000000, 1319.500000) scale(-1, 1) translate(-1206.000000, -1319.500000) translate(1197.000000, 1310.000000)'%3E%3Cpath d='M16.425781,8.863281 C15.773438,8.234375 14.855469,8.164062 14.21875,8.164062 C13.890625,8.164062 13.574219,8.183594 13.277344,8.207031 C13.253906,8.207031 13.207031,8.195312 13.167969,8.179688 C13.105469,8.160156 13.03125,8.136719 12.945312,8.132812 C12.644531,8.070312 12.40625,8.003906 12.1875,7.832031 C11.734375,7.429688 11.339844,6.929688 10.957031,6.445312 L10.679688,6.101562 C10.179688,5.496094 9.566406,4.691406 9.261719,3.828125 C9.097656,3.398438 9.03125,2.941406 9.054688,2.386719 C9.058594,2.28125 9.066406,2.179688 9.070312,2.082031 C9.09375,1.679688 9.117188,1.300781 8.984375,0.910156 C8.800781,0.332031 8.34375,0 7.734375,0 C7.320312,0 6.890625,0.15625 6.5625,0.417969 C5.738281,0.988281 5.210938,2.074219 5.148438,3.320312 C5.113281,4.019531 5.324219,4.621094 5.53125,5.199219 C5.710938,5.707031 5.882812,6.183594 5.878906,6.699219 C5.878906,7.484375 5.199219,7.699219 4.242188,7.921875 C4.140625,7.949219 4.035156,7.972656 3.953125,7.992188 C3.84375,8.011719 3.734375,8.03125 3.621094,8.050781 C2.902344,8.167969 2.089844,8.304688 1.5,8.867188 C1.054688,9.308594 0.84375,10.035156 0.960938,10.722656 C1.046875,11.21875 1.289062,11.625 1.644531,11.867188 C1.421875,12.710938 1.835938,13.691406 2.632812,14.214844 C2.558594,14.59375 2.628906,15.027344 2.839844,15.429688 C3.078125,15.878906 3.457031,16.230469 3.875,16.398438 C3.878906,17.167969 4.402344,17.839844 5.234375,18.074219 C5.464844,18.121094 5.714844,18.144531 5.996094,18.144531 C6.417969,18.144531 6.835938,18.09375 7.242188,18.050781 C7.378906,18.035156 7.515625,18.019531 7.671875,18.003906 C7.910156,17.953125 8.160156,17.921875 8.410156,17.890625 C8.929688,17.824219 9.464844,17.753906 9.949219,17.546875 C10.339844,17.371094 10.6875,17.117188 11.023438,16.875 C11.132812,16.796875 11.238281,16.71875 11.347656,16.640625 C11.457031,16.5625 11.566406,16.460938 11.675781,16.355469 C11.871094,16.175781 12.066406,15.988281 12.261719,15.949219 C12.433594,15.917969 12.59375,15.898438 12.753906,15.882812 C12.929688,15.863281 13.101562,15.84375 13.269531,15.808594 L13.351562,15.808594 C13.527344,15.808594 13.722656,15.820312 13.925781,15.832031 C14.15625,15.847656 14.394531,15.863281 14.628906,15.863281 C15.210938,15.863281 15.941406,15.789062 16.414062,15.207031 C17.105469,14.386719 17.207031,13.132812 17.210938,11.898438 L17.210938,11.847656 C17.222656,10.941406 17.230469,9.574219 16.425781,8.863281 Z M13.789062,13.808594 C13.609375,14.460938 13.257812,14.726562 12.515625,14.796875 C12.285156,14.796875 12,14.796875 11.734375,14.960938 C11.449219,15.039062 11.222656,15.253906 11.019531,15.445312 C10.941406,15.519531 10.863281,15.59375 10.789062,15.652344 C10.691406,15.722656 10.589844,15.796875 10.488281,15.875 C10.179688,16.109375 9.863281,16.347656 9.578125,16.488281 C9.402344,16.535156 9.207031,16.578125 9.011719,16.621094 L8.628906,16.707031 C7.835938,16.851562 7.007812,16.925781 6.230469,16.996094 C5.96875,16.996094 5.699219,16.996094 5.429688,16.921875 C5.277344,16.902344 5.164062,16.835938 5.09375,16.714844 C4.996094,16.554688 4.984375,16.3125 5.066406,16.101562 C5.128906,15.957031 5.117188,15.796875 5.03125,15.667969 C4.90625,15.472656 4.648438,15.386719 4.449219,15.386719 L4.425781,15.386719 L4.398438,15.390625 C4.375,15.394531 4.351562,15.398438 4.328125,15.398438 C4.167969,15.398438 4.003906,15.261719 3.886719,15.039062 C3.738281,14.753906 3.71875,14.410156 3.824219,14.257812 C3.949219,14.113281 3.96875,13.90625 3.878906,13.710938 C3.800781,13.539062 3.65625,13.429688 3.496094,13.410156 C3.117188,13.28125 2.875,13.042969 2.769531,12.710938 C2.691406,12.429688 2.714844,12.109375 2.84375,11.953125 C2.964844,11.75 2.996094,11.511719 2.917969,11.320312 C2.855469,11.160156 2.726562,11.046875 2.535156,10.992188 C2.175781,10.925781 2.066406,10.636719 2.039062,10.398438 C1.980469,9.964844 2.316406,9.636719 2.628906,9.480469 C3.105469,9.210938 3.695312,9.117188 4.261719,9.023438 C4.566406,8.972656 4.882812,8.921875 5.179688,8.84375 C6.199219,8.582031 6.929688,7.785156 7,6.863281 C7.050781,6.1875 6.835938,5.5625 6.628906,4.964844 C6.453125,4.453125 6.289062,3.976562 6.273438,3.46875 C6.261719,2.980469 6.402344,2.441406 6.671875,1.925781 C6.933594,1.519531 7.371094,1.082031 7.71875,1.082031 C7.734375,1.082031 7.753906,1.085938 7.769531,1.085938 C7.984375,1.117188 7.976562,1.527344 7.953125,1.90625 L7.949219,2 C7.914062,2.621094 7.902344,3.148438 8.042969,3.757812 C8.242188,4.582031 8.714844,5.25 9.164062,5.898438 C9.265625,6.039062 9.363281,6.179688 9.464844,6.328125 C9.890625,6.941406 10.429688,7.609375 11.019531,8.25 C11.132812,8.382812 11.253906,8.53125 11.402344,8.632812 C11.441406,8.707031 11.496094,8.746094 11.546875,8.765625 C11.914062,9.046875 12.304688,9.210938 12.804688,9.289062 C13.164062,9.359375 13.472656,9.414062 13.632812,9.679688 C13.945312,10.234375 13.953125,11 13.960938,11.609375 L13.960938,11.757812 C13.972656,12.40625 13.964844,13.152344 13.789062,13.808594 Z M16.089844,11.65625 L16.085938,11.898438 C16.09375,12.839844 16.03125,13.800781 15.574219,14.46875 C15.417969,14.707031 15.109375,14.722656 14.6875,14.722656 L14.644531,14.722656 C14.882812,14.242188 14.972656,13.679688 15.03125,13.171875 C15.128906,12.242188 15.117188,11.335938 15,10.472656 C14.949219,10.09375 14.867188,9.679688 14.6875,9.316406 C15.03125,9.351562 15.378906,9.445312 15.648438,9.675781 C16.101562,10.054688 16.09375,11.019531 16.089844,11.65625 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

body.b-theme__template__night .b-comment__dislike_it:hover:before,
body.b-theme__template__night .b-comment__dislike_it.disabled:before,
.b-comment__dislike_it:hover:before,
.b-comment__dislike_it.disabled:before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='18px' height='19px' viewBox='0 0 18 19' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='common-styles' transform='translate(-1197.000000, -1310.000000)' fill='%23c73a3a' fill-rule='nonzero'%3E%3Cg id='thumb_up' transform='translate(1206.000000, 1319.500000) scale(1, -1) translate(-1206.000000, -1319.500000) translate(1197.000000, 1310.000000)'%3E%3Cpath d='M16.425781,8.863281 C15.773438,8.234375 14.855469,8.164062 14.21875,8.164062 C13.890625,8.164062 13.574219,8.183594 13.277344,8.207031 C13.253906,8.207031 13.207031,8.195312 13.167969,8.179688 C13.105469,8.160156 13.03125,8.136719 12.945312,8.132812 C12.644531,8.070312 12.40625,8.003906 12.1875,7.832031 C11.734375,7.429688 11.339844,6.929688 10.957031,6.445312 L10.679688,6.101562 C10.179688,5.496094 9.566406,4.691406 9.261719,3.828125 C9.097656,3.398438 9.03125,2.941406 9.054688,2.386719 C9.058594,2.28125 9.066406,2.179688 9.070312,2.082031 C9.09375,1.679688 9.117188,1.300781 8.984375,0.910156 C8.800781,0.332031 8.34375,0 7.734375,0 C7.320312,0 6.890625,0.15625 6.5625,0.417969 C5.738281,0.988281 5.210938,2.074219 5.148438,3.320312 C5.113281,4.019531 5.324219,4.621094 5.53125,5.199219 C5.710938,5.707031 5.882812,6.183594 5.878906,6.699219 C5.878906,7.484375 5.199219,7.699219 4.242188,7.921875 C4.140625,7.949219 4.035156,7.972656 3.953125,7.992188 C3.84375,8.011719 3.734375,8.03125 3.621094,8.050781 C2.902344,8.167969 2.089844,8.304688 1.5,8.867188 C1.054688,9.308594 0.84375,10.035156 0.960938,10.722656 C1.046875,11.21875 1.289062,11.625 1.644531,11.867188 C1.421875,12.710938 1.835938,13.691406 2.632812,14.214844 C2.558594,14.59375 2.628906,15.027344 2.839844,15.429688 C3.078125,15.878906 3.457031,16.230469 3.875,16.398438 C3.878906,17.167969 4.402344,17.839844 5.234375,18.074219 C5.464844,18.121094 5.714844,18.144531 5.996094,18.144531 C6.417969,18.144531 6.835938,18.09375 7.242188,18.050781 C7.378906,18.035156 7.515625,18.019531 7.671875,18.003906 C7.910156,17.953125 8.160156,17.921875 8.410156,17.890625 C8.929688,17.824219 9.464844,17.753906 9.949219,17.546875 C10.339844,17.371094 10.6875,17.117188 11.023438,16.875 C11.132812,16.796875 11.238281,16.71875 11.347656,16.640625 C11.457031,16.5625 11.566406,16.460938 11.675781,16.355469 C11.871094,16.175781 12.066406,15.988281 12.261719,15.949219 C12.433594,15.917969 12.59375,15.898438 12.753906,15.882812 C12.929688,15.863281 13.101562,15.84375 13.269531,15.808594 L13.351562,15.808594 C13.527344,15.808594 13.722656,15.820312 13.925781,15.832031 C14.15625,15.847656 14.394531,15.863281 14.628906,15.863281 C15.210938,15.863281 15.941406,15.789062 16.414062,15.207031 C17.105469,14.386719 17.207031,13.132812 17.210938,11.898438 L17.210938,11.847656 C17.222656,10.941406 17.230469,9.574219 16.425781,8.863281 Z M13.789062,13.808594 C13.609375,14.460938 13.257812,14.726562 12.515625,14.796875 C12.285156,14.796875 12,14.796875 11.734375,14.960938 C11.449219,15.039062 11.222656,15.253906 11.019531,15.445312 C10.941406,15.519531 10.863281,15.59375 10.789062,15.652344 C10.691406,15.722656 10.589844,15.796875 10.488281,15.875 C10.179688,16.109375 9.863281,16.347656 9.578125,16.488281 C9.402344,16.535156 9.207031,16.578125 9.011719,16.621094 L8.628906,16.707031 C7.835938,16.851562 7.007812,16.925781 6.230469,16.996094 C5.96875,16.996094 5.699219,16.996094 5.429688,16.921875 C5.277344,16.902344 5.164062,16.835938 5.09375,16.714844 C4.996094,16.554688 4.984375,16.3125 5.066406,16.101562 C5.128906,15.957031 5.117188,15.796875 5.03125,15.667969 C4.90625,15.472656 4.648438,15.386719 4.449219,15.386719 L4.425781,15.386719 L4.398438,15.390625 C4.375,15.394531 4.351562,15.398438 4.328125,15.398438 C4.167969,15.398438 4.003906,15.261719 3.886719,15.039062 C3.738281,14.753906 3.71875,14.410156 3.824219,14.257812 C3.949219,14.113281 3.96875,13.90625 3.878906,13.710938 C3.800781,13.539062 3.65625,13.429688 3.496094,13.410156 C3.117188,13.28125 2.875,13.042969 2.769531,12.710938 C2.691406,12.429688 2.714844,12.109375 2.84375,11.953125 C2.964844,11.75 2.996094,11.511719 2.917969,11.320312 C2.855469,11.160156 2.726562,11.046875 2.535156,10.992188 C2.175781,10.925781 2.066406,10.636719 2.039062,10.398438 C1.980469,9.964844 2.316406,9.636719 2.628906,9.480469 C3.105469,9.210938 3.695312,9.117188 4.261719,9.023438 C4.566406,8.972656 4.882812,8.921875 5.179688,8.84375 C6.199219,8.582031 6.929688,7.785156 7,6.863281 C7.050781,6.1875 6.835938,5.5625 6.628906,4.964844 C6.453125,4.453125 6.289062,3.976562 6.273438,3.46875 C6.261719,2.980469 6.402344,2.441406 6.671875,1.925781 C6.933594,1.519531 7.371094,1.082031 7.71875,1.082031 C7.734375,1.082031 7.753906,1.085938 7.769531,1.085938 C7.984375,1.117188 7.976562,1.527344 7.953125,1.90625 L7.949219,2 C7.914062,2.621094 7.902344,3.148438 8.042969,3.757812 C8.242188,4.582031 8.714844,5.25 9.164062,5.898438 C9.265625,6.039062 9.363281,6.179688 9.464844,6.328125 C9.890625,6.941406 10.429688,7.609375 11.019531,8.25 C11.132812,8.382812 11.253906,8.53125 11.402344,8.632812 C11.441406,8.707031 11.496094,8.746094 11.546875,8.765625 C11.914062,9.046875 12.304688,9.210938 12.804688,9.289062 C13.164062,9.359375 13.472656,9.414062 13.632812,9.679688 C13.945312,10.234375 13.953125,11 13.960938,11.609375 L13.960938,11.757812 C13.972656,12.40625 13.964844,13.152344 13.789062,13.808594 Z M16.089844,11.65625 L16.085938,11.898438 C16.09375,12.839844 16.03125,13.800781 15.574219,14.46875 C15.417969,14.707031 15.109375,14.722656 14.6875,14.722656 L14.644531,14.722656 C14.882812,14.242188 14.972656,13.679688 15.03125,13.171875 C15.128906,12.242188 15.117188,11.335938 15,10.472656 C14.949219,10.09375 14.867188,9.679688 14.6875,9.316406 C15.03125,9.351562 15.378906,9.445312 15.648438,9.675781 C16.101562,10.054688 16.09375,11.019531 16.089844,11.65625 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

body.b-theme__template__night .b-comment__like_it:before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='18px' height='19px' viewBox='0 0 18 19' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='common-styles' transform='translate(-1197.000000, -1278.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cg id='thumb_up' transform='translate(1206.000000, 1287.500000) scale(-1, 1) translate(-1206.000000, -1287.500000) translate(1197.000000, 1278.000000)'%3E%3Cpath d='M16.425781,8.863281 C15.773438,8.234375 14.855469,8.164062 14.21875,8.164062 C13.890625,8.164062 13.574219,8.183594 13.277344,8.207031 C13.253906,8.207031 13.207031,8.195312 13.167969,8.179688 C13.105469,8.160156 13.03125,8.136719 12.945312,8.132812 C12.644531,8.070312 12.40625,8.003906 12.1875,7.832031 C11.734375,7.429688 11.339844,6.929688 10.957031,6.445312 L10.679688,6.101562 C10.179688,5.496094 9.566406,4.691406 9.261719,3.828125 C9.097656,3.398438 9.03125,2.941406 9.054688,2.386719 C9.058594,2.28125 9.066406,2.179688 9.070312,2.082031 C9.09375,1.679688 9.117188,1.300781 8.984375,0.910156 C8.800781,0.332031 8.34375,0 7.734375,0 C7.320312,0 6.890625,0.15625 6.5625,0.417969 C5.738281,0.988281 5.210938,2.074219 5.148438,3.320312 C5.113281,4.019531 5.324219,4.621094 5.53125,5.199219 C5.710938,5.707031 5.882812,6.183594 5.878906,6.699219 C5.878906,7.484375 5.199219,7.699219 4.242188,7.921875 C4.140625,7.949219 4.035156,7.972656 3.953125,7.992188 C3.84375,8.011719 3.734375,8.03125 3.621094,8.050781 C2.902344,8.167969 2.089844,8.304688 1.5,8.867188 C1.054688,9.308594 0.84375,10.035156 0.960938,10.722656 C1.046875,11.21875 1.289062,11.625 1.644531,11.867188 C1.421875,12.710938 1.835938,13.691406 2.632812,14.214844 C2.558594,14.59375 2.628906,15.027344 2.839844,15.429688 C3.078125,15.878906 3.457031,16.230469 3.875,16.398438 C3.878906,17.167969 4.402344,17.839844 5.234375,18.074219 C5.464844,18.121094 5.714844,18.144531 5.996094,18.144531 C6.417969,18.144531 6.835938,18.09375 7.242188,18.050781 C7.378906,18.035156 7.515625,18.019531 7.671875,18.003906 C7.910156,17.953125 8.160156,17.921875 8.410156,17.890625 C8.929688,17.824219 9.464844,17.753906 9.949219,17.546875 C10.339844,17.371094 10.6875,17.117188 11.023438,16.875 C11.132812,16.796875 11.238281,16.71875 11.347656,16.640625 C11.457031,16.5625 11.566406,16.460938 11.675781,16.355469 C11.871094,16.175781 12.066406,15.988281 12.261719,15.949219 C12.433594,15.917969 12.59375,15.898438 12.753906,15.882812 C12.929688,15.863281 13.101562,15.84375 13.269531,15.808594 L13.351562,15.808594 C13.527344,15.808594 13.722656,15.820312 13.925781,15.832031 C14.15625,15.847656 14.394531,15.863281 14.628906,15.863281 C15.210938,15.863281 15.941406,15.789062 16.414062,15.207031 C17.105469,14.386719 17.207031,13.132812 17.210938,11.898438 L17.210938,11.847656 C17.222656,10.941406 17.230469,9.574219 16.425781,8.863281 Z M13.789062,13.808594 C13.609375,14.460938 13.257812,14.726562 12.515625,14.796875 C12.285156,14.796875 12,14.796875 11.734375,14.960938 C11.449219,15.039062 11.222656,15.253906 11.019531,15.445312 C10.941406,15.519531 10.863281,15.59375 10.789062,15.652344 C10.691406,15.722656 10.589844,15.796875 10.488281,15.875 C10.179688,16.109375 9.863281,16.347656 9.578125,16.488281 C9.402344,16.535156 9.207031,16.578125 9.011719,16.621094 L8.628906,16.707031 C7.835938,16.851562 7.007812,16.925781 6.230469,16.996094 C5.96875,16.996094 5.699219,16.996094 5.429688,16.921875 C5.277344,16.902344 5.164062,16.835938 5.09375,16.714844 C4.996094,16.554688 4.984375,16.3125 5.066406,16.101562 C5.128906,15.957031 5.117188,15.796875 5.03125,15.667969 C4.90625,15.472656 4.648438,15.386719 4.449219,15.386719 L4.425781,15.386719 L4.398438,15.390625 C4.375,15.394531 4.351562,15.398438 4.328125,15.398438 C4.167969,15.398438 4.003906,15.261719 3.886719,15.039062 C3.738281,14.753906 3.71875,14.410156 3.824219,14.257812 C3.949219,14.113281 3.96875,13.90625 3.878906,13.710938 C3.800781,13.539062 3.65625,13.429688 3.496094,13.410156 C3.117188,13.28125 2.875,13.042969 2.769531,12.710938 C2.691406,12.429688 2.714844,12.109375 2.84375,11.953125 C2.964844,11.75 2.996094,11.511719 2.917969,11.320312 C2.855469,11.160156 2.726562,11.046875 2.535156,10.992188 C2.175781,10.925781 2.066406,10.636719 2.039062,10.398438 C1.980469,9.964844 2.316406,9.636719 2.628906,9.480469 C3.105469,9.210938 3.695312,9.117188 4.261719,9.023438 C4.566406,8.972656 4.882812,8.921875 5.179688,8.84375 C6.199219,8.582031 6.929688,7.785156 7,6.863281 C7.050781,6.1875 6.835938,5.5625 6.628906,4.964844 C6.453125,4.453125 6.289062,3.976562 6.273438,3.46875 C6.261719,2.980469 6.402344,2.441406 6.671875,1.925781 C6.933594,1.519531 7.371094,1.082031 7.71875,1.082031 C7.734375,1.082031 7.753906,1.085938 7.769531,1.085938 C7.984375,1.117188 7.976562,1.527344 7.953125,1.90625 L7.949219,2 C7.914062,2.621094 7.902344,3.148438 8.042969,3.757812 C8.242188,4.582031 8.714844,5.25 9.164062,5.898438 C9.265625,6.039062 9.363281,6.179688 9.464844,6.328125 C9.890625,6.941406 10.429688,7.609375 11.019531,8.25 C11.132812,8.382812 11.253906,8.53125 11.402344,8.632812 C11.441406,8.707031 11.496094,8.746094 11.546875,8.765625 C11.914062,9.046875 12.304688,9.210938 12.804688,9.289062 C13.164062,9.359375 13.472656,9.414062 13.632812,9.679688 C13.945312,10.234375 13.953125,11 13.960938,11.609375 L13.960938,11.757812 C13.972656,12.40625 13.964844,13.152344 13.789062,13.808594 Z M16.089844,11.65625 L16.085938,11.898438 C16.09375,12.839844 16.03125,13.800781 15.574219,14.46875 C15.417969,14.707031 15.109375,14.722656 14.6875,14.722656 L14.644531,14.722656 C14.882812,14.242188 14.972656,13.679688 15.03125,13.171875 C15.128906,12.242188 15.117188,11.335938 15,10.472656 C14.949219,10.09375 14.867188,9.679688 14.6875,9.316406 C15.03125,9.351562 15.378906,9.445312 15.648438,9.675781 C16.101562,10.054688 16.09375,11.019531 16.089844,11.65625 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

body.b-theme__template__night .b-comment__dislike_it:before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='18px' height='19px' viewBox='0 0 18 19' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='common-styles' transform='translate(-1197.000000, -1278.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cg id='thumb_up' transform='translate(1206.000000, 1287.500000) scale(1, -1) translate(-1206.000000, -1287.500000) translate(1197.000000, 1278.000000)'%3E%3Cpath d='M16.425781,8.863281 C15.773438,8.234375 14.855469,8.164062 14.21875,8.164062 C13.890625,8.164062 13.574219,8.183594 13.277344,8.207031 C13.253906,8.207031 13.207031,8.195312 13.167969,8.179688 C13.105469,8.160156 13.03125,8.136719 12.945312,8.132812 C12.644531,8.070312 12.40625,8.003906 12.1875,7.832031 C11.734375,7.429688 11.339844,6.929688 10.957031,6.445312 L10.679688,6.101562 C10.179688,5.496094 9.566406,4.691406 9.261719,3.828125 C9.097656,3.398438 9.03125,2.941406 9.054688,2.386719 C9.058594,2.28125 9.066406,2.179688 9.070312,2.082031 C9.09375,1.679688 9.117188,1.300781 8.984375,0.910156 C8.800781,0.332031 8.34375,0 7.734375,0 C7.320312,0 6.890625,0.15625 6.5625,0.417969 C5.738281,0.988281 5.210938,2.074219 5.148438,3.320312 C5.113281,4.019531 5.324219,4.621094 5.53125,5.199219 C5.710938,5.707031 5.882812,6.183594 5.878906,6.699219 C5.878906,7.484375 5.199219,7.699219 4.242188,7.921875 C4.140625,7.949219 4.035156,7.972656 3.953125,7.992188 C3.84375,8.011719 3.734375,8.03125 3.621094,8.050781 C2.902344,8.167969 2.089844,8.304688 1.5,8.867188 C1.054688,9.308594 0.84375,10.035156 0.960938,10.722656 C1.046875,11.21875 1.289062,11.625 1.644531,11.867188 C1.421875,12.710938 1.835938,13.691406 2.632812,14.214844 C2.558594,14.59375 2.628906,15.027344 2.839844,15.429688 C3.078125,15.878906 3.457031,16.230469 3.875,16.398438 C3.878906,17.167969 4.402344,17.839844 5.234375,18.074219 C5.464844,18.121094 5.714844,18.144531 5.996094,18.144531 C6.417969,18.144531 6.835938,18.09375 7.242188,18.050781 C7.378906,18.035156 7.515625,18.019531 7.671875,18.003906 C7.910156,17.953125 8.160156,17.921875 8.410156,17.890625 C8.929688,17.824219 9.464844,17.753906 9.949219,17.546875 C10.339844,17.371094 10.6875,17.117188 11.023438,16.875 C11.132812,16.796875 11.238281,16.71875 11.347656,16.640625 C11.457031,16.5625 11.566406,16.460938 11.675781,16.355469 C11.871094,16.175781 12.066406,15.988281 12.261719,15.949219 C12.433594,15.917969 12.59375,15.898438 12.753906,15.882812 C12.929688,15.863281 13.101562,15.84375 13.269531,15.808594 L13.351562,15.808594 C13.527344,15.808594 13.722656,15.820312 13.925781,15.832031 C14.15625,15.847656 14.394531,15.863281 14.628906,15.863281 C15.210938,15.863281 15.941406,15.789062 16.414062,15.207031 C17.105469,14.386719 17.207031,13.132812 17.210938,11.898438 L17.210938,11.847656 C17.222656,10.941406 17.230469,9.574219 16.425781,8.863281 Z M13.789062,13.808594 C13.609375,14.460938 13.257812,14.726562 12.515625,14.796875 C12.285156,14.796875 12,14.796875 11.734375,14.960938 C11.449219,15.039062 11.222656,15.253906 11.019531,15.445312 C10.941406,15.519531 10.863281,15.59375 10.789062,15.652344 C10.691406,15.722656 10.589844,15.796875 10.488281,15.875 C10.179688,16.109375 9.863281,16.347656 9.578125,16.488281 C9.402344,16.535156 9.207031,16.578125 9.011719,16.621094 L8.628906,16.707031 C7.835938,16.851562 7.007812,16.925781 6.230469,16.996094 C5.96875,16.996094 5.699219,16.996094 5.429688,16.921875 C5.277344,16.902344 5.164062,16.835938 5.09375,16.714844 C4.996094,16.554688 4.984375,16.3125 5.066406,16.101562 C5.128906,15.957031 5.117188,15.796875 5.03125,15.667969 C4.90625,15.472656 4.648438,15.386719 4.449219,15.386719 L4.425781,15.386719 L4.398438,15.390625 C4.375,15.394531 4.351562,15.398438 4.328125,15.398438 C4.167969,15.398438 4.003906,15.261719 3.886719,15.039062 C3.738281,14.753906 3.71875,14.410156 3.824219,14.257812 C3.949219,14.113281 3.96875,13.90625 3.878906,13.710938 C3.800781,13.539062 3.65625,13.429688 3.496094,13.410156 C3.117188,13.28125 2.875,13.042969 2.769531,12.710938 C2.691406,12.429688 2.714844,12.109375 2.84375,11.953125 C2.964844,11.75 2.996094,11.511719 2.917969,11.320312 C2.855469,11.160156 2.726562,11.046875 2.535156,10.992188 C2.175781,10.925781 2.066406,10.636719 2.039062,10.398438 C1.980469,9.964844 2.316406,9.636719 2.628906,9.480469 C3.105469,9.210938 3.695312,9.117188 4.261719,9.023438 C4.566406,8.972656 4.882812,8.921875 5.179688,8.84375 C6.199219,8.582031 6.929688,7.785156 7,6.863281 C7.050781,6.1875 6.835938,5.5625 6.628906,4.964844 C6.453125,4.453125 6.289062,3.976562 6.273438,3.46875 C6.261719,2.980469 6.402344,2.441406 6.671875,1.925781 C6.933594,1.519531 7.371094,1.082031 7.71875,1.082031 C7.734375,1.082031 7.753906,1.085938 7.769531,1.085938 C7.984375,1.117188 7.976562,1.527344 7.953125,1.90625 L7.949219,2 C7.914062,2.621094 7.902344,3.148438 8.042969,3.757812 C8.242188,4.582031 8.714844,5.25 9.164062,5.898438 C9.265625,6.039062 9.363281,6.179688 9.464844,6.328125 C9.890625,6.941406 10.429688,7.609375 11.019531,8.25 C11.132812,8.382812 11.253906,8.53125 11.402344,8.632812 C11.441406,8.707031 11.496094,8.746094 11.546875,8.765625 C11.914062,9.046875 12.304688,9.210938 12.804688,9.289062 C13.164062,9.359375 13.472656,9.414062 13.632812,9.679688 C13.945312,10.234375 13.953125,11 13.960938,11.609375 L13.960938,11.757812 C13.972656,12.40625 13.964844,13.152344 13.789062,13.808594 Z M16.089844,11.65625 L16.085938,11.898438 C16.09375,12.839844 16.03125,13.800781 15.574219,14.46875 C15.417969,14.707031 15.109375,14.722656 14.6875,14.722656 L14.644531,14.722656 C14.882812,14.242188 14.972656,13.679688 15.03125,13.171875 C15.128906,12.242188 15.117188,11.335938 15,10.472656 C14.949219,10.09375 14.867188,9.679688 14.6875,9.316406 C15.03125,9.351562 15.378906,9.445312 15.648438,9.675781 C16.101562,10.054688 16.09375,11.019531 16.089844,11.65625 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.b-tophead__subscribe-dropdown-list li a.tw:before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='21px' height='18px' viewBox='0 0 21 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='icon-tw' fill='%2355ACEE' fill-rule='nonzero'%3E%3Cpath d='M20.296943,0.656494827 C19.7078359,1.051255 18.355254,1.62489414 17.6881999,1.62489414 L17.6881999,1.62607212 C16.9265286,0.793658582 15.8541955,0.27399 14.6649425,0.27399 C12.3551471,0.27399 10.4821688,2.2334127 10.4821688,4.64887229 C10.4821688,4.98447653 10.5193403,5.31183281 10.5880509,5.62575576 L10.5873747,5.62575576 C7.45418017,5.53973316 4.02744632,3.89682559 1.96455725,1.08495644 C0.69623096,3.38163377 1.79379546,5.93590752 3.23310859,6.866598 C2.74042123,6.90548482 1.83344463,6.80720687 1.40653914,6.37143909 C1.37792779,7.89580162 2.07854949,9.91555825 4.63322469,10.6482796 C4.14121249,10.9252004 3.27028013,10.8457773 2.89158501,10.7868576 C3.0245001,12.0736576 4.74699087,13.7559234 6.63055695,13.7559234 C5.95922277,14.568304 3.43338296,16.0417596 0.59891,15.572997 C2.52392771,16.7982851 4.76749112,17.50791 7.14216715,17.50791 C13.8904299,17.50791 19.131119,11.7863662 18.8490676,4.72806013 C18.8479413,4.72028256 18.8479413,4.712505 18.8472662,4.70402084 C18.8479413,4.68587352 18.8490676,4.6677262 18.8490676,4.64887229 C18.8490676,4.62695379 18.8472662,4.60621429 18.84659,4.58500339 C19.4609286,4.14546442 20.285228,3.36796423 20.87411,2.34465258 C20.5325854,2.54144368 19.5080116,2.93549624 18.5546271,3.03330279 C19.1664881,2.68779919 20.0730145,1.55631124 20.296943,0.656494827' id='Fill-1-Copy-3'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.b-footer__social .tw i {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='20px' height='17px' viewBox='0 0 20 17' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Film' transform='translate(-1622.000000, -883.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cg id='twitter' transform='translate(1622.000000, 883.000000)'%3E%3Cpath d='M6.28983434,16.3636364 C13.8373664,16.3636364 17.9647874,10.0685093 17.9647874,4.60994155 C17.9647874,4.43115379 17.9611181,4.2531048 17.9531681,4.0760409 C18.7542884,3.49288742 19.4505904,2.7651769 20,1.93686747 C19.2648039,2.26599948 18.4734682,2.4872678 17.6436054,2.58737417 C18.4907137,2.07576044 19.1411501,1.26678273 19.4478996,0.302412362 C18.6550963,0.775608913 17.7770439,1.11939365 16.8423627,1.30507681 C16.0935904,0.502132595 15.0274277,0 13.8470288,0 C11.5811425,0 9.74345802,1.84993621 9.74345802,4.13034213 C9.74345802,4.45467202 9.77953902,4.76989012 9.84986636,5.07230248 C6.43953988,4.89954818 3.41534114,3.25585819 1.39174785,0.756277186 C1.03949951,1.36664285 0.836222856,2.07588356 0.836222856,2.83265325 C0.836222856,4.26566429 1.56065581,5.53109256 2.66216572,6.27111631 C1.98898002,6.250307 1.35664532,6.06425443 0.803811124,5.75457727 C0.80319959,5.77193888 0.80319959,5.78880797 0.80319959,5.80727779 C0.80319959,7.80792766 2.2175745,9.47833733 4.09537612,9.85684529 C3.75046629,9.9512876 3.38757715,10.0021411 3.01331326,10.0021411 C2.74937164,10.0021411 2.49203466,9.97603713 2.24203619,9.92764624 C2.76441559,11.5689967 4.27932803,12.7633778 6.0753053,12.7968697 C4.67083737,13.9050583 2.90164565,14.5651694 0.978834524,14.5651694 C0.648112476,14.5651694 0.321181998,14.5460839 0,14.5079129 C1.81603585,15.6797608 3.97245614,16.3636364 6.28995664,16.3636364' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.b-tophead__subscribe-dropdown-list li a.vk:before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='25px' height='15px' viewBox='0 0 25 15' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='icon-vk' fill='%234C75A3' fill-rule='nonzero'%3E%3Cpath d='M24.262082,13.112995 C24.233066,13.0497713 24.2060157,12.9973372 24.1809308,12.9552669 C23.7651598,12.1981913 22.9706834,11.2688594 21.7980162,10.167082 L21.7732123,10.1418587 L21.7608571,10.1295074 L21.7482679,10.1168248 L21.7357255,10.1168248 C21.2035161,9.60379462 20.8664159,9.25885615 20.7253139,9.08224625 C20.4670248,8.74582594 20.4091801,8.40528866 20.5503288,8.06020826 C20.6500596,7.7995524 21.0245998,7.24894765 21.6732007,6.40782609 C22.0143258,5.96204199 22.2845021,5.60475233 22.4840104,5.33557822 C23.9230162,3.40110277 24.5468599,2.16497488 24.355448,1.62667413 L24.2811296,1.50088928 C24.2311941,1.42517219 24.1023069,1.35589109 23.8945618,1.2926674 C23.6863955,1.229633 23.4203844,1.21917459 23.0959201,1.2612448 L19.502992,1.28632605 C19.444726,1.2654566 19.3616561,1.26739685 19.2534077,1.2926674 C19.1452061,1.31793795 19.0911054,1.33062054 19.0911054,1.33062054 L19.0285806,1.36223244 L18.9789258,1.40018558 C18.9373675,1.42526684 18.8915971,1.46941931 18.8416615,1.53250108 C18.7919599,1.59539355 18.7504015,1.6691703 18.7172203,1.75326354 C18.3260193,2.77090043 17.8812791,3.71703204 17.3821105,4.59165846 C17.0743538,5.11315946 16.7917287,5.56514279 16.5336268,5.94784512 C16.2758525,6.33040542 16.0595899,6.61226204 15.8850728,6.79294181 C15.7103216,6.97381088 15.5525121,7.11866695 15.4108486,7.22812538 C15.269419,7.33758382 15.1614514,7.38386592 15.0866651,7.36692424 C15.0117383,7.35002984 14.941164,7.33323018 14.8743336,7.31643042 C14.7579888,7.24071343 14.6643889,7.1376909 14.5938145,7.00736292 C14.5229593,6.87703504 14.4752233,6.71296564 14.4503257,6.51529691 C14.4254281,6.31753353 14.4107798,6.14745409 14.4065678,6.00439624 C14.4026833,5.86157497 14.4045085,5.65950514 14.4129325,5.39880201 C14.4215438,5.13795677 14.4254281,4.9614888 14.4254281,4.86897205 C14.4254281,4.54935149 14.4316057,4.20242559 14.4440078,3.82819415 C14.4565501,3.45391543 14.4667525,3.1573886 14.4752701,2.93894498 C14.4837877,2.72026469 14.4877189,2.4889018 14.4877189,2.24499833 C14.4877189,2.00109487 14.4730237,1.80981476 14.4440078,1.6710159 C14.4153662,1.53235915 14.3713273,1.39772482 14.3133422,1.2673022 C14.2550294,1.13692695 14.1696194,1.03608133 14.0575803,0.964528676 C13.945354,0.893023483 13.8057496,0.836282968 13.6396565,0.794165387 C13.1988006,0.693272489 12.6374349,0.638661515 11.9552784,0.63019072 C10.4083519,0.613438336 9.41436701,0.714425882 8.97355799,0.933106171 C8.7989005,1.0254809 8.64085698,1.15173909 8.49952105,1.3114074 C8.34980786,1.49648818 8.3289351,1.59752309 8.43699629,1.61413355 C8.93611808,1.68970862 9.28945786,1.8705776 9.49743699,2.15650409 L9.57236381,2.30803273 C9.63062976,2.41734924 9.68884889,2.61085354 9.74711493,2.88835651 C9.80528724,3.1658594 9.84282088,3.47279735 9.85929448,3.80907555 C9.90085283,4.4230934 9.90085283,4.94871155 9.85929448,5.38597739 C9.81764249,5.82338525 9.77837726,6.1639699 9.7407969,6.40787337 C9.70326336,6.65177684 9.64715018,6.84939829 9.57236381,7.00073773 C9.49743699,7.15212444 9.4475482,7.24464119 9.42255699,7.27824061 C9.39761269,7.31179275 9.37678665,7.33294623 9.36031305,7.3412751 C9.25215831,7.38315601 9.13974477,7.4044988 9.02339996,7.4044988 C8.90682125,7.4044988 8.76553213,7.34553418 8.59920499,7.22774688 C8.43297148,7.10995958 8.26037313,6.94816174 8.08155038,6.7420694 C7.90268091,6.53597715 7.70097299,6.24792112 7.47633308,5.87790148 C7.25188035,5.50788185 7.01895682,5.07056864 6.77774977,4.56600932 L6.57819462,4.20005938 C6.45347265,3.9646268 6.28302715,3.62181786 6.0667644,3.17196407 C5.8503613,2.72196836 5.65908985,2.28664267 5.49280953,1.86612922 C5.4263535,1.68951932 5.32657593,1.5550742 5.1934768,1.46255745 L5.13104568,1.42455702 C5.08953405,1.39100488 5.02289085,1.3553232 4.9314437,1.31732278 C4.83990293,1.27936963 4.74438416,1.25215875 4.64451304,1.23540636 L1.22610206,1.26053498 C0.876786998,1.26053498 0.639791937,1.34051106 0.515023148,1.50032139 L0.465087542,1.57594374 C0.440096423,1.61806132 0.427554,1.68530752 0.427554,1.77787155 C0.427554,1.8703883 0.452498394,1.98396389 0.502434,2.11840892 C1.00146215,3.30432694 1.54410797,4.44808 2.13046491,5.54981013 C2.71677504,6.65154026 3.22628639,7.5389912 3.65867143,8.21140568 C4.09115002,8.88434085 4.53195904,9.51937007 4.98114532,10.1163516 C5.43023786,10.7135223 5.72760501,11.0961773 5.87305929,11.2643164 C6.01870084,11.4327395 6.13307998,11.5586664 6.21624359,11.6428069 L6.52816547,11.9454858 C6.72781417,12.1473663 7.02096923,12.3891402 7.40767747,12.6708549 C7.79452608,12.9526642 8.22279277,13.2301671 8.69271136,13.5037422 C9.16272358,13.7768441 9.70953448,13.9996888 10.3333782,14.172087 C10.9571752,14.3446271 11.5643113,14.413861 12.1548335,14.3804508 L13.5895805,14.3804508 C13.8805828,14.3550383 14.1010106,14.2625215 14.2508642,14.1028532 L14.300519,14.0396295 C14.3338873,13.989467 14.365103,13.9114311 14.3939785,13.8064684 C14.4231817,13.7013637 14.4376429,13.5855166 14.4376429,13.4595898 C14.4291721,13.0980409 14.4563629,12.7721738 14.5186069,12.4820356 C14.5807573,12.191992 14.6516124,11.9733117 14.7309384,11.8260894 C14.810124,11.6789144 14.899512,11.5547385 14.9990087,11.4540822 C15.0987395,11.3531893 15.1698286,11.292095 15.2114806,11.2710836 C15.2528986,11.2499302 15.2859862,11.2355439 15.3109305,11.2269785 C15.5105325,11.1596849 15.7454684,11.2248489 16.016019,11.4226123 C16.2863826,11.620281 16.5399449,11.8643265 16.7771272,12.1543701 C17.0142159,12.4446502 17.2990405,12.7703282 17.631648,13.1318769 C17.9644894,13.4936151 18.2554917,13.7625051 18.5048889,13.9393518 L18.7543327,14.0907385 C18.9208939,14.1917734 19.1371566,14.2842902 19.4034017,14.368336 C19.6690851,14.452403 19.901915,14.4734407 20.1017978,14.4313705 L23.2955221,14.3810186 C23.6114219,14.3810186 23.8572154,14.3281587 24.0315454,14.223196 C24.2062497,14.1180913 24.3100052,14.0022915 24.3434672,13.8763173 C24.3768823,13.7502011 24.3786608,13.607096 24.349832,13.447191 C24.3202544,13.2876175 24.291098,13.1760768 24.262082,13.112995' id='Fill-1'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.b-footer__social .vk i,
.b-social__join .vk:before,
.b-comment-vk-user:before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='24px' height='14px' viewBox='0 0 24 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Film' transform='translate(-1621.000000, -857.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cg id='vk' transform='translate(1621.000000, 857.000000)'%3E%3Cpath d='M23.7860808,12.4871184 C23.7215761,12.3766955 23.3225468,11.4902451 21.4024058,9.66826741 C19.3922583,7.76040525 19.6622781,8.07020281 22.0834558,4.77131896 C23.5580641,2.76223582 24.1476073,1.53531482 23.9630938,1.01080609 C23.7875809,0.510835786 22.7030013,0.642729794 22.7030013,0.642729794 L19.0967366,0.664200911 C19.0967366,0.664200911 18.829717,0.627393281 18.6302024,0.74855173 C18.4366882,0.868176528 18.312179,1.14423375 18.312179,1.14423375 C18.312179,1.14423375 17.7406371,2.69935612 16.9785811,4.0213635 C15.3719632,6.81107513 14.728416,6.95830565 14.4658967,6.78500306 C13.8553519,6.38165278 14.0083631,5.16240003 14.0083631,4.29742073 C14.0083631,1.59359357 14.4088925,0.4663599 13.2268057,0.174966162 C12.8337769,0.0783461329 12.5457558,0.0139327803 11.5421821,0.00319722157 C10.2550876,-0.0106056397 9.16450756,0.00779817533 8.54796231,0.316062077 C8.13693214,0.521571345 7.82040891,0.980133069 8.01392311,1.00620514 C8.25244062,1.03841182 8.79248026,1.15496931 9.07900129,1.55371864 C9.44952849,2.06749181 9.43602749,3.22386485 9.43602749,3.22386485 C9.43602749,3.22386485 9.64904313,6.4061912 8.93949105,6.80187322 C8.45195526,7.07332949 7.78440626,6.51968139 6.35180111,3.98762317 C5.61824726,2.69168787 5.06320652,1.25772395 5.06320652,1.25772395 C5.06320652,1.25772395 4.9566987,0.990868628 4.76618472,0.848239062 C4.53516776,0.67493647 4.21114398,0.619725025 4.21114398,0.619725025 L0.781892268,0.641196142 C0.781892268,0.641196142 0.2673545,0.656532655 0.0783406263,0.885046692 C-0.089671706,1.08902231 0.0648396353,1.50924275 0.0648396353,1.50924275 C0.0648396353,1.50924275 2.75003673,7.93064054 5.78925982,11.1681783 C8.57796451,14.1357935 11.7431968,13.9410198 11.7431968,13.9410198 L13.1773021,13.9410198 C13.1773021,13.9410198 13.6108339,13.891943 13.8313501,13.6480924 C14.0353651,13.4241793 14.0278645,13.0039589 14.0278645,13.0039589 C14.0278645,13.0039589 13.9993624,11.0362843 14.8934281,10.7464242 C15.7739927,10.4611651 16.9050757,12.6481518 18.1036637,13.4901263 C19.0097302,14.1265916 19.6982808,13.9870293 19.6982808,13.9870293 L22.9040161,13.9410198 C22.9040161,13.9410198 24.5811392,13.8351979 23.7860808,12.4871184 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.youtu-link:before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='14px' height='16px' viewBox='0 0 14 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Catalog-pages' transform='translate(-684.000000, -1026.000000)' fill='%23000000' fill-rule='nonzero'%3E%3Cg id='youtube-logotype' transform='translate(684.000000, 1026.000000)'%3E%3Cpath d='M13.2372747,8.07156044 C13.0725275,7.35578022 12.487033,6.82778022 11.7823297,6.74918681 C10.1139341,6.56281319 8.42443956,6.56193407 6.74320879,6.56281319 C5.06127473,6.56193407 3.37213187,6.56281319 1.70320879,6.74918681 C0.998857143,6.82795604 0.413714286,7.35595604 0.249142857,8.07156044 C0.0145934066,9.09081319 0.0117802198,10.2034286 0.0117802198,11.2529231 C0.0117802198,12.3024176 0.0117802198,13.4148571 0.24632967,14.4341099 C0.410901099,15.1497143 0.996043956,15.6777143 1.70074725,15.7564835 C3.36931868,15.943033 5.05846154,15.9437363 6.74021978,15.943033 C8.42215385,15.9439121 10.1109451,15.943033 11.780044,15.7564835 C12.4843956,15.6777143 13.0698901,15.1497143 13.2344615,14.4341099 C13.4688352,13.4148571 13.4700659,12.3024176 13.4700659,11.2529231 C13.4698901,10.2032527 13.4716484,9.09081319 13.2372747,8.07156044 Z M3.85054945,8.86153846 L2.87648352,8.86153846 L2.87648352,14.0374505 L1.97169231,14.0374505 L1.97169231,8.86153846 L1.01538462,8.86153846 L1.01538462,8.01371429 L3.85054945,8.01371429 L3.85054945,8.86153846 Z M6.30804396,14.0376264 L5.49415385,14.0376264 L5.49415385,13.547956 C5.17081319,13.9185934 4.86382418,14.0993407 4.56474725,14.0993407 C4.30259341,14.0993407 4.1221978,13.9931429 4.04079121,13.7658022 C3.99648352,13.6300659 3.96905495,13.4152088 3.96905495,13.0983736 L3.96905495,9.54918681 L4.78224176,9.54918681 L4.78224176,12.8538022 C4.78224176,13.0443956 4.78224176,13.1433846 4.78962637,13.1701099 C4.80914286,13.2963516 4.87085714,13.3603516 4.97986813,13.3603516 C5.14303297,13.3603516 5.31358242,13.2346374 5.49397802,12.9795165 L5.49397802,9.54918681 L6.30786813,9.54918681 L6.30804396,14.0376264 L6.30804396,14.0376264 Z M9.3978022,12.6904615 C9.3978022,13.1055824 9.36984615,13.4046593 9.31551648,13.5949011 C9.20685714,13.9287912 8.98936264,14.0993407 8.66584615,14.0993407 C8.37643956,14.0993407 8.09723077,13.9386374 7.82523077,13.6028132 L7.82523077,14.0378022 L7.01204396,14.0378022 L7.01204396,8.01371429 L7.82523077,8.01371429 L7.82523077,9.98101099 C8.08791209,9.65767033 8.36676923,9.49415385 8.66584615,9.49415385 C8.98936264,9.49415385 9.20703297,9.66452747 9.31551648,10.0005275 C9.3701978,10.1810989 9.3978022,10.4778901 9.3978022,10.9028571 L9.3978022,12.6904615 Z M12.4671648,11.9416264 L10.8406154,11.9416264 L10.8406154,12.7372308 C10.8406154,13.1527033 10.9765275,13.3601758 11.2560879,13.3601758 C11.4563516,13.3601758 11.5729231,13.2513407 11.6193407,13.034022 C11.6269011,12.9898901 11.6376264,12.8091429 11.6376264,12.482989 L12.4673407,12.482989 L12.4673407,12.6016703 C12.4673407,12.8638242 12.4573187,13.0443956 12.4499341,13.1256264 C12.4226813,13.3056703 12.3586813,13.469011 12.260044,13.6128352 C12.0348132,13.9388132 11.7010989,14.0995165 11.2763077,14.0995165 C10.8508132,14.0995165 10.5269451,13.9463736 10.2918681,13.6399121 C10.1193846,13.4152088 10.0307692,13.0614505 10.0307692,12.5844396 L10.0307692,11.0123956 C10.0307692,10.5325714 10.1093626,10.1816264 10.2821978,9.95481319 C10.5170989,9.64764835 10.8407912,9.49468132 11.2562637,9.49468132 C11.6643516,9.49468132 11.9878681,9.64764835 12.2157363,9.95481319 C12.3861099,10.1816264 12.4675165,10.5325714 12.4675165,11.0123956 L12.4675165,11.9416264 L12.4671648,11.9416264 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M11.2488791,10.2264615 C10.9770549,10.2264615 10.8407912,10.4341099 10.8407912,10.8490549 L10.8407912,11.2643516 L11.653978,11.2643516 L11.653978,10.8490549 C11.6538022,10.4341099 11.5178901,10.2264615 11.2488791,10.2264615 Z' id='Path'%3E%3C/path%3E%3Cpath d='M8.23068132,10.2264615 C8.0967033,10.2264615 7.96096703,10.2897582 7.82505495,10.4242637 L7.82505495,13.1599121 C7.96079121,13.296 8.0967033,13.3603516 8.23068132,13.3603516 C8.46523077,13.3603516 8.58443956,13.1599121 8.58443956,12.7546374 L8.58443956,10.8388571 C8.58443956,10.4341099 8.46523077,10.2264615 8.23068132,10.2264615 Z' id='Path'%3E%3C/path%3E%3Cpath d='M8.68501099,6.1490989 C8.98479121,6.1490989 9.2967033,5.96694505 9.62391209,5.59208791 L9.62391209,6.08685714 L10.4458901,6.08685714 L10.4458901,1.55076923 L9.62391209,1.55076923 L9.62391209,5.01767033 C9.44175824,5.27507692 9.2690989,5.40237363 9.1047033,5.40237363 C8.99463736,5.40237363 8.92993407,5.33731868 8.912,5.20984615 C8.90197802,5.18294505 8.90197802,5.0829011 8.90197802,4.89037363 L8.90197802,1.55076923 L8.08263736,1.55076923 L8.08263736,5.13758242 C8.08263736,5.45793407 8.11006593,5.67472527 8.15542857,5.81204396 C8.23806593,6.04184615 8.4203956,6.1490989 8.68501099,6.1490989 Z' id='Path'%3E%3C/path%3E%3Cpath d='M2.96281319,3.62162637 L2.96281319,6.08685714 L3.87428571,6.08685714 L3.87428571,3.62162637 L4.97072527,0 L4.04905495,0 L3.42716484,2.39032967 L2.78013187,0 L1.82101099,0 C2.01318681,0.56421978 2.2130989,1.13125275 2.40527473,1.696 C2.69767033,2.54487912 2.88017582,3.18487912 2.96281319,3.62162637 Z' id='Path'%3E%3C/path%3E%3Cpath d='M6.19235165,6.1490989 C6.60413187,6.1490989 6.92413187,5.9941978 7.15112088,5.68474725 C7.3236044,5.45775824 7.40624176,5.10013187 7.40624176,4.61802198 L7.40624176,3.02962637 C7.40624176,2.5447033 7.32378022,2.19024176 7.15112088,1.96114286 C6.92413187,1.65081319 6.60430769,1.49591209 6.19235165,1.49591209 C5.78268132,1.49591209 5.46285714,1.65081319 5.23534066,1.96114286 C5.06074725,2.19024176 4.97810989,2.5447033 4.97810989,3.02962637 L4.97810989,4.61802198 C4.97810989,5.10013187 5.06074725,5.45775824 5.23534066,5.68474725 C5.46268132,5.9941978 5.78268132,6.1490989 6.19235165,6.1490989 Z M5.80008791,2.86487912 C5.80008791,2.44518681 5.92738462,2.23595604 6.19235165,2.23595604 C6.45731868,2.23595604 6.58426374,2.44501099 6.58426374,2.86487912 L6.58426374,4.77292308 C6.58426374,5.19261538 6.45731868,5.40254945 6.19235165,5.40254945 C5.92738462,5.40254945 5.80008791,5.19261538 5.80008791,4.77292308 L5.80008791,2.86487912 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

body.b-theme__template__night .youtu-link:before {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='14px' height='16px' viewBox='0 0 14 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Catalog-pages' transform='translate(-656.000000, -1026.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cg id='youtube-logotype' transform='translate(656.000000, 1026.000000)'%3E%3Cpath d='M13.2372747,8.07156044 C13.0725275,7.35578022 12.487033,6.82778022 11.7823297,6.74918681 C10.1139341,6.56281319 8.42443956,6.56193407 6.74320879,6.56281319 C5.06127473,6.56193407 3.37213187,6.56281319 1.70320879,6.74918681 C0.998857143,6.82795604 0.413714286,7.35595604 0.249142857,8.07156044 C0.0145934066,9.09081319 0.0117802198,10.2034286 0.0117802198,11.2529231 C0.0117802198,12.3024176 0.0117802198,13.4148571 0.24632967,14.4341099 C0.410901099,15.1497143 0.996043956,15.6777143 1.70074725,15.7564835 C3.36931868,15.943033 5.05846154,15.9437363 6.74021978,15.943033 C8.42215385,15.9439121 10.1109451,15.943033 11.780044,15.7564835 C12.4843956,15.6777143 13.0698901,15.1497143 13.2344615,14.4341099 C13.4688352,13.4148571 13.4700659,12.3024176 13.4700659,11.2529231 C13.4698901,10.2032527 13.4716484,9.09081319 13.2372747,8.07156044 Z M3.85054945,8.86153846 L2.87648352,8.86153846 L2.87648352,14.0374505 L1.97169231,14.0374505 L1.97169231,8.86153846 L1.01538462,8.86153846 L1.01538462,8.01371429 L3.85054945,8.01371429 L3.85054945,8.86153846 Z M6.30804396,14.0376264 L5.49415385,14.0376264 L5.49415385,13.547956 C5.17081319,13.9185934 4.86382418,14.0993407 4.56474725,14.0993407 C4.30259341,14.0993407 4.1221978,13.9931429 4.04079121,13.7658022 C3.99648352,13.6300659 3.96905495,13.4152088 3.96905495,13.0983736 L3.96905495,9.54918681 L4.78224176,9.54918681 L4.78224176,12.8538022 C4.78224176,13.0443956 4.78224176,13.1433846 4.78962637,13.1701099 C4.80914286,13.2963516 4.87085714,13.3603516 4.97986813,13.3603516 C5.14303297,13.3603516 5.31358242,13.2346374 5.49397802,12.9795165 L5.49397802,9.54918681 L6.30786813,9.54918681 L6.30804396,14.0376264 L6.30804396,14.0376264 Z M9.3978022,12.6904615 C9.3978022,13.1055824 9.36984615,13.4046593 9.31551648,13.5949011 C9.20685714,13.9287912 8.98936264,14.0993407 8.66584615,14.0993407 C8.37643956,14.0993407 8.09723077,13.9386374 7.82523077,13.6028132 L7.82523077,14.0378022 L7.01204396,14.0378022 L7.01204396,8.01371429 L7.82523077,8.01371429 L7.82523077,9.98101099 C8.08791209,9.65767033 8.36676923,9.49415385 8.66584615,9.49415385 C8.98936264,9.49415385 9.20703297,9.66452747 9.31551648,10.0005275 C9.3701978,10.1810989 9.3978022,10.4778901 9.3978022,10.9028571 L9.3978022,12.6904615 Z M12.4671648,11.9416264 L10.8406154,11.9416264 L10.8406154,12.7372308 C10.8406154,13.1527033 10.9765275,13.3601758 11.2560879,13.3601758 C11.4563516,13.3601758 11.5729231,13.2513407 11.6193407,13.034022 C11.6269011,12.9898901 11.6376264,12.8091429 11.6376264,12.482989 L12.4673407,12.482989 L12.4673407,12.6016703 C12.4673407,12.8638242 12.4573187,13.0443956 12.4499341,13.1256264 C12.4226813,13.3056703 12.3586813,13.469011 12.260044,13.6128352 C12.0348132,13.9388132 11.7010989,14.0995165 11.2763077,14.0995165 C10.8508132,14.0995165 10.5269451,13.9463736 10.2918681,13.6399121 C10.1193846,13.4152088 10.0307692,13.0614505 10.0307692,12.5844396 L10.0307692,11.0123956 C10.0307692,10.5325714 10.1093626,10.1816264 10.2821978,9.95481319 C10.5170989,9.64764835 10.8407912,9.49468132 11.2562637,9.49468132 C11.6643516,9.49468132 11.9878681,9.64764835 12.2157363,9.95481319 C12.3861099,10.1816264 12.4675165,10.5325714 12.4675165,11.0123956 L12.4675165,11.9416264 L12.4671648,11.9416264 Z' id='Shape'%3E%3C/path%3E%3Cpath d='M11.2488791,10.2264615 C10.9770549,10.2264615 10.8407912,10.4341099 10.8407912,10.8490549 L10.8407912,11.2643516 L11.653978,11.2643516 L11.653978,10.8490549 C11.6538022,10.4341099 11.5178901,10.2264615 11.2488791,10.2264615 Z' id='Path'%3E%3C/path%3E%3Cpath d='M8.23068132,10.2264615 C8.0967033,10.2264615 7.96096703,10.2897582 7.82505495,10.4242637 L7.82505495,13.1599121 C7.96079121,13.296 8.0967033,13.3603516 8.23068132,13.3603516 C8.46523077,13.3603516 8.58443956,13.1599121 8.58443956,12.7546374 L8.58443956,10.8388571 C8.58443956,10.4341099 8.46523077,10.2264615 8.23068132,10.2264615 Z' id='Path'%3E%3C/path%3E%3Cpath d='M8.68501099,6.1490989 C8.98479121,6.1490989 9.2967033,5.96694505 9.62391209,5.59208791 L9.62391209,6.08685714 L10.4458901,6.08685714 L10.4458901,1.55076923 L9.62391209,1.55076923 L9.62391209,5.01767033 C9.44175824,5.27507692 9.2690989,5.40237363 9.1047033,5.40237363 C8.99463736,5.40237363 8.92993407,5.33731868 8.912,5.20984615 C8.90197802,5.18294505 8.90197802,5.0829011 8.90197802,4.89037363 L8.90197802,1.55076923 L8.08263736,1.55076923 L8.08263736,5.13758242 C8.08263736,5.45793407 8.11006593,5.67472527 8.15542857,5.81204396 C8.23806593,6.04184615 8.4203956,6.1490989 8.68501099,6.1490989 Z' id='Path'%3E%3C/path%3E%3Cpath d='M2.96281319,3.62162637 L2.96281319,6.08685714 L3.87428571,6.08685714 L3.87428571,3.62162637 L4.97072527,0 L4.04905495,0 L3.42716484,2.39032967 L2.78013187,0 L1.82101099,0 C2.01318681,0.56421978 2.2130989,1.13125275 2.40527473,1.696 C2.69767033,2.54487912 2.88017582,3.18487912 2.96281319,3.62162637 Z' id='Path'%3E%3C/path%3E%3Cpath d='M6.19235165,6.1490989 C6.60413187,6.1490989 6.92413187,5.9941978 7.15112088,5.68474725 C7.3236044,5.45775824 7.40624176,5.10013187 7.40624176,4.61802198 L7.40624176,3.02962637 C7.40624176,2.5447033 7.32378022,2.19024176 7.15112088,1.96114286 C6.92413187,1.65081319 6.60430769,1.49591209 6.19235165,1.49591209 C5.78268132,1.49591209 5.46285714,1.65081319 5.23534066,1.96114286 C5.06074725,2.19024176 4.97810989,2.5447033 4.97810989,3.02962637 L4.97810989,4.61802198 C4.97810989,5.10013187 5.06074725,5.45775824 5.23534066,5.68474725 C5.46268132,5.9941978 5.78268132,6.1490989 6.19235165,6.1490989 Z M5.80008791,2.86487912 C5.80008791,2.44518681 5.92738462,2.23595604 6.19235165,2.23595604 C6.45731868,2.23595604 6.58426374,2.44501099 6.58426374,2.86487912 L6.58426374,4.77292308 C6.58426374,5.19261538 6.45731868,5.40254945 6.19235165,5.40254945 C5.92738462,5.40254945 5.80008791,5.19261538 5.80008791,4.77292308 L5.80008791,2.86487912 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.tumbler__wrapper {
    margin-top: 5px;
    margin-left: 10px;
    width: 38px;
    height: 30px;
    background-color: #000;
    border: #1d92b2;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 6px;
    cursor: pointer;
    display: flex;
    position: relative
}

.tumbler__wrapper:before,
.tumbler__wrapper:after {
    content: '';
    display: block;
    top: 50%;
    margin-top: -7px;
    height: 15px;
    width: 15px;
    position: absolute
}

.tumbler__wrapper:before {
    background-size: 15px 15px;
    background-repeat: no-repeat;
    left: 6px
}

.tumbler__wrapper:after {
    background-size: 15px 15px;
    background-repeat: no-repeat;
    right: 6px
}

.tumbler {
    position: absolute;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #fff;
    transition: transform .5s, background-color .5s;
    will-change: transform;
    z-index: 2
}

body {
    background: #efefef;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: normal;
    min-width: 980px;
    -webkit-font-smoothing: antialiased
}

body.b-theme__template__night {
    background: #09161c;
    color: #fff
}

body.b-theme__template__night .tumbler {
    transform: translateX(calc(100% - 2px))
}

body.b-theme__template__night .tumbler__wrapper {
    background: #222d33
}

body.b-theme__template__night a {
    color: #2e859e
}

body.b-theme__template__night a:visited {
    color: #2e859e
}

body.b-theme__template__night a:hover {
    color: #369ebb
}

body.b-theme__template__night .tg-info-block-text {
    background: #1f1f1f;
    color: #fff
}

body.b-theme__template__night .tg-info-block-text:before {
    border-right-color: #1f1f1f
}

body.b-theme__template__night .b-userset__fav_holder {
    background: #222d33;
    border-color: rgba(255, 255, 255, 0.1)
}

body.b-theme__template__night .b-comment .edited {
    background-size: 14px 14px;
    background-repeat: no-repeat;
    opacity: .75;
    transition: opacity .25s ease-in-out
}

body.b-theme__template__night .b-comment .edited:hover {
    opacity: 1
}

body.b-theme__template__night .youtu-link:before {
    background-size: 14px 16px;
    background-repeat: no-repeat
}

body.b-theme__template__night .hd-label-row input[type=checkbox]:checked+label:before {
    border-bottom: 2px solid #369ebb;
    border-right: 2px solid #369ebb
}

body.b-theme__template__night .hd-label-row input[type=checkbox]+label:after {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.1)
}

body.b-theme__template__night .hd-label-row input[type=checkbox]+label:hover:after {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.15)
}

body.b-theme__template__night #ps-trailer-watchonline a:before {
    background-size: 24px 29px;
    background-repeat: no-repeat
}

body.b-theme__template__night #hd-comments-list.loading:before,
body.b-theme__template__night .b-userset__fav_holder_data .loader:before,
body.b-theme__template__night .b-newest_slider__inner:before {
    background-size: 48px 48px;
    background-repeat: no-repeat
}

body.b-theme__template__night .b-person .b-sidecover img {
    width: 100%
}

body.b-theme__template__night .b-person .kp-url {
    color: #2e859e
}

body.b-theme__template__night .b-person__career h2 {
    color: #fff
}

body.b-theme__template__night .b-person__career_more {
    background: #192125;
    color: #fff
}

body.b-theme__template__night .b-person__career_more:hover {
    background: #222e33
}

body.b-theme__template__night .b-person__popup_photo {
    background: #222d33;
    border-color: rgba(255, 255, 255, 0.25)
}

body.b-theme__template__night .b-post__lastepisodeout {
    background: #1f1f1f
}

body.b-theme__template__night .b-post__lastepisodeout h2 {
    color: #fff
}

body.b-theme__template__night .b-post__social_holder {
    background: #1f1f1f
}

body.b-theme__template__night .b-post__social_holder .share-label {
    color: #fff
}

body.b-theme__template__night .b-post__qa_list_link {
    background-color: #192125
}

body.b-theme__template__night .b-post__qa_list_link:hover {
    background-color: #222d33
}

body.b-theme__template__night .b-post__qa_list_item .title {
    color: #fff
}

body.b-theme__template__night .b-post__qa_list_item .inner {
    border-color: rgba(255, 255, 255, 0.25)
}

body.b-theme__template__night .b-collection__blockinfo__social_holder {
    background: #1f1f1f
}

body.b-theme__template__night .b-collection__blockinfo__social_holder .share-label {
    color: #fff
}

body.b-theme__template__night #imagelightbox-overlay {
    background-color: rgba(0, 0, 0, 0.75)
}

body.b-theme__template__night #imagelightbox-caption {
    background-color: #1f1f1f
}

body.b-theme__template__night #imagelightbox-loading {
    background-color: #1f1f1f
}

body.b-theme__template__night #imagelightbox-close {
    background: #222
}

body.b-theme__template__night #imagelightbox-close:hover,
body.b-theme__template__night #imagelightbox-close:focus {
    background-color: #fff
}

body.b-theme__template__night #imagelightbox-close:hover:before,
body.b-theme__template__night #imagelightbox-close:hover:after,
body.b-theme__template__night #imagelightbox-close:focus:before,
body.b-theme__template__night #imagelightbox-close:focus:after {
    background-color: #222
}

body.b-theme__template__night .b-category-bestrating.rating-green-string,
body.b-theme__template__night .b-category-bestrating.rating-red-string {
    background: none
}

body.b-theme__template__night .b-sideactions__fav .loading,
body.b-theme__template__night .b-videosaves__list_item .td.controls .view.loading,
body.b-theme__template__night .b-search__form.loading .b-search__submit:before,
body.b-theme__template__night .b-login__popup .login_button .loading,
body.b-theme__template__night .b-post__schedule_table .watch-episode-action.loading,
body.b-theme__template__night .b-addcomment__actions .loading,
body.b-theme__template__night .b-register__popup .register_button .loading,
body.b-theme__template__night .b-tt_popup__loader {
    background-size: 16px 16px;
    background-repeat: no-repeat
}

body.b-theme__template__night .b-content__inline_item .cat.loading {
    background-color: #222d33
}

body.b-theme__template__night .b-content__inline_item .cat.loading:before {
    background-size: 16px 16px;
    background-repeat: no-repeat
}

body.b-theme__template__night .b-comment__likescontent_inner .ava {
    background-color: rgba(255, 255, 255, 0.05)
}

body.b-theme__template__night .b-comment.on_moderation {
    background-color: #333
}

body.b-theme__template__night .b-comment__act_holder_labels {
    background: #3e464c
}

body.b-theme__template__night .b-comment__act_label {
    background: #09161c
}

body.b-theme__template__night .text_spoiler {
    background-color: #222d33;
    border-radius: 3px;
    color: rgba(255, 255, 255, 0.5)
}

body.b-theme__template__night .b-rgstats__title {
    color: #fff
}

body.b-theme__template__night .b-content__inline_item .hd-label-row input[type=checkbox]+label {
    background-color: #222d33
}

body.b-theme__template__night .youtu-link {
    background-color: rgba(255, 255, 255, 0.25);
    transition: background-color .25s ease-in-out;
    color: #eff0f1
}

body.b-theme__template__night .youtu-link:hover {
    background: rgba(255, 255, 255, 0.35);
    color: #eff0f1
}

body.b-theme__template__night .b-content__bubble_title {
    color: #fff
}

body.b-theme__template__night .b-topnav_right-item a {
    color: rgba(255, 255, 255, 0.8)
}

body.b-theme__template__night .b-topnav_right-item a:visited {
    color: rgba(255, 255, 255, 0.8)
}

body.b-theme__template__night .b-topnav_right-item a:visited:hover {
    color: #fff
}

body.b-theme__template__night .b-topnav_right-item a:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff
}

body.b-theme__template__night .b-topnav_right-item a:hover:before {
    opacity: 1
}

body.b-theme__template__night .b-topnav_right-item.hot a:before {
    background-size: 14px 16px;
    background-repeat: no-repeat
}

body.b-theme__template__night .b-topnav_right-item.netflix a:before {
    background-size: 71px 18px;
    background-repeat: no-repeat
}

body.b-theme__template__night .b-topnav_right-item.hbo a:before {
    background-size: 46px 19px;
    background-repeat: no-repeat
}

body.b-theme__template__night .b-topnav_right-item.amazon a:before {
    background-size: 70px 22px;
    background-repeat: no-repeat
}

body.b-theme__template__night .b-topnav_right-item.disney a:before {
    background-size: 71px 39px;
    background-repeat: no-repeat
}

body.b-theme__template__night .b-topnav_right-item.appletv a:before {
    background-size: 46px 18px;
    background-repeat: no-repeat
}

body.b-theme__template__night .b-topnav_right-item.hulu a:before {
    background-size: 44px 14px;
    background-repeat: no-repeat
}

body.b-theme__template__night .b-topnav_right-item.epix a:before {
    background-size: 42px 18px;
    background-repeat: no-repeat
}

body.b-theme__template__night .btn-helper {
    background-color: #3e464c;
    border-color: #3e464c;
    color: #fff
}

body.b-theme__template__night .btn-helper:hover {
    background-color: #383e43;
    border-color: #393e42
}

body.b-theme__template__night .btn-helper:visited {
    color: #fff
}

body.b-theme__template__night .b-videosaves__list_item .new-episode.own {
    background-color: rgba(255, 255, 255, 0.1);
    transition: background-color .25s ease-in-out
}

body.b-theme__template__night .b-videosaves__list_item .new-episode.own:hover {
    background-color: rgba(255, 255, 255, 0.2)
}

body.b-theme__template__night .b-favorites_content__cats_list_item .edit-cat:before {
    background-size: 18px 18px;
    background-repeat: no-repeat
}

body.b-theme__template__night #ps-infomessage-body,
body.b-theme__template__night #ps-trailer-description {
    color: rgba(255, 255, 255, 0.6)
}

body.b-theme__template__night .ps-agreement-content a {
    color: #000;
    background: rgba(255, 255, 255, 0.8)
}

body.b-theme__template__night .ps-agreement-content a:hover {
    background: #fff
}

body.b-theme__template__night .b-content__inline_item.active .cat {
    background-color: #222d33
}

body.b-theme__template__night .b-rgstats__info,
body.b-theme__template__night .tableform_page .label,
body.b-theme__template__night .subject-notice-q,
body.b-theme__template__night .subject-notice-text,
body.b-theme__template__night .b-content__section_description,
body.b-theme__template__night .b-user__settings,
body.b-theme__template__night .admin-tasks-show-item-data .date,
body.b-theme__template__night .b-user__settings label,
body.b-theme__template__night .b-post__schedule_block_title .act,
body.b-theme__template__night .b-post__rating .votes,
body.b-theme__template__night .b-person__popup_namealt,
body.b-theme__template__night .b-newest_slider__list .b-content__inline_item .misc,
body.b-theme__template__night .b-content__inline_item,
body.b-theme__template__night .b-content__bubble_content,
body.b-theme__template__night .b-content__bubble_content .label,
body.b-theme__template__night .b-content__description,
body.b-theme__template__night .b-post__origtitle,
body.b-theme__template__night .b-post__description_text,
body.b-theme__template__night .b-info__message,
body.b-theme__template__night .b-content__crumbs,
body.b-theme__template__night .b-register__popup label,
body.b-theme__template__night .b-content__static,
body.b-theme__template__night .b-qa__entity_text,
body.b-theme__template__night .hd-label-row input[type=checkbox]+label,
body.b-theme__template__night .hd-label-row input[type=checkbox]:checked+label,
body.b-theme__template__night .b-userset__fav_holder_data .start-info {
    color: rgba(255, 255, 255, 0.5)
}

body.b-theme__template__night .b-rgstats__list_item {
    border-color: #222d33
}

body.b-theme__template__night .b-rgstats__list_item .inner {
    background-color: rgba(255, 255, 255, 0.1)
}

body.b-theme__template__night .b-rgstats__list_item .inner .bar {
    background-color: #060f13
}

body.b-theme__template__night .admin-schedule-row-hidden {
    background: #060f13;
    color: rgba(255, 255, 255, 0.7)
}

body.b-theme__template__night .admin-schedule-add span {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5)
}

body.b-theme__template__night .b-content__inline_item.active .cat .icon {
    background-size: 16px 16px;
    background-repeat: no-repeat
}

body.b-theme__template__night #ps-trailer-watchonline a {
    background-color: #2e859e;
    color: #fff;
    transition: background-color .25s ease-in-out
}

body.b-theme__template__night #ps-trailer-watchonline a:hover {
    box-shadow: none;
    background-color: #369ebb
}

body.b-theme__template__night .b-userset__fav_holder_data .loader {
    background-color: rgba(0, 0, 0, 0.5)
}

body.b-theme__template__night .b-tophead-right a {
    color: rgba(255, 255, 255, 0.6)
}

body.b-theme__template__night .b-popup {
    background: #222d33;
    color: rgba(255, 255, 255, 0.5)
}

body.b-theme__template__night .add-favorite.btn-primary {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.05);
    color: #fff
}

body.b-theme__template__night .b-seriesupdate__block_list_item.tracked {
    -webkit-transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    -moz-transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    -ms-transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    -o-transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.1)
}

body.b-theme__template__night .b-seriesupdate__block_list_item.tracked:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.15)
}

body.b-theme__template__night .b-seriesupdate__block_list_item.tracked:hover .b-seriesupdate__block_list_item_inner {
    background: none
}

body.b-theme__template__night .admin-schedule-row td {
    background-color: rgba(255, 255, 255, 0.1) !important
}

body.b-theme__template__night .admin-schedule-row-holder .b-field {
    margin-left: 6px
}

body.b-theme__template__night .admin-schedule-row-holder .b-field:first-child {
    margin-left: 0
}

body.b-theme__template__night .b-login__popup_social_title {
    color: #fff
}

body.b-theme__template__night .b-login__popup_social,
body.b-theme__template__night .b-login__popup_join {
    border-top: 1px solid rgba(255, 255, 255, 0.1)
}

body.b-theme__template__night .b-popup__title {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

body.b-theme__template__night .b-register__popup .important,
body.b-theme__template__night #register-popup-errors,
body.b-theme__template__night #login-popup-errors,
body.b-theme__template__night #ps-report-title-info,
body.b-theme__template__night .b-list-errors,
body.b-theme__template__night .feedback-errors-list,
body.b-theme__template__night .b-userset__fav_addcat_editor .errors,
body.b-theme__template__night .string-error {
    color: #c73a3a
}

body.b-theme__template__night .user-things a {
    color: rgba(255, 255, 255, 0.6)
}

body.b-theme__template__night.has-brand #wrapper {
    background-color: #09161c !important
}

body.b-theme__template__night .b-footer,
body.b-theme__template__night .b-tophead_wrapper {
    background: #060f13;
    color: rgba(255, 255, 255, 0.5)
}

body.b-theme__template__night .b-topnav_wrapper {
    background: #222d33;
    border-bottom: 1px solid #09161c
}

body.b-theme__template__night .b-tophead-dropdown {
    color: rgba(255, 255, 255, 0.6)
}

body.b-theme__template__night .b-tophead-dropdown ul {
    background: #222d33
}

body.b-theme__template__night .b-tophead-dropdown ul a {
    color: rgba(255, 255, 255, 0.9)
}

body.b-theme__template__night .b-tophead-dropdown ul a:hover {
    background: rgba(255, 255, 255, 0.1)
}

body.b-theme__template__night .b-tophead-dropdown.hovered {
    color: rgba(255, 255, 255, 0.9);
    background: #222d33;
    filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.7))
}

body.b-theme__template__night .b-tophead-dropdown.hovered ul {
    box-shadow: none
}

body.b-theme__template__night .b-tophead__subscribe-dropdown-list {
    background: #222d33;
    filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.7))
}

body.b-theme__template__night .b-tophead__subscribe-dropdown-list li a {
    color: rgba(255, 255, 255, 0.85)
}

body.b-theme__template__night .b-tophead__subscribe-dropdown-list li a:hover {
    background: rgba(255, 255, 255, 0.1)
}

body.b-theme__template__night .b-tophead__subscribe-dropdown-list:before {
    border-bottom: 5px solid #222d33
}

body.b-theme__template__night .b-topnav__item-link {
    color: #fff
}

body.b-theme__template__night .b-topnav__item-link:hover,
body.b-theme__template__night .b-topnav__item-link:visited {
    color: #fff
}

body.b-theme__template__night .b-topnav__item-link.single {
    color: rgba(255, 255, 255, 0.85)
}

body.b-theme__template__night .b-topnav__item-link .dropdwn {
    background-size: 8px 5px;
    background-repeat: no-repeat
}

body.b-theme__template__night .b-topnav__sub_inner {
    background: #222d33
}

body.b-theme__template__night .b-topnav__sub_inner a {
    color: rgba(255, 255, 255, 0.8)
}

body.b-theme__template__night .b-topnav__sub_inner a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff
}

body.b-theme__template__night .b-topnav__findbest_block {
    color: #fff
}

body.b-theme__template__night .b-search__form,
body.b-theme__template__night .b-search__field,
body.b-theme__template__night .b-search__live {
    background: #222d33
}

body.b-theme__template__night .b-search__form .b-search__field {
    color: rgba(255, 255, 255, 0.7)
}

body.b-theme__template__night .b-search__form.focused .b-search__field {
    color: #fff
}

body.b-theme__template__night .b-post__franchise_link_title,
body.b-theme__template__night .b-post__franchise_link_title {
    color: #fff
}

body.b-theme__template__night .b-post__franchise_link_title:hover,
body.b-theme__template__night .b-post__franchise_link_title:visited,
body.b-theme__template__night .b-post__franchise_link_title:hover,
body.b-theme__template__night .b-post__franchise_link_title:visited {
    color: #fff
}

body.b-theme__template__night.active-brand .b-post__partcontent_item .td,
body.b-theme__template__night .b-post__partcontent_item .td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.5)
}

body.b-theme__template__night .b-post__partcontent_item.current .num:before {
    background-size: 13px 15px;
    background-repeat: no-repeat
}

body.b-theme__template__night .b-post__partcontent_item.current:hover .td {
    background: transparent
}

body.b-theme__template__night .b-post__partcontent_item .rating i {
    background: rgba(255, 255, 255, 0.3)
}

body.b-theme__template__night .b-post__partcontent_item:hover .td {
    background: rgba(255, 255, 255, 0.1)
}

body.b-theme__template__night .b-search__results_notfound {
    color: #fff
}

body.b-theme__template__night .b-content__inline_item.active .cat:hover,
body.b-theme__template__night .b-content__inline_item:hover .cat:hover {
    background-color: #222d33
}

body.b-theme__template__night .b-content__inline_item.active .cat:hover .icon,
body.b-theme__template__night .b-content__inline_item:hover .cat:hover .icon {
    background-size: 16px 16px;
    background-repeat: no-repeat
}

body.b-theme__template__night .b-navigation .b-navigation__next {
    background-size: 18px 18px;
    background-repeat: no-repeat
}

body.b-theme__template__night .b-navigation .b-navigation__prev {
    background-size: 18px 18px;
    background-repeat: no-repeat
}

body.b-theme__template__night .b-post__rating_layer,
body.b-theme__template__night .b-content__bubble_rating .b-rating {
    background-size: 210px 19px;
    background-repeat: no-repeat
}

body.b-theme__template__night .b-comment-edit-user:before {
    background: url("../fonts/pencil_white.svg");
    background-size: 12px 12px
}

body.b-theme__template__night .b-post-edit:before {
    background: url("../fonts/pencil_white.svg");
    background-size: 20px 20px
}

body.b-theme__template__night .b-person__popup_name .b-post-edit:before {
    background-size: 16px 16px
}

body.b-theme__template__night .b-content__bubble_title .b-post-edit:before {
    background-size: 16px 16px
}

body.b-theme__template__night .b-content__bubble_rating .current {
    background-size: 210px 19px;
    background-repeat: no-repeat
}

body.b-theme__template__night .b-comment__report {
    background-size: 17px 16px;
    background-repeat: no-repeat
}

body.b-theme__template__night .b-content__bubble.right .arrow i {
    border-top: 19px solid #222d33;
    border-right: 20px solid transparent
}

body.b-theme__template__night .b-content__bubble.left .arrow i {
    border-top: 19px solid #222d33;
    border-left: 20px solid transparent
}

body.b-theme__template__night .b-content__collections_item .title:visited {
    color: #fff
}

body.b-theme__template__night .b-search__submit:before {
    background-size: 14px 14px;
    background-repeat: no-repeat
}

body.b-theme__template__night .b-newest_slider_wrapper,
body.b-theme__template__night .b-newest_slider,
body.b-theme__template__night .b-newest_slider__list {
    background: #09161c
}

body.b-theme__template__night .b-newest_slider .cntrl {
    background-color: rgba(255, 255, 255, 0.1);
    transition: background-color .25s ease-in-out
}

body.b-theme__template__night .b-newest_slider .cntrl:hover {
    background-color: rgba(255, 255, 255, 0.15)
}

body.b-theme__template__night .b-content__bubble {
    background: #222d33
}

body.b-theme__template__night .b-content__bubble_text b {
    color: rgba(255, 255, 255, 0.75) !important
}

body.b-theme__template__night .b-content__bubble_rating b {
    color: #2e859e
}

body.b-theme__template__night .b-content__bubble_rates {
    color: rgba(255, 255, 255, 0.5)
}

body.b-theme__template__night .b-content__bubble_rates b {
    color: #fff
}

body.b-theme__template__night .b-content__bubble_rates i {
    color: rgba(255, 255, 255, 0.5)
}

body.b-theme__template__night .b-content__inline_item .info {
    border-radius: 0 3px 0 0;
    background: #222d33;
    color: rgba(255, 255, 255, 0.8)
}

body.b-theme__template__night .b-tracker__main__announce a {
    color: #fff
}

body.b-theme__template__night .b-content__inline_item-cover {
    background: #222d33;
    border-color: rgba(255, 255, 255, 0.25)
}

body.b-theme__template__night .b-tg__wrapper {
    color: rgba(255, 255, 255, 0.75)
}

body.b-theme__template__night .b-collections__newest {
    background: #040a0c
}

body.b-theme__template__night .b-newest_slider__title {
    color: #fff
}

body.b-theme__template__night .b-newest_slider__title span {
    color: #2e859e;
    border-color: #2e859e
}

body.b-theme__template__night .b-newest_slider__title span.active {
    color: #444
}

body.b-theme__template__night .b-lastcomments__navigation a,
body.b-theme__template__night .b-content__main_filters_link,
body.b-theme__template__night .b-content__main_filters_link:visited,
body.b-theme__template__night .b-content__main_filters_link:hover,
body.b-theme__template__night .b-content__main_filters_link:active,
body.b-theme__template__night .b-content__filters_types .filter-text,
body.b-theme__template__night .b-content__filters_types .filter-link,
body.b-theme__template__night .b-content__filters_types .filter-link:visited,
body.b-theme__template__night .b-content__filters_types .filter-link:hover,
body.b-theme__template__night .b-content__filters_types .filter-link:active {
    color: #fff !important;
    background: none
}

body.b-theme__template__night .b-lastcomments__navigation a:hover,
body.b-theme__template__night .b-lastcomments__navigation a.active,
body.b-theme__template__night .b-content__main_filters_link:hover,
body.b-theme__template__night .b-content__main_filters_link.active,
body.b-theme__template__night .b-content__main_filters_link:visited:hover,
body.b-theme__template__night .b-content__main_filters_link:visited.active,
body.b-theme__template__night .b-content__main_filters_link:hover:hover,
body.b-theme__template__night .b-content__main_filters_link:hover.active,
body.b-theme__template__night .b-content__main_filters_link:active:hover,
body.b-theme__template__night .b-content__main_filters_link:active.active,
body.b-theme__template__night .b-content__filters_types .filter-link:hover,
body.b-theme__template__night .b-content__filters_types .filter-link.active,
body.b-theme__template__night .b-content__filters_types .filter-link:visited:hover,
body.b-theme__template__night .b-content__filters_types .filter-link:visited.active,
body.b-theme__template__night .b-content__filters_types .filter-link:hover:hover,
body.b-theme__template__night .b-content__filters_types .filter-link:hover.active,
body.b-theme__template__night .b-content__filters_types .filter-link:active:hover,
body.b-theme__template__night .b-content__filters_types .filter-link:active.active {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 3px
}

body.b-theme__template__night .b-navigation {
    border-top: 1px solid rgba(255, 255, 255, 0.1)
}

body.b-theme__template__night .b-navigation>span {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1)
}

body.b-theme__template__night .b-navigation a {
    color: #fff
}

body.b-theme__template__night .b-navigation .nav_ext {
    color: rgba(255, 255, 255, 0.5);
    background: none
}

body.b-theme__template__night .b-content__htitle,
body.b-theme__template__night .b-searchresults__st {
    color: #fff
}

body.b-theme__template__night.active-brand .comments-form,
body.b-theme__template__night.active-brand .b-seriesupdate__block_list_item {
    background: none
}

body.b-theme__template__night .b-seriesupdate__block_date {
    background-color: #192125;
    color: #fff;
    padding: 11px 20px
}

body.b-theme__template__night .b-seriesupdate__block_date .act {
    top: 11px
}

body.b-theme__template__night .b-seriesupdate__block_date.collapsible:hover {
    background-color: #222e33
}

body.b-theme__template__night .b-seriesupdate__block_date.collapsible.expandable {
    background-color: #192125 !important
}

body.b-theme__template__night .b-seriesupdate__block_list_item {
    background-color: #09161c;
    border-color: #162227
}

body.b-theme__template__night .b-seriesupdate__block_list_item:hover {
    background-color: #162227
}

body.b-theme__template__night .b-seriesupdate__block_list_item:hover .b-seriesupdate__block_list_item_inner .cell-1 a {
    color: #2e859e
}

body.b-theme__template__night .b-seriesupdate__block_list_item_inner .cell-1 {
    color: #fff
}

body.b-theme__template__night .b-seriesupdate__block_list_item_inner .cell-1 a {
    color: #fff
}

body.b-theme__template__night .b-seriesupdate__block_list_item_inner .cell-2 {
    color: #fff
}

body.b-theme__template__night .b-seriesupdate__block_list_item_inner .cell-2 i {
    color: #fff
}

body.b-theme__template__night .b-post__info {
    color: rgba(255, 255, 255, 0.5)
}

body.b-theme__template__night .b-post__info .l,
body.b-theme__template__night .b-post__info h2 {
    color: #fff
}

body.b-theme__template__night .b-post__info a {
    color: #00a0b0
}

body.b-theme__template__night .b-post__info a:hover {
    color: #fff
}

body.b-theme__template__night .b-post__info_rates {
    color: rgba(255, 255, 255, 0.5)
}

body.b-theme__template__night .b-post__info_rates a {
    color: #fff
}

body.b-theme__template__night .b-post__info_rates span {
    color: #fff
}

body.b-theme__template__night .b-sidelinks__link {
    background: rgba(255, 255, 255, 0.1);
    color: #fff
}

body.b-theme__template__night .b-sidelinks__link:hover {
    background: rgba(255, 255, 255, 0.05);
    color: #fff
}

body.b-theme__template__night .b-post__description_title {
    color: #fff
}

body.b-theme__template__night .b-post__mixedtext {
    color: rgba(255, 255, 255, 0.8)
}

body.b-theme__template__night .b-sidecover {
    background: none;
    /* border: none; */
    /* padding: 0; */
    overflow: hidden;
    border-radius: 4px
}

body.b-theme__template__night .b-collection__blockinfo .b-sidecover {
    margin-right: auto;
    margin-left: auto;
    width: 248px
}

body.b-theme__template__night .persons-list-holder .person-name-item a {
    border-bottom: 1px dotted #006e79;
    color: #006e79 !important
}

body.b-theme__template__night .persons-list-holder .person-name-item a:hover {
    border-bottom: none;
    color: #fff !important
}

body.b-theme__template__night .tooltipster-default {
    background: #222d33;
    border: none;
    color: rgba(255, 255, 255, 0.5)
}

body.b-theme__template__night .b-person__popup_content .t {
    color: #fff
}

body.b-theme__template__night .b-person__popup_content .stats a {
    background: rgba(255, 255, 255, 0.1);
    color: #fff !important
}

body.b-theme__template__night .b-person__popup_content .stats a:hover {
    background: rgba(255, 255, 255, 0.15)
}

body.b-theme__template__night .b-person__popup_content .stats a:visited {
    color: #fff
}

body.b-theme__template__night .b-person__popup_holder_photo .photo-link:hover .overlay {
    filter: alpha(opacity=10);
    opacity: .1
}

body.b-theme__template__night .b-person__popup_name a {
    color: #00a0b0
}

body.b-theme__template__night .b-post__status__tracker__download a {
    color: #fff
}

body.b-theme__template__night .b-post__rating .num {
    color: #2e859e
}

body.b-theme__template__night .b-info__title {
    color: #fff
}

body.b-theme__template__night .comments-form {
    background: none
}

body.b-theme__template__night .b-comment__admin {
    background: rgba(255, 255, 255, 0.12)
}

body.b-theme__template__night .b-field,
body.b-theme__template__night .b-addcomment .b-field,
body.b-theme__template__night .b-user__settings .b-field,
body.b-theme__template__night .b-userset__fav_addcat_editor .field,
body.b-theme__template__night .tableform_page .b-area,
body.b-theme__template__night .tableform_page .b-field {
    background: #060f13;
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #fff
}

body.b-theme__template__night .b-field:hover,
body.b-theme__template__night .b-field:focus,
body.b-theme__template__night .b-addcomment .b-field:hover,
body.b-theme__template__night .b-addcomment .b-field:focus,
body.b-theme__template__night .b-user__settings .b-field:hover,
body.b-theme__template__night .b-user__settings .b-field:focus,
body.b-theme__template__night .b-userset__fav_addcat_editor .field:hover,
body.b-theme__template__night .b-userset__fav_addcat_editor .field:focus,
body.b-theme__template__night .tableform_page .b-area:hover,
body.b-theme__template__night .tableform_page .b-area:focus,
body.b-theme__template__night .tableform_page .b-field:hover,
body.b-theme__template__night .tableform_page .b-field:focus {
    box-shadow: none;
    border-color: #00a0b0
}

body.b-theme__template__night select#subject,
body.b-theme__template__night .b-select {
    background: #060f13 url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOHB4IiBoZWlnaHQ9IjVweCIgdmlld0JveD0iMCAwIDggNSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDx0aXRsZT5SZWN0YW5nbGUgOCBDb3B5IDM8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9ImNvbW1vbi1zdHlsZXMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNTEuMDAwMDAwLCAtNjc3LjAwMDAwMCkiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNTYuMTI5MTU1LDY3NS45MzU0MjMgQzE1Ni4xMjkxNTUsNjc1LjQxODgwMyAxNTYuNTQ3OTU4LDY3NSAxNTcuMDY0NTc3LDY3NSBDMTU3LjU4MTE5Nyw2NzUgMTU4LDY3NS40MTg4MDMgMTU4LDY3NS45MzU0MjMgTDE1OCw2ODAuMDY0NTc3IEMxNTgsNjgwLjU4MTE5NyAxNTcuNTgxMTk3LDY4MSAxNTcuMDY0NTc3LDY4MSBMMTUyLjkzNTQyMyw2ODEgQzE1Mi40MTg4MDMsNjgxIDE1Miw2ODAuNTgxMTk3IDE1Miw2ODAuMDY0NTc3IEMxNTIsNjc5LjU0Nzk1OCAxNTIuNDE4ODAzLDY3OS4xMjkxNTUgMTUyLjkzNTQyMyw2NzkuMTI5MTU1IEwxNTYuMTI5MTU1LDY3OS4xMjkxNTUgTDE1Ni4xMjkxNTUsNjc1LjkzNTQyMyBaIiBpZD0iUmVjdGFuZ2xlLTgtQ29weS0zIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNTUuMDAwMDAwLCA2NzguMDAwMDAwKSByb3RhdGUoLTMxNS4wMDAwMDApIHRyYW5zbGF0ZSgtMTU1LjAwMDAwMCwgLTY3OC4wMDAwMDApICI+PC9wYXRoPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+") no-repeat calc(100% - 15px) 50% !important;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.22)
}

body.b-theme__template__night select#subject:hover,
body.b-theme__template__night select#subject:focus,
body.b-theme__template__night .b-select:hover,
body.b-theme__template__night .b-select:focus {
    box-shadow: none;
    border-color: #00a0b0
}

body.b-theme__template__night .b-userset__fav_addcat_editor .field {
    border-bottom: none
}

body.b-theme__template__night .b-userset__fav_addcat_editor .field:focus {
    border-bottom: none
}

body.b-theme__template__night .b-post__schedule_block_title {
    background: #192125
}

body.b-theme__template__night .b-post__schedule_block_title:hover {
    background: #222e33
}

body.b-theme__template__night .b-post__schedule_table {
    color: #fff
}

body.b-theme__template__night .b-post__schedule_table tr:hover td {
    background: rgba(255, 255, 255, 0.1)
}

body.b-theme__template__night .b-post__schedule_table td {
    border-top: 1px solid rgba(255, 255, 255, 0.1)
}

body.b-theme__template__night .b-post__schedule_table .load-more {
    color: rgba(255, 255, 255, 0.5)
}

body.b-theme__template__night .b-post__schedule_table .load-more:hover {
    background: rgba(255, 255, 255, 0.1)
}

body.b-theme__template__night.has-brand .b-post__schedule_table .current-episode {
    background: none !important
}

body.b-theme__template__night .b-post__schedule_more {
    background: #192125
}

body.b-theme__template__night .b-post__schedule_more:hover {
    background: #222e33
}

body.b-theme__template__night .b-comment {
    color: rgba(255, 255, 255, 0.5)
}

body.b-theme__template__night .b-comment .info {
    color: #ccc
}

body.b-theme__template__night .b-comment .name {
    color: #fff
}

body.b-theme__template__night .b-comment__likes_count i.positive {
    color: #18a205
}

body.b-theme__template__night .b-comment__likes_count i.negative {
    color: #c73a3a
}

body.b-theme__template__night .b-comment__like_it {
    color: #2e859e
}

body.b-theme__template__night .b-comment__dislike_it {
    color: #2e859e
}

body.b-theme__template__night .b-comment__like_it:before {
    background-size: 18px 19px;
    background-repeat: no-repeat
}

body.b-theme__template__night .b-comment__dislike_it:before {
    background-size: 18px 19px;
    background-repeat: no-repeat
}

body.b-theme__template__night .b-comment__like_it:hover,
body.b-theme__template__night .b-comment__like_it.disabled {
    color: #18a205
}

body.b-theme__template__night .b-comment__dislike_it:hover,
body.b-theme__template__night .b-comment__dislike_it.disabled {
    color: #c73a3a
}

body.b-theme__template__night .b-comment__like_it:hover:before,
body.b-theme__template__night .b-comment__like_it.disabled:before {
    opacity: 1;
    background-size: 18px 19px;
    background-repeat: no-repeat
}

body.b-theme__template__night .b-comment__dislike_it:hover:before,
body.b-theme__template__night .b-comment__dislike_it.disabled:before {
    opacity: 1;
    background-size: 18px 19px;
    background-repeat: no-repeat
}

body.b-theme__template__night .addcomment-layer .addcomment-success-box {
    background: #111d23
}

body.b-theme__template__night .addcomment-layer .addcomment-success-box span {
    color: #ccc
}

body.b-theme__template__night .comments-tree-item>.now-added {
    background-color: #093513
}

body.b-theme__template__night #hd-comments-list>.comments-tree-list .comments-tree-list .b-comment {
    border-left: 2px dashed rgba(255, 255, 255, 0.5)
}

body.b-theme__template__night #hd-comments-list>.comments-tree-list>li:nth-child(odd) .comments-tree-item,
body.b-theme__template__night #dlemasscomments #dle-comments-list>div:nth-child(odd) .comments-tree-item,
body.b-theme__template__night #hd-comments-list>.comments-tree-list>li:nth-child(odd),
body.b-theme__template__night #dlemasscomments #dle-comments-list>div:nth-child(odd) {
    background: #111d23
}

body.b-theme__template__night #hd-comments-list>.comments-tree-list>li:nth-child(odd) .comments-tree-item .addcomment-layer .addcomment-success-box,
body.b-theme__template__night #dlemasscomments #dle-comments-list>div:nth-child(odd) .comments-tree-item .addcomment-layer .addcomment-success-box,
body.b-theme__template__night #hd-comments-list>.comments-tree-list>li:nth-child(odd) .addcomment-layer .addcomment-success-box,
body.b-theme__template__night #dlemasscomments #dle-comments-list>div:nth-child(odd) .addcomment-layer .addcomment-success-box {
    background: #111d23
}

body.b-theme__template__night #hd-comments-list>.comments-tree-list>li:nth-child(even) .comments-tree-item,
body.b-theme__template__night #dlemasscomments #dle-comments-list>div:nth-child(even) .comments-tree-item,
body.b-theme__template__night #hd-comments-list>.comments-tree-list>li:nth-child(even),
body.b-theme__template__night #dlemasscomments #dle-comments-list>div:nth-child(even) {
    background: #172429
}

body.b-theme__template__night #hd-comments-list>.comments-tree-list>li:nth-child(even) .comments-tree-item .addcomment-layer .addcomment-success-box,
body.b-theme__template__night #dlemasscomments #dle-comments-list>div:nth-child(even) .comments-tree-item .addcomment-layer .addcomment-success-box,
body.b-theme__template__night #hd-comments-list>.comments-tree-list>li:nth-child(even) .addcomment-layer .addcomment-success-box,
body.b-theme__template__night #dlemasscomments #dle-comments-list>div:nth-child(even) .addcomment-layer .addcomment-success-box {
    background: #172429
}

body.b-theme__template__night.active-brand #hd-comments-list>.comments-tree-list .comments-tree-list,
body.b-theme__template__night #hd-comments-list>.comments-tree-list .comments-tree-list {
    background: #09161c
}

body.b-theme__template__night .title_spoiler a {
    background: rgba(255, 255, 255, 0.25);
    color: #eff0f1
}

body.b-theme__template__night .title_spoiler a:after {
    -webkit-box-shadow: 0px 0px 7px rgba(255, 255, 255, 0.15);
    -moz-box-shadow: 0px 0px 7px rgba(255, 255, 255, 0.15);
    box-shadow: 0px 0px 7px rgba(255, 255, 255, 0.15);
    background: #505b5f;
    color: #eff0f1
}

body.b-theme__template__night .title_spoiler a:hover {
    background: rgba(255, 255, 255, 0.35)
}

body.b-theme__template__night .b-comment .ava {
    background: rgba(255, 255, 255, 0.05)
}

body.b-theme__template__night .b-tabs__main_link {
    color: #fff
}

body.b-theme__template__night .b-tabs__main_link:visited {
    color: #fff
}

body.b-theme__template__night .b-tabs__main_link.active,
body.b-theme__template__night .b-tabs__main_link:hover {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    color: #fff !important
}

body.b-theme__template__night .admin-tasks-show-item-inner {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2)
}

body.b-theme__template__night .admin-tasks-show-item-data {
    color: rgba(255, 255, 255, 0.9)
}

body.b-theme__template__night .admin-tasks-show-item-data li {
    color: rgba(255, 255, 255, 0.6)
}

body.b-theme__template__night .admin-tasks-show-item-data .comment {
    color: rgba(255, 255, 255, 0.4)
}

body.b-theme__template__night .btn-info {
    background-color: rgba(255, 255, 255, 0.75);
    border-color: rgba(255, 255, 255, 0.8)
}

body.b-theme__template__night .btn-info:hover {
    background-color: #fff;
    border-color: rgba(255, 255, 255, 0.9)
}

body.b-theme__template__night .choose-avatar-holder {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3)
}

body.b-theme__template__night .choose-avatar-holder .text {
    color: #fff
}

body.b-theme__template__night .choose-avatar-holder:hover {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.35)
}

body.b-theme__template__night .b-user__settings .sep-title {
    color: #fff
}

body.b-theme__template__night .b-videosaves__list_item .th {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.1)
}

body.b-theme__template__night .b-videosaves__list_item .td {
    color: rgba(255, 255, 255, 0.6);
    border-color: rgba(255, 255, 255, 0.1)
}

body.b-theme__template__night .b-videosaves__list_item:hover .td {
    background-color: rgba(255, 255, 255, 0.05)
}

body.b-theme__template__night .b-favorites_content__cats_nolist {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.75)
}

body.b-theme__template__night .b-favorites_content__cats_nolist .title {
    color: #fff
}

body.b-theme__template__night .b-favorites_content__cats_list {
    border-color: rgba(255, 255, 255, 0.25)
}

body.b-theme__template__night .b-search__section_list a {
    border-color: rgba(255, 255, 255, 0.1);
    color: #fff
}

body.b-theme__template__night .b-search__section_list a .enty {
    color: #369ebb
}

body.b-theme__template__night .b-search__section_list li.hovered {
    background: rgba(255, 255, 255, 0.1)
}

body.b-theme__template__night .b-search__live_all {
    background-color: rgba(255, 255, 255, 0.2)
}

body.b-theme__template__night .b-search__live_all:hover {
    background-color: rgba(255, 255, 255, 0.25)
}

body.b-theme__template__night .b-search__section_title {
    border-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7)
}

body.b-theme__template__night .b-post__partcontent_item .rating i.rating-green-string,
body.b-theme__template__night .b-search__section_list .rating i.rating-green-string,
body.b-theme__template__night .rating-green-string {
    background-color: #18a205
}

body.b-theme__template__night .b-post__partcontent_item .rating i.rating-red-string,
body.b-theme__template__night .b-search__section_list .rating i.rating-red-string,
body.b-theme__template__night .rating-red-string {
    background-color: #c73a3a
}

body.b-theme__template__night .b-favorites_content__cats_list_item {
    border-color: rgba(255, 255, 255, 0.25)
}

body.b-theme__template__night .b-favorites_content__cats_list_item:first-child {
    border-color: rgba(255, 255, 255, 0.25)
}

body.b-theme__template__night .b-favorites_content__cats_list_item .draggable {
    background: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.5)
}

body.b-theme__template__night .b-favorites_content__cats_list_item .edit-cat {
    background-color: rgba(255, 255, 255, 0.2)
}

body.b-theme__template__night .b-favorites_content__cats_list_item .b-favorites_content__cats_list_link {
    background: #222d33;
    color: rgba(255, 255, 255, 0.6)
}

body.b-theme__template__night .b-favorites_content__cats_list_item .b-favorites_content__cats_list_link.active {
    background: #060f13;
    color: #fff !important
}

body.b-theme__template__night .b-favorites_content__cats_list_item .b-favorites_content__cats_list_link:hover {
    color: #fff !important
}

body.b-theme__template__night .b-favorites_content__cats_list_item:hover {
    background: none
}

body.b-theme__template__night .b-favorites_content__cats_list_item:hover .draggable {
    background: rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.75)
}

body.b-theme__template__night .b-favorites_content__cats_list_item:hover .draggable:hover {
    color: #fff
}

body.b-theme__template__night .b-favorites_content__cats_list_item:hover .edit-cat {
    background-color: rgba(255, 255, 255, 0.15)
}

body.b-theme__template__night .b-favorites_content__cats_list .dads-children-placeholder {
    border-color: rgba(255, 255, 255, 0.6)
}

body.b-theme__template__night .edit-cat:hover:before {
    opacity: 1
}

body.b-theme__template__night .b-favorites_content__cats_list_item .edit-cat:hover {
    opacity: 1
}

body.b-theme__template__night .b-favorites_content__cats_list_item .edit-cat:hover .edit-cat:before {
    opacity: .75
}

body.b-theme__template__night .sod_select {
    background: #060f13;
    color: #fff
}

body.b-theme__template__night .sod_select:hover,
body.b-theme__template__night .sod_select.open,
body.b-theme__template__night .sod_select.focus {
    border-color: #2e859e
}

body.b-theme__template__night .sod_list_wrapper {
    border-color: #2e859e;
    color: #fff;
    background-color: #060f13
}

body.b-theme__template__night .sod_select.above .sod_list_wrapper {
    border-top: 3px solid #2e859e
}

body.b-theme__template__night .sod_select .sod_option.active {
    background: rgba(255, 255, 255, 0.1);
    color: #fff
}

body.b-theme__template__night.b-christmas {
    background: #000 url(../images/holiday-christmas-bg-night.png) !important
}

body.b-theme__template__night.b-christmas .b-tophead__logo {
    background: url(../images/holiday-christmas-logo-night.gif) no-repeat 0 0;
    background-size: 100% 200%
}

body.b-theme__template__night.b-christmas .b-tophead__logo:hover {
    background-position: 0 -40px
}

body.b-theme__template__night.b-christmas .b-tophead_wrapper {
    background: #0d0d0d
}

body.b-theme__template__night.b-holiday__valentine .b-tophead__logo {
    background: url(../images/holiday-valentine-logo-night.gif) no-repeat 0 0;
    background-size: 100% 200%
}

body.b-theme__template__night.b-holiday__valentine .b-tophead__logo:hover {
    background-position: 0 -40px
}

body.b-theme__template__night.b-holiday__valentine .b-tophead_wrapper {
    background: #121212
}

body.b-theme__template__night.b-holiday__womensday .b-tophead__logo {
    background: url(../images/holiday-womensday-logo-night.gif) no-repeat 0 0;
    background-size: 100% 200%;
    top: 0
}

body.b-theme__template__night.b-holiday__womensday .b-tophead__logo:hover {
    background-position: 0 -40px
}

body.b-theme__template__night.b-holiday__womensday #top-head {
    background: #4a3a51
}

body.b-theme__template__night.b-holiday__womensday .b-tophead-dropdown,
body.b-theme__template__night.b-holiday__womensday .b-tophead-right a,
body.b-theme__template__night.b-holiday__womensday .b-tophead__rss-link,
body.b-theme__template__night.b-holiday__womensday .b-tophead__subscribe-dropdown-inner {
    color: rgba(255, 255, 255, 0.6)
}

body.b-theme__template__night.b-holiday__womensday .user-things a .count {
    color: #fff
}

body.b-theme__template__night.b-holiday__womensday .user-things a:hover .count {
    color: #bfbfbf
}

body.b-theme__template__night.b-holiday__foolsday .b-tophead_wrapper {
    background: #313131
}

body.ps-body {
    overflow-y: hidden
}

body.has-brand #wrapper {
    background-color: #efefef !important
}

body.has-brand .b-tophead_wrapper {
    position: relative
}

body.has-brand #top-nav-wrapper {
    display: none
}

body.has-brand .b-topnav_wrapper {
    position: relative;
    top: 0
}

body.has-brand .b-post__schedule_table .current-episode {
    background-color: #f9f9f9 !important
}

body.active-brand {
    background: #02050e;
    padding-top: 330px
}

body.active-brand.pp {
    padding-top: 250px !important
}

body.active-brand.pp #top-head {
    position: relative !important
}

body.active-brand.pp #top-nav-wrapper {
    display: none
}

body.active-brand.pp #top-nav {
    position: relative;
    top: 0
}

body.active-brand.myprintbar {
    background: #182327
}

body.active-brand.wow {
    background: #0c2a35
}

body.active-brand.vikings {
    background: #102f43
}

body.active-brand.ds {
    background: #000
}

body.active-brand #wrapper {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    background-color: #fff !important;
    position: relative;
    margin: 0 auto;
    width: 1000px;
    z-index: 2
}

body.active-brand #footer {
    position: relative;
    margin: 0 auto;
    width: 1000px;
    z-index: 2
}

body.active-brand .b-wrapper {
    padding-right: 0;
    padding-left: 0
}

body.active-brand .active-brand-link {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    cursor: pointer;
    display: block;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1
}

body.active-brand .active-brand-link.myprintbar {
    background: url(../images/brand_deadpool.jpg) no-repeat 50% 0
}

body.active-brand #top-nav-wrapper {
    display: none
}

body.active-brand .b-content__main_filters {
    margin: 0 -20px;
    padding: 0 20px
}

body.active-brand .comments-form {
    background: #fff
}

body.active-brand .b-comment__removed {
    background: #fff !important
}

body.active-brand #hd-comments-list>.comments-tree-list .comments-tree-list {
    background: #fff
}

body.active-brand .b-seriesupdate__block_list_item {
    background-color: #fff
}

body.no-touch .b-content__inline_item .trailer {
    display: block
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

.i-sprt {
    background-repeat: no-repeat;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    vertical-align: middle
}

.bold {
    font-weight: bold
}

.b-rating {
    background-size: 210px 19px;
    background-repeat: no-repeat;
    display: block;
    font-size: 0;
    height: 19px;
    line-height: 0;
    width: 210px
}

.b-rating .current {
    background-size: 210px 19px;
    background-repeat: no-repeat;
    display: block;
    height: 19px;
    width: 100%
}

.b-field {
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background: #f1f1f1;
    color: #444;
    border: 0;
    font-size: 12px;
    font-style: normal;
    padding: 13px 20px
}

.b-field:focus {
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 0 1px rgba(136, 136, 136, 0.85), 0 0 8px #52a8ec;
    -moz-box-shadow: inset 0 0 1px rgba(136, 136, 136, 0.85), 0 0 8px #52a8ec;
    box-shadow: inset 0 0 1px rgba(136, 136, 136, 0.85), 0 0 8px #52a8ec
}

.b-field::-webkit-input-placeholder {
    font-style: italic
}

.b-field:-moz-placeholder {
    font-style: italic
}

.b-field::-moz-placeholder {
    font-style: italic
}

.b-field:-ms-input-placeholder {
    font-style: italic
}

.btn {
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    *display: inline;
    padding: 11px 69px;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 0;
    *zoom: 1
}

.btn.btn-small {
    padding: 8px 10px
}

.btn.btn-mini {
    font-weight: normal;
    padding: 2px 4px
}

.btn:hover {
    -webkit-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -ms-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear
}

.btn:focus,
.btn:active {
    -webkit-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -ms-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3)
}

.btn-link {
    text-decoration: none
}

.btn-link:visited,
.btn-link:hover,
.btn-link:active {
    color: #fff;
    text-decoration: none
}

.btn-action {
    background-color: #00a0b0;
    border: 1px solid #0098a7
}

.btn-action:hover {
    background-color: #0a8b98;
    border-color: #026c77
}

.btn-action:focus,
.btn-action:active,
.btn-action.disabled,
.btn-action[disabled] {
    background-color: #007580;
    border-color: #026c77
}

.btn-helper {
    background-color: #edc951;
    border: 1px solid #e1bf4d;
    color: #000
}

.btn-helper:hover {
    background-color: #debc4c;
    border-color: #c5a743
}

.btn-helper:focus,
.btn-helper:active,
.btn-helper.disabled,
.btn-helper[disabled] {
    background-color: #c4a644;
    border-color: #c5a743
}

.btn-helper.btn-link:visited,
.btn-helper.btn-link:hover,
.btn-helper.btn-link:active {
    color: #000
}

.btn-info {
    background-color: #bfbfbf;
    border: 1px solid #b5b5b5
}

.btn-info:hover {
    background-color: #a4a4a4;
    border-color: #8c8c8c
}

.btn-info:focus,
.btn-info:active,
.btn-info.disabled,
.btn-info[disabled] {
    background-color: #838383;
    border-color: #8c8c8c
}

.btn-attention {
    background-color: #cc333f;
    border: 1px solid #bf212d
}

.btn-attention:hover {
    background-color: #bb2e39;
    border-color: #9e0f1b
}

.btn-attention:focus,
.btn-attention:active,
.btn-attention.disabled,
.btn-attention[disabled] {
    background-color: #b9212d;
    border-color: #9e0f1b
}

.btn-primary {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #444
}

.btn-primary:hover {
    background-color: #f9f9f9;
    border-color: #bbb
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background-color: #aaa;
    border-color: #bbb
}

.btn-primary.btn-link:visited,
.btn-primary.btn-link:hover,
.btn-primary.btn-link:active {
    color: #444
}

.btn:focus {
    outline: 0
}

.btn.disabled,
.btn[disabled] {
    filter: alpha(opacity=65);
    opacity: .65;
    background-color: none;
    cursor: default
}

.btn.disabled:focus,
.btn.disabled:active,
.btn[disabled]:focus,
.btn[disabled]:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.hd-label-row {
    display: inline-block;
    vertical-align: middle
}

.hd-label-row input[type="checkbox"] {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.hd-label-row input[type="checkbox"]+label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    text-indent: 27px;
    vertical-align: middle;
    width: 100%;
    word-break: break-word
}

.hd-label-row input[type="checkbox"]+label:hover:after {
    background: rgba(0, 0, 0, 0.07);
    border-color: rgba(0, 0, 0, 0.15)
}

.hd-label-row input[type="checkbox"]+label:after {
    content: "";
    display: block;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    background: rgba(0, 0, 0, 0.05);
    transition: background-color .25s ease-in-out, border-color .25s ease-in-out;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px
}

.hd-label-row input[type="checkbox"]+label:before {
    content: '';
    display: block;
    position: absolute;
    left: 7px;
    top: 2px;
    height: 12px;
    width: 4px;
    border-bottom: 2px solid #2e859e;
    border-right: 2px solid #2e859e;
    z-index: 2;
    visibility: hidden;
    transform: scale(0) rotate(45deg);
    opacity: 0;
    transition: visibility .25s ease-in-out, opacity .25s ease-in-out, transform .25s ease-in-out
}

.hd-label-row input[type="checkbox"]:checked+label {
    color: #333
}

.hd-label-row input[type="checkbox"]:checked+label:before {
    transform: scale(1) rotate(45deg);
    visibility: visible;
    opacity: 1
}

.b-userset__fav_holder {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0 3px 3px 3px;
    -khtml-border-radius: 0 3px 3px 3px;
    -moz-border-radius: 0 3px 3px 3px;
    -o-border-radius: 0 3px 3px 3px;
    border-radius: 0 3px 3px 3px;
    background: #fff;
    border: 1px solid #bbb;
    display: none;
    padding: 10px;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9000000000
}

.b-userset__fav_holder .b-userset__fav_addcat_inner,
.b-userset__fav_holder .b-userset__fav_addcat_editor {
    padding-bottom: 20px !important
}

.b-userset__fav_holder_data {
    position: relative
}

.b-userset__fav_holder_data .hd-label-row {
    display: block;
    padding-bottom: 8px
}

.b-userset__fav_holder_data .hd-label-row small {
    font-size: 12px;
    line-height: 12px;
    margin-left: 3px
}

.b-userset__fav_holder_data .loader {
    background-color: rgba(255, 255, 255, 0.9);
    display: none;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 55
}

.b-userset__fav_holder_data .loader:before {
    width: 48px;
    height: 48px;
    content: '';
    display: block;
    background-size: 48px 48px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    left: 50%;
    margin-left: -24px;
    animation: spin 1s infinite linear
}

.b-userset__fav_holder_data .start-info {
    color: #444;
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 10px;
    text-align: left
}

.b-userset__fav_holder_data .empty-info {
    color: #444;
    font-size: 14px;
    line-height: 16px;
    text-align: center
}

.b-userset__fav_addcat_wrapper {
    padding-top: 10px;
    text-align: center
}

.b-userset__fav_addcat_inner {
    padding-bottom: 10px;
    text-align: center
}

.b-userset__fav_addcat_editor {
    display: none;
    text-align: center
}

.b-userset__fav_addcat_editor .errors {
    color: #af1313;
    display: none;
    font-size: 12px;
    text-align: left
}

.b-userset__fav_addcat_editor .field {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 2px 2px 0 0;
    -khtml-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -o-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    background: #fff;
    border: 1px solid #ddd;
    border-bottom: 0;
    color: #000;
    font-size: 12px;
    padding: 8px 5px;
    width: 100%
}

.b-userset__fav_addcat_editor .field:focus {
    border-color: #aaa;
    outline: 0
}

.b-userset__fav_addcat_editor .btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0 0 2px 2px;
    -khtml-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    -o-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    outline: 0;
    display: block;
    width: 100%
}

.b-userset__fav_link {
    border-bottom: 1px dashed #00565f;
    color: #00565f;
    cursor: pointer;
    font-size: 14px;
    font-style: normal;
    line-height: 16px;
    text-decoration: none
}

.b-userset__fav_link:hover {
    border-bottom: 0;
    color: #00565f;
    text-decoration: none
}

.b-js_action_link {
    border-bottom: 1px dashed #00565f;
    color: #00565f;
    cursor: pointer;
    font-size: 14px;
    font-style: normal;
    line-height: 16px;
    text-decoration: none
}

.b-js_action_link:hover {
    border-bottom: 0;
    color: #00565f;
    text-decoration: none
}

#wrapper {
    min-height: 100%
}

.b-wrapper {
    margin: 0 auto;
    padding: 0 10px;
    width: 960px
}

.b-tophead_wrapper {
    background: #313131;
    position: relative;
    z-index: 99
}

.b-tophead_wrapper.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

.b-tophead {
    color: rgba(255, 255, 255, 0.6);
    font-size: 10px;
    height: 40px;
    position: relative;
    text-transform: uppercase
}

.b-tophead a {
    color: rgba(255, 255, 255, 0.6)
}

.b-tophead a:hover {
    color: #9a9a9a
}

.b-tophead__logo {
    background: url(../images/hdrezka-logo.png) no-repeat 0 0;
    background-size: 100% 200%;
    display: block;
    height: 40px;
    margin-left: -66px;
    padding: 0 17px;
    position: absolute;
    top: 0;
    left: 50%;
    width: 98px
}

.b-tophead__logo:hover {
    background-position: 0 -40px
}

.b-tophead__logo .i-sprt {
    display: none
}

.b-tophead__logo:after {
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    background-image: -moz-linear-gradient(top, #e4e4e4, #f7f7f7);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e4e4e4), color-stop(1, #f7f7f7));
    background-image: -webkit-linear-gradient(top, #e4e4e4, #f7f7f7);
    background-image: -moz-linear-gradient(top, #e4e4e4, #f7f7f7);
    background-image: -ms-linear-gradient(top, #e4e4e4, #f7f7f7);
    background-image: -o-linear-gradient(top, #e4e4e4, #f7f7f7);
    color: #000;
    content: "";
    display: none;
    font-family: Arial, Helvetica, Tahoma, sans-serif;
    font-size: 13px;
    padding: 8px 12px;
    position: absolute;
    left: 0;
    top: 100%;
    text-transform: none;
    white-space: nowrap;
    z-index: 20
}

.b-tophead__holiday_icon {
    display: none
}

.b-tophead__holiday_icon:after {
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    background-image: -moz-linear-gradient(top, #e4e4e4, #f7f7f7);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e4e4e4), color-stop(1, #f7f7f7));
    background-image: -webkit-linear-gradient(top, #e4e4e4, #f7f7f7);
    background-image: -moz-linear-gradient(top, #e4e4e4, #f7f7f7);
    background-image: -ms-linear-gradient(top, #e4e4e4, #f7f7f7);
    background-image: -o-linear-gradient(top, #e4e4e4, #f7f7f7);
    color: #000;
    content: "";
    display: none;
    font-family: Arial, Helvetica, Tahoma, sans-serif;
    font-size: 13px;
    padding: 8px 12px;
    position: absolute;
    left: 0;
    top: 100%;
    text-transform: none;
    white-space: nowrap;
    z-index: 20
}

.b-tophead-right {
    font-weight: bold;
    line-height: 40px;
    height: 40px;
    text-align: right;
    white-space: nowrap;
    width: 400px
}

.b-tophead-right a {
    color: rgba(255, 255, 255, 0.6);
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    line-height: 40px;
    white-space: nowrap
}

.user-things a {
    margin-left: 10px
}

.user-things a:hover .count {
    color: #9a9a9a;
    text-decoration: underline
}

.user-things .count {
    color: #fff;
    display: inline-block
}

.b-tophead-dropdown {
    border-right: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-left: 3px;
    padding: 0 9px 0 10px;
    position: relative
}

.b-tophead-dropdown.hovered {
    background: #fff;
    border-color: rgba(0, 0, 0, 0.1)
}

.b-tophead-dropdown ul {
    -webkit-box-shadow: 0 5px 20px -10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 5px 20px -10px rgba(0, 0, 0, 0.7);
    box-shadow: 0 5px 20px -10px rgba(0, 0, 0, 0.7);
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 0;
    display: none;
    position: absolute;
    top: 40px;
    right: -1px;
    white-space: nowrap
}

.b-tophead-dropdown li {
    display: block;
    white-space: nowrap
}

.b-tophead-dropdown a {
    color: #444;
    display: block;
    font-size: 10px;
    font-weight: bold;
    margin: 0 !important;
    padding: 5px 10px;
    line-height: 18px
}

.b-tophead-dropdown a:hover {
    background: #e5e5e5;
    color: #555;
    text-decoration: none
}

.b-tophead-dropdown .user-things a:hover .count {
    color: #111
}

.b-tophead-dropdown .user-things .count {
    color: #000
}

.user-things-notifications i {
    background: #fff;
    color: #444;
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    line-height: 14px;
    height: 14px;
    margin-top: -2px;
    margin-left: 5px;
    padding: 2px 4px;
    text-align: center;
    vertical-align: middle
}

.user-things-notifications i .inwork {
    color: #0e6802
}

.b-tophead__rss {
    padding-top: 14px
}

.b-tophead__rss-link {
    display: inline-block;
    white-space: nowrap
}

.b-tophead__rss-link .i-sprt {
    background-position: -136px -193px;
    height: 9px;
    margin: -2px 0 0 5px;
    width: 9px
}

.b-tophead__rss-link:hover .i-sprt {
    background-position: -136px -202px
}

.b-tophead__social {
    padding: 8px 0 0 52px
}

.b-tophead__social i {
    font-size: 0;
    line-height: 0
}

.b-tophead__social a {
    display: inline-block;
    font-size: 0;
    height: 22px;
    text-align: center;
    width: 22px
}

.b-tophead__social .fb i {
    background-position: 0 -80px;
    height: 11px;
    margin-top: 5px;
    width: 6px
}

.b-tophead__social .instagram i {
    background-position: 0 -80px;
    height: 11px;
    margin-top: 5px;
    width: 6px
}

.b-tophead__social .fb:hover i {
    background-position: 0 -92px
}

.b-tophead__social .instagram:hover i {
    background-position: 0 -92px
}

.b-tophead__social .vk i {
    background-position: -6px -80px;
    height: 9px;
    margin-top: 7px;
    width: 15px
}

.b-tophead__social .vk:hover i {
    background-position: -6px -92px
}

.b-tophead__social .tw i {
    background-position: -21px -80px;
    height: 11px;
    margin-top: 5px;
    width: 13px
}

.b-tophead__social .tw:hover i {
    background-position: -21px -92px
}

.b-tophead__social .gp i {
    background-position: -34px -80px;
    height: 12px;
    margin-top: 6px;
    width: 12px
}

.b-tophead__social .gp:hover i {
    background-position: -34px -92px
}

.b-tophead__login {
    display: inline-block;
    margin-right: 52px;
    white-space: nowrap
}

.b-tophead__login .i-sprt {
    background-size: 9px 9px;
    background-repeat: no-repeat;
    height: 9px;
    margin: -2px 0 0 5px;
    width: 9px
}

.b-tophead__login:hover .i-sprt {
    opacity: .8
}

.b-topnav {
    position: relative;
    z-index: 97
}

.b-topnav_wrapper {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: #fff;
    border-bottom: 1px solid #deddde;
    height: 60px;
    padding-top: 20px;
    position: fixed;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 98
}

.b-topnav_wrapper.shm {
    -webkit-box-shadow: 0 0 10px 2px #000;
    -moz-box-shadow: 0 0 10px 2px #000;
    box-shadow: 0 0 10px 2px #000
}

.b-topnav_wrapper.shi {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5)
}

.b-topnav__inner {
    padding-top: 5px
}

.b-topnav__item {
    float: left;
    margin-right: 20px;
    position: relative;
    white-space: nowrap
}

.b-topnav__item-link {
    color: #000;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding-top: 10px;
    position: relative;
    z-index: 101
}

.b-topnav__item-link.single {
    font-weight: normal
}

.b-topnav__item-link .dropdwn {
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    background-size: 8px 5px;
    background-repeat: no-repeat;
    height: 5px;
    margin: -2px 0 0 5px;
    width: 8px
}

.b-topnav__item-link:hover .dropdwn,
.b-topnav__item-link.active .dropdwn {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg)
}

.b-topnav__item-link:hover,
.b-topnav__item-link.active,
.b-topnav__item-link.active_section {
    color: #000;
    text-decoration: underline
}

.b-topnav__item-link:visited {
    color: #000
}

span.b-topnav__item-link {
    text-decoration: underline !important
}

.b-topnav__sub {
    display: none;
    padding-top: 60px;
    position: absolute;
    top: 0;
    left: 0;
    width: 960px;
    z-index: 100
}

.b-topnav__sub_inner {
    -webkit-border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: inset 0 10px 20px -10px rgba(0, 0, 0, 0.3), 0 10px 20px -10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 10px 20px -10px rgba(0, 0, 0, 0.3), 0 10px 20px -10px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 10px 20px -10px rgba(0, 0, 0, 0.3), 0 10px 20px -10px rgba(0, 0, 0, 0.3);
    background: rgba(255, 255, 255, 0.98);
    display: none;
    font-size: 14px;
    line-height: 16px;
    overflow: hidden;
    padding: 20px 0 20px 20px
}

.b-topnav__sub_inner li {
    float: left;
    margin-right: 20px;
    width: 164px
}

.b-topnav__sub_inner a {
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    display: block;
    padding: 8px 20px
}

.b-topnav__sub_inner a:hover {
    background-color: #ebebeb;
    color: #444;
    text-decoration: none
}

.b-topnav__sub_inner .left {
    float: left;
    width: 736px
}

.b-topnav__sub_inner .right {
    float: right;
    width: 164px;
    padding-right: 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.b-topnav_right-item {
    flex: 0 0 50%;
    width: 50% !important;
    max-width: 50%;
    margin-right: 0 !important
}

.b-topnav_right-item a {
    display: block;
    border-radius: 8px;
    transition: background-color .25s ease-in-out, color .25s ease-in-out;
    color: #333;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0
}

.b-topnav_right-item a:visited {
    color: #333
}

.b-topnav_right-item a:visited:hover {
    color: #000
}

.b-topnav_right-item a:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #000
}

.b-topnav_right-item a:hover:before {
    opacity: 1
}

.b-topnav_right-item a:before {
    content: '';
    display: block;
    opacity: .4;
    transition: opacity .25s ease-in-out
}

.b-topnav_right-item.hot {
    flex: 0 0 100%;
    width: 100% !important;
    max-width: 100%;
    position: relative
}

.b-topnav_right-item.hot a {
    padding-left: 38px
}

.b-topnav_right-item.hot a:before {
    background-size: 14px 16px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 14px;
    margin-top: -8px;
    width: 14px;
    height: 16px
}

.b-topnav_right-item.netflix a:before {
    background-size: 71px 18px;
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 71px;
    height: 18px
}

.b-topnav_right-item.hbo a:before {
    background-size: 46px 19px;
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 46px;
    height: 19px
}

.b-topnav_right-item.amazon a:before {
    background-size: 70px 22px;
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 70px;
    height: 22px
}

.b-topnav_right-item.disney a:before {
    background-size: 71px 39px;
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 71px;
    height: 39px
}

.b-topnav_right-item.appletv a:before {
    background-size: 46px 18px;
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 46px;
    height: 18px
}

.b-topnav_right-item.hulu a:before {
    background-size: 44px 14px;
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 44px;
    height: 14px
}

.b-topnav_right-item.epix a:before {
    background-size: 42px 18px;
    background-repeat: no-repeat;
    margin: 0 auto;
    width: 42px;
    height: 18px
}

.b-topnav__findbest_block {
    color: #444;
    clear: both;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 20px 0 20px
}

.b-topnav__findbest_block .btn {
    margin-left: 5px;
    padding: 15px 15px 14px
}

.b-topnav__findbest_select {
    display: inline-block;
    font-weight: normal;
    margin-left: 5px;
    vertical-align: middle
}

#find-best-block-1 .sod_list {
    max-height: 234px !important
}

#find-best-block-2 .sod_list {
    max-height: 172px !important
}

#find-best-block-3 .sod_list {
    max-height: 172px !important
}

#find-best-block-4 .sod_list {
    max-height: 110px !important
}

#find-best-block-82 .sod_list {
    max-height: 265px !important
}

.sod_select,
.sod_select * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.sod_select {
    display: inline-block;
    position: relative;
    line-height: 1;
    width: 200px;
    padding: 15px 10px;
    border: 3px solid #777;
    background: #ffffff;
    color: #444444;
    font-size: 11px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    outline: 0;
    outline-offset: -2px;
    cursor: default
}

.sod_select:before,
.sod_select:after {
    content: "\25B2";
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 7px
}

.sod_select:after {
    content: "\25BC";
    top: auto;
    bottom: 12px
}

.sod_select:hover,
.sod_select.open,
.sod_select.focus {
    border-color: #000000
}

.sod_select.open {
    color: #919191
}

.sod_select.focus {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2)
}

.sod_select.disabled {
    border-color: #828282;
    color: #b2b2b2;
    cursor: not-allowed
}

.sod_select .sod_label {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 15px
}

.sod_select .sod_list_wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    height: auto;
    width: 200px;
    margin: 0 0 0 -3px;
    background: #ffffff;
    border: 3px solid #000000;
    border-top: none;
    color: #444444;
    font-weight: 300;
    z-index: 1
}

.sod_select.open .sod_list_wrapper {
    display: block
}

.sod_select.disabled.open .sod_list_wrapper {
    display: none
}

.sod_select.above .sod_list_wrapper {
    top: auto;
    bottom: 100%;
    border-top: 3px solid #000000;
    border-bottom: none
}

.sod_select .sod_list {
    display: block;
    overflow-y: auto;
    padding: 0;
    margin: 0
}

.sod_select .sod_option {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    padding: 10px 10px;
    list-style-type: none
}

.sod_select .sod_option.optgroup,
.sod_select .sod_option.optgroup.disabled {
    background: inherit;
    color: #939393;
    font-size: 10px;
    font-style: italic
}

.sod_select .sod_option.groupchild {
    padding-left: 20px
}

.sod_select .sod_option.is-placeholder {
    display: none
}

.sod_select .sod_option.disabled {
    background: inherit;
    color: #cccccc
}

.sod_select .sod_option.active {
    background: #f7f7f7;
    color: #333333
}

.sod_select .sod_option.selected {
    font-weight: 700;
    padding-right: 25px
}

.sod_select .sod_option.selected:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    color: #808080;
    height: 9px;
    width: 10px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTAgOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAgOSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBmaWxsPSIjRDlEOUQ4IiBkPSJNNCw2LjdDMy42LDYuMywzLjUsNi4xLDMuMSw1LjdDMi42LDUuMiwyLDQuNiwxLjUsNC4xYy0wLjgtMC44LTIsMC40LTEuMiwxLjJjMC45LDAuOSwxLjksMS45LDIuOCwyLjgNCgkJYzAuNywwLjcsMS4zLDEsMiwwQzYuNyw2LDguMywzLjcsOS44LDEuNUMxMC41LDAuNSw5LTAuMyw4LjMsMC42bDAsMEM2LjcsMi45LDUuNyw0LjQsNCw2LjciLz4NCjwvZz4NCjwvc3ZnPg0K)
}

.sod_select.no_highlight .sod_option.selected {
    font-weight: 300
}

.sod_select.no_highlight .sod_option.selected:before {
    display: none
}

.sod_select select {
    display: none !important
}

.sod_select.touch select {
    -webkit-appearance: menulist-button;
    position: absolute;
    top: 0;
    left: 0;
    display: block !important;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 1
}

.b-search__form {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background: #fff;
    height: 44px;
    position: absolute;
    top: 0;
    right: 0;
    width: 238px;
    z-index: 102
}

.b-search__form.focused {
    width: 100%
}

.b-search__form.focused .b-search__submit {
    opacity: 1
}

.b-search__form.loading .b-search__submit:before {
    background-size: 16px 16px;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    animation: spin 1s infinite linear
}

.b-search__field {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: 0;
    color: #000;
    font-size: 14px;
    line-height: 16px;
    padding: 15px 0 13px 24px !important;
    position: absolute;
    right: 0;
    outline: none;
    width: 100%;
    z-index: 104
}

.b-search__submit {
    border: 0;
    cursor: pointer;
    height: 44px !important;
    outline: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    z-index: 105;
    background: none;
    opacity: .5
}

.b-search__submit:hover {
    opacity: 1
}

.b-search__submit:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -7px;
    margin-left: -7px;
    background-size: 14px 14px;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px
}

.b-search__live {
    background: #fff;
    display: none;
    padding-top: 44px;
    padding-right: 20px;
    padding-left: 20px;
    position: absolute;
    top: 0;
    left: -20px;
    width: 100%;
    z-index: 103
}

.b-search__live_section {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    font-size: 13px;
    line-height: 14px;
    margin: 0 -20px
}

.b-search__section_title {
    border-bottom: 1px solid #d8d8d8;
    color: #000;
    font-weight: bold;
    padding: 8px 0 8px 22px
}

.b-search__section_list li {
    display: block
}

.b-search__section_list li:first-child a {
    border-top: 0
}

.b-search__section_list li.hovered {
    background: #f0f0f0
}

.b-search__section_list a {
    border-top: 1px solid #d8d8d8;
    color: #444;
    font-size: 13px;
    font-weight: bold;
    display: block;
    padding: 8px 22px;
    text-decoration: none
}

.b-search__section_list .enty {
    color: #00a0b0;
    font-size: 14px;
    font-weight: normal
}

.b-search__section_list .rating {
    display: inline-block;
    margin-left: 5px
}

.b-search__section_list .rating i {
    background-color: #5f5f5f;
    display: inline-block;
    color: #fff;
    cursor: help;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    line-height: 11px;
    padding: 2px 3px
}

.b-search__section_list .rating i.rating-red-string {
    background-color: #ff0b0b
}

.b-search__section_list .rating i.rating-green-string {
    background-color: #007b00
}

.b-search__live_all {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    background: #777;
    color: #fff !important;
    display: block;
    font-size: 13px;
    margin: 0 -20px;
    padding: 7px 0;
    text-align: center;
    text-decoration: none
}

.b-search__live_all:hover {
    background: #6c6c6c;
    text-decoration: none
}

.b-search__results_notfound {
    color: #444;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 0 16px 25px
}

.b-content__search_wrapper {
    padding-top: 10px !important
}

.b-searchresults__st {
    color: #444;
    font-size: 16px;
    line-height: 16px;
    padding: 10px 0 10px 6px
}

.b-newest_slider__title {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    max-width: 980px;
    padding-bottom: 12px
}

.b-newest_slider__title span {
    border-bottom: 1px dotted #555;
    color: #555;
    cursor: pointer;
    vertical-align: bottom
}

.b-newest_slider__title span:hover {
    border-bottom: 0
}

.b-newest_slider__title span.active {
    border-bottom: 0;
    color: #000;
    cursor: auto
}

.b-newest_slider__title .show-all {
    color: #555;
    display: none;
    font-size: 13px;
    line-height: 16px;
    vertical-align: bottom
}

.b-newest_slider__title .show-all span {
    font-size: 14px;
    font-weight: normal
}

.b-newest_slider_wrapper {
    background: #efefef
}

.b-newest_slider {
    background: #efefef;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 65px 0;
    position: relative;
    width: 870px;
    z-index: 80
}

.b-newest_slider .cntrl {
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background: #444;
    background-color: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    display: block;
    height: 100px;
    position: absolute;
    top: 70px;
    text-align: left;
    vertical-align: top;
    width: 35px;
    z-index: 80
}

.b-newest_slider .cntrl:before {
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    content: '';
    display: inline-block;
    margin-top: 30px
}

.b-newest_slider .cntrl.next {
    right: 20px
}

.b-newest_slider .cntrl.next:before {
    border-right: none;
    border-left-color: #fff;
    float: left;
    margin-left: 9px
}

.b-newest_slider .cntrl.prev {
    left: 20px
}

.b-newest_slider .cntrl.prev:before {
    border-left: none;
    border-right-color: #fff;
    float: right;
    margin-right: 9px
}

.b-newest_slider .cntrl:hover,
.b-newest_slider .cntrl:focus {
    background-color: #444;
    background-color: rgba(0, 0, 0, 0.8)
}

.b-newest_slider .cntrl:active {
    background-color: #000
}

.b-newest_slider__wrapper {
    overflow: hidden;
    padding-left: 10px
}

.b-newest_slider__inner {
    position: relative;
    margin-left: -20px;
    overflow: hidden
}

.b-newest_slider__inner:before {
    background-size: 48px 48px;
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    left: 50%;
    margin-left: -24px;
    animation: spin 1s infinite linear
}

.b-newest_slider__list {
    background: #efefef;
    overflow: hidden;
    padding-bottom: 20px;
    width: 999999em;
    position: relative
}

.b-newest_slider__list.cat-visible .b-content__inline_item .cat {
    display: block
}

.b-newest_slider__list.cat-visible .b-content__inline_item .cat .entity {
    display: none
}

.b-newest_slider__list .b-content__inline_item {
    display: block;
    float: left;
    margin: 0;
    margin-left: 10px;
    width: 100px
}

.b-newest_slider__list .b-content__inline_item .info {
    line-height: 12px
}

.b-newest_slider__list .b-content__inline_item .play {
    height: 50px;
    margin: -25px 0 0 -25px;
    width: 50px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%
}

.b-newest_slider__list .b-content__inline_item .play:before {
    content: '';
    display: block;
    background-size: 24px 29px;
    background-repeat: no-repeat;
    width: 24px;
    height: 29px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 50%;
    margin-left: -8px;
    opacity: .7
}

.b-newest_slider__list .b-content__inline_item .cat {
    display: none
}

.b-newest_slider__list .b-content__inline_item .cat .entity {
    display: none
}

.b-newest_slider__list .b-content__inline_item .misc {
    color: #7d7d7d;
    font-size: 11px;
    font-weight: normal;
    padding-top: 5px
}

.b-newest_slider__list .b-content__inline_item:hover .cat {
    display: block
}

.b-newest_slider__list .b-content__inline_item.active .cat {
    display: block
}

.b-newest_slider__list .b-content__inline_item-link {
    padding-top: 10px
}

.b-newest_slider__list .b-content__inline_item-link a {
    font-size: 12px
}

.b-content {
    padding: 40px 0 0
}

.b-content__htitle {
    color: #000;
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 10px
}

.b-content__htitle h1 {
    display: inline;
    font-weight: normal
}

.b-content__htitle.small {
    font-size: 24px;
    line-height: 24px
}

.b-content__section_description {
    color: #444;
    font-size: 14px
}

.b-content__section_description.pb {
    padding-bottom: 38px
}

.b-content__section_description.pt {
    padding-top: 10px
}

.b-content__section_description.best {
    line-height: 16px
}

.b-content__description {
    color: #444;
    font-size: 14px;
    padding: 30px 0 50px
}

.b-content__description p,
.b-content__description div {
    margin: 5px 0
}

.b-content__description h1,
.b-content__description h2,
.b-content__description h3,
.b-content__description h4 {
    display: block;
    font-weight: bold
}

.b-content__description h1 {
    font-size: 22px
}

.b-content__description h2 {
    font-size: 20px;
    margin-top: 10px
}

.b-content__description ul {
    list-style-type: disc;
    padding-left: 25px
}

.b-content__description li {
    padding-bottom: 5px
}

.b-content__announce_block {
    background-color: #f9f9f9;
    margin-top: 20px;
    padding: 15px 0 8px 8px
}

.b-content__announce_block_all {
    font-size: 14px;
    padding-right: 8px;
    text-align: right
}

.b-content__static {
    color: #333;
    font-size: 13px;
    padding-top: 10px !important
}

.b-content__static ul {
    list-style: square inside;
    padding-top: 5px;
    padding-left: 5px
}

.b-content__static ul li {
    padding: 2px 0
}

.b-content__crumbs {
    color: #444;
    font-size: 14px;
    padding-bottom: 50px
}

.b-content__columns {
    padding-right: 280px
}

.b-content__columns.pdt {
    padding-top: 38px
}

.b-content__columns.pdb {
    padding-bottom: 80px
}

.b-content__main {
    float: left;
    width: 100%
}

.b-content__sidebar {
    float: right;
    margin-right: -280px;
    width: 260px
}

.b-content__sidebar.is_stuck {
    float: none;
    margin-right: 0;
    margin-left: 700px
}

.b-content__static_inner {
    padding-top: 0;
    padding-right: 260px
}

.b-content__static_content {
    float: left;
    width: 100%
}

.b-content__static_sidebar {
    float: right;
    margin-right: -260px;
    width: 240px
}

.b-content__static_textblock {
    color: #555;
    font-size: 13px;
    padding: 15px 0 0 0
}

.b-content__inline {
    padding-top: 50px
}

.b-content__inline .b-info__page {
    padding-right: 366px;
    padding-bottom: 25px
}

.b-content__inline_inner {
    margin-left: -16px
}

.b-content__inline_inner_main {
    padding-right: 386px
}

.b-content__inline_inner_main .b-navigation {
    margin-right: 17px;
    margin-left: 17px
}

.b-content__inline_inner_mainprobar {
    margin-left: -6px;
    padding-right: 240px
}

.b-content__inline_inner_mainprobar .b-content__inline_item {
    margin-left: 6px !important
}

.b-content__inline_inner_mainprobar .b-info__page {
    padding-left: 5px !important
}

.b-favorites_content__holder {
    padding-bottom: 40px
}

.b-favorites_content__sidebar {
    float: right;
    margin-bottom: 40px;
    margin-right: -240px;
    width: 240px
}

.b-favorites_content__cats_list {
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #ddd;
    border-top: 0;
    margin-top: 1px
}

.b-favorites_content__cats_list .draggable {
    background: #ddd;
    color: #555;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 12px
}

.b-favorites_content__cats_list .draggable b {
    display: block;
    font-size: 20px;
    height: 21px;
    line-height: 7px;
    margin-top: -11px;
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    width: 12px
}

.b-favorites_content__cats_list .draggable:hover {
    color: #fff
}

.b-favorites_content__cats_list .dads-children-clone {
    border: 1px solid #cecece !important
}

.b-favorites_content__cats_list .dads-children-clone .draggable {
    background: #000;
    color: #fff
}

.b-favorites_content__cats_list .dads-children-placeholder {
    border-color: #000;
    margin: 0
}

.b-favorites_content__cats_nolist {
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #ddd;
    color: #444;
    font-size: 13px;
    line-height: 16px;
    margin-top: 1px;
    padding: 10px
}

.b-favorites_content__cats_nolist .title {
    color: #444;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 5px;
    text-align: center;
    text-transform: uppercase
}

.b-favorites_content__cats_list_item {
    border-top: 1px solid #cecece;
    display: block;
    position: relative;
    width: 238px
}

.b-favorites_content__cats_list_item:first-child {
    border-top: 1px solid #ddd
}

.b-favorites_content__cats_list_item .edit-cat {
    -webkit-transition: background 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out;
    -ms-transition: background 0.1s ease-in-out;
    -o-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
    filter: alpha(opacity=100);
    opacity: 1;
    background: #efefef;
    cursor: pointer;
    display: block;
    min-height: 35px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    width: 40px
}

.b-favorites_content__cats_list_item .edit-cat:before {
    background-size: 18px 18px;
    background-repeat: no-repeat;
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    top: 50%;
    margin-top: -9px;
    margin-left: -9px;
    left: 50%;
    position: absolute;
    opacity: .5
}

.b-favorites_content__cats_list_item .edit-cat:hover {
    filter: alpha(opacity=60);
    opacity: .6;
    background-color: #ccc
}

.b-favorites_content__cats_list_item .edit-cat:hover:before {
    opacity: .7
}

.b-favorites_content__cats_list_item:hover {
    background-color: #ddd
}

.b-favorites_content__cats_list_item:hover .b-favorites_content__cats_list_link {
    background: #333;
    color: #bbb !important
}

.b-favorites_content__cats_list_link {
    -webkit-transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
    -ms-transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
    -o-transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
    transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
    background: #fff;
    color: #000;
    cursor: pointer;
    font-size: 13px;
    display: block;
    margin-left: 12px;
    padding: 10px;
    text-decoration: none;
    width: 166px;
    word-break: break-all;
    -webkit-font-smoothing: initial
}

.b-favorites_content__cats_list_link:visited,
.b-favorites_content__cats_list_link:hover,
.b-favorites_content__cats_list_link:active {
    color: #000
}

.b-favorites_content__cats_list_link:hover {
    text-decoration: none
}

.b-favorites_content__cats_list_link.active {
    background: #000;
    color: #bbb !important;
    text-decoration: none
}

.b-favorites_content__cats_list_link .num-holder {
    white-space: nowrap
}

.b-favorites_content__cats_edit_holder {
    background: #000;
    min-height: 19px;
    padding: 8px 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 198px
}

.b-favorites_content__cats_edit_holder .btn {
    font-size: 12px;
    line-height: 12px !important;
    margin: 0 7px;
    padding: 2px
}

.b-content__inline_sideprobar {
    float: right;
    margin-right: -240px;
    margin-bottom: 40px;
    width: 240px
}

.b-content__inline_sidebar {
    float: right;
    margin-top: -34px;
    margin-right: -386px;
    margin-bottom: 40px;
    padding-top: 32px;
    width: 386px
}

.b-content__inline_probar {
    float: right;
    margin-right: -577px;
    width: 240px
}

.b-content__inline_items {
    float: left;
    width: 101%
}

.b-content__inline_item {
    color: #444;
    cursor: pointer;
    display: -moz-inline-stack;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
    margin: 0 0 20px 16px;
    overflow: hidden;
    vertical-align: top;
    width: 174px;
    zoom: 1;
    *display: inline
}

.b-content__inline_item .play {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    filter: alpha(opacity=0);
    opacity: 0;
    display: block;
    height: 60px;
    margin: -30px 0 0 -30px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4)
}

.b-content__inline_item .play:before {
    background-size: 24px 29px;
    background-repeat: no-repeat;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left: -8px;
    width: 24px;
    height: 29px;
    opacity: .7
}

.b-content__inline_item .trailer {
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    filter: alpha(opacity=95);
    opacity: .95;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: none;
    height: 38px;
    position: absolute;
    top: 29px;
    left: 3px;
    text-align: center;
    width: 40px
}

.b-content__inline_item .trailer b {
    display: none;
    font-style: normal;
    font-size: 11px;
    padding-top: 12px;
    padding-left: 30px;
    text-transform: uppercase;
    white-space: nowrap
}

.b-content__inline_item .trailer:hover {
    filter: alpha(opacity=100);
    opacity: 1;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8);
    width: 166px
}

.b-content__inline_item .trailer:hover b {
    display: block
}

.b-content__inline_item .trailer:after {
    content: '';
    display: block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -10px
}

.b-content__inline_item .trailer:before {
    content: '';
    display: block;
    background-size: 10px 12px;
    background-repeat: no-repeat;
    width: 10px;
    height: 12px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 16px;
    opacity: .5;
    z-index: 2
}

.b-content__inline_item .hd-label-row {
    background: #f9f9f9;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0
}

.b-content__inline_item .hd-label-row input[type="checkbox"]+label {
    background: #f9f9f9;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    text-indent: 0;
    height: 27px;
    width: 27px
}

.b-content__inline_item .hd-label-row input[type="checkbox"]+label:after {
    top: 4px;
    left: 4px
}

.b-content__inline_item .hd-label-row input[type="checkbox"]+label:before {
    top: 5px;
    left: 11px
}

.b-content__inline_item .hd-label-row input[type="checkbox"]+label:hover {
    background: #e5e5e5
}

.b-content__inline_item .hd-label-row:hover {
    background: #e5e5e5
}

.b-content__inline_item .cat {
    -webkit-border-radius: 0 0 0 3px;
    -khtml-border-radius: 0 0 0 3px;
    -moz-border-radius: 0 0 0 3px;
    -o-border-radius: 0 0 0 3px;
    border-radius: 0 0 0 3px;
    background-color: #fff;
    cursor: help;
    display: block;
    height: 26px;
    line-height: 26px;
    position: absolute;
    top: 3px;
    right: 3px;
    min-width: 32px
}

.b-content__inline_item .cat.films {
    background-color: #00a0b0
}

.b-content__inline_item .cat.films .icon {
    background-size: 21px 16px;
    background-repeat: no-repeat;
    margin-top: -9px;
    height: 16px;
    width: 21px
}

.b-content__inline_item .cat.series {
    background-color: #df565a
}

.b-content__inline_item .cat.series .icon {
    background-size: 21px 16px;
    background-repeat: no-repeat;
    margin-top: -8px;
    height: 16px;
    width: 21px
}

.b-content__inline_item .cat.cartoons {
    background-color: #216d2b
}

.b-content__inline_item .cat.cartoons .icon {
    background-size: 19px 17px;
    background-repeat: no-repeat;
    margin-top: -9px;
    right: 7px;
    height: 17px;
    width: 19px
}

.b-content__inline_item .cat.show {
    background-color: #909215
}

.b-content__inline_item .cat.show .icon {
    background-size: 17px 17px;
    background-repeat: no-repeat;
    margin-top: -10px;
    right: 6px;
    height: 17px;
    width: 17px
}

.b-content__inline_item .cat.animation {
    background-color: #696969
}

.b-content__inline_item .cat.animation .icon {
    background-size: 17px 17px;
    background-repeat: no-repeat;
    margin-top: -8px;
    right: 6px;
    height: 17px;
    width: 17px
}

.b-content__inline_item .cat .icon {
    position: absolute;
    top: 50%;
    right: 5px
}

.b-content__inline_item .cat .entity {
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    padding-left: 10px;
    padding-right: 32px;
    text-transform: capitalize
}

.b-content__inline_item .cat.loading {
    background-color: #fff
}

.b-content__inline_item .cat.loading:before {
    background-size: 16px 16px;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    animation: spin 1s infinite linear
}

.b-content__inline_item .cat.loading .entity {
    display: none !important
}

.b-content__inline_item .cat.loading .icon {
    display: none !important
}

.b-content__inline_item .string {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    filter: alpha(opacity=100);
    opacity: 1;
    color: #fff;
    display: block;
    font-style: normal;
    font-weight: bold;
    margin-left: -78px;
    position: absolute;
    top: 36px;
    left: 50%;
    text-align: center;
    text-transform: uppercase;
    width: 156px
}

.b-content__inline_item .b-category-icon {
    background-position: -171px -193px;
    height: 20px;
    margin: -10px 0 0 -10px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px
}

.b-content__inline_item .info {
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    color: #444;
    display: block;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 6px;
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap
}

.b-content__inline_item:hover .string {
    filter: alpha(opacity=0);
    opacity: 0
}

.b-content__inline_item.active:hover .string {
    filter: alpha(opacity=100);
    opacity: 1
}

.b-content__inline_item.nocategory .cat .b-category-icon {
    background-position: -171px -193px !important;
    margin: -10px 0 0 -10px !important;
    height: 20px;
    width: 20px
}

.b-content__inline_item.nocategory .cat:hover .b-category-icon {
    background-position: -171px -213px !important
}

.b-content__inline_item.active .b-content__inline_item-link a,
.b-content__inline_item:hover .b-content__inline_item-link a {
    text-decoration: underline
}

.b-content__inline_item.active .play,
.b-content__inline_item:hover .play {
    filter: alpha(opacity=100);
    opacity: 1
}

.b-content__inline_item.active .b-content__inline_item-cover img,
.b-content__inline_item:hover .b-content__inline_item-cover img {
    /* filter: grayscale(0%); */
    filter: alpha(opacity=70);
    opacity: .7
}

.b-content__inline_item.active .cat .entity,
.b-content__inline_item:hover .cat .entity {
    display: none
}

.b-content__inline_item.active .cat .icon,
.b-content__inline_item:hover .cat .icon {
    background-size: 16px 16px;
    background-repeat: no-repeat;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
    margin: -8px 0 0 -8px !important;
    right: auto;
    left: 50%;
    height: 16px;
    width: 16px
}

.b-content__inline_item.active .cat:hover,
.b-content__inline_item:hover .cat:hover {
    background-color: #fff
}

.b-content__inline_item.active .cat:hover .icon,
.b-content__inline_item:hover .cat:hover .icon {
    background-size: 16px 16px;
    background-repeat: no-repeat
}

.b-content__inline_item.active .cat {
    background-color: #fff
}

.b-content__inline_item.active .cat .icon {
    background-size: 16px 16px;
    background-repeat: no-repeat
}

.b-content__inline_item.is_hidden {
    display: none
}

.b-content__catlabel {
    background-color: #fff;
    display: block;
    height: 26px;
    line-height: 26px;
    min-width: 32px
}

.b-content__catlabel.films {
    background-color: #00a0b0
}

.b-content__catlabel.films .icon {
    background-size: 21px 17px;
    background-repeat: no-repeat;
    margin-top: -9px;
    height: 17px;
    width: 21px
}

.b-content__catlabel.series {
    background-color: #df565a
}

.b-content__catlabel.series .icon {
    background-size: 21px 16px;
    background-repeat: no-repeat;
    margin-top: -8px;
    height: 16px;
    width: 21px
}

.b-content__catlabel.cartoons {
    background-color: #216d2b
}

.b-content__catlabel.cartoons .icon {
    background-size: 19px 17px;
    background-repeat: no-repeat;
    margin-top: -9px;
    right: 7px;
    height: 17px;
    width: 19px
}

.b-content__catlabel.show {
    background-color: #909215
}

.b-content__catlabel.show .icon {
    background-size: 17px 17px;
    background-repeat: no-repeat;
    margin-top: -10px;
    right: 6px;
    height: 17px;
    width: 17px
}

.b-content__catlabel.animation {
    background-color: #696969
}

.b-content__catlabel.animation .icon {
    background-size: 17px 17px;
    background-repeat: no-repeat;
    margin-top: -8px;
    right: 6px;
    height: 17px;
    width: 17px
}

.b-content__catlabel .icon {
    position: absolute;
    top: 50%;
    right: 5px
}

.b-content__catlabel .entity {
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    padding-left: 10px;
    padding-right: 32px;
    text-transform: capitalize
}

.b-content__inline_item-cover {
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 2px;
    position: relative;
    height: 100%
}

.b-content__inline_item-cover a,
.b-content__inline_item-cover .layer {
    background: #000;
    display: block
}

.b-content__inline_item-cover .layer {
    overflow: hidden;
    position: relative
}

.b-content__inline_item-cover img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    filter: alpha(opacity=100);
    width: 100%
}

.b-content__inline_item-cover.wait img {
    opacity: 0.2;
    filter: alpha(opacity=20)
}

.b-content__inline_item-link {
    padding: 15px 1px 0
}

.b-content__inline_item-link a {
    font-size: 14px
}

.b-content__bubble {
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: #fff;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 386px;
    z-index: 9999
}

.b-content__bubble .arrow {
    display: block;
    padding-top: 6px;
    position: absolute;
    top: 40px;
    width: 20px
}

.b-content__bubble .arrow i {
    display: block;
    width: 0;
    height: 0;
    background: none
}

.b-content__bubble.left {
    margin-left: -4px
}

.b-content__bubble.left .arrow {
    left: -20px
}

.b-content__bubble.left .arrow i {
    border-top: 19px solid #fff;
    border-left: 20px solid transparent
}

.b-content__bubble.right {
    margin-left: 8px
}

.b-content__bubble.right .arrow {
    right: -20px
}

.b-content__bubble.right .arrow i {
    border-top: 19px solid #fff;
    border-right: 20px solid transparent
}

.b-content__bubble .b-popup__close {
    top: 5px !important;
    right: 5px !important
}

.b-content__bubble .b-content__catlabel {
    -webkit-border-radius: 0 3px 0 0;
    -khtml-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    -o-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
    position: absolute;
    top: 0;
    right: 0
}

.b-content__bubble_content {
    color: #444;
    font-size: 12px;
    line-height: 16px;
    min-height: 60px;
    overflow: hidden;
    padding: 30px 20px 20px 20px
}

.b-content__bubble_content .label {
    color: #000
}

.b-content__bubble_title {
    color: #000;
    font-size: 18px;
    font-weight: bold
}

.b-content__bubble_title a {
    text-decoration: underline
}

.b-content__bubble_title a:hover {
    text-decoration: none
}

.b-content__bubble_rating {
    padding-top: 12px
}

.b-content__bubble_rating .b-rating {
    margin-top: 5px
}

.b-content__bubble_rating b {
    color: #2e849d
}

.b-content__bubble_str {
    margin-top: 15px
}

.b-content__bubble_text {
    margin-top: 15px
}

.b-content__bubble_rates {
    color: #000;
    font-size: 14px;
    margin-top: 20px
}

.b-content__bubble_rates i {
    color: #444;
    font-style: normal
}

.b-content__bubble_rates .imdb {
    margin-right: 25px
}

.b-info__page {
    padding: 40px 20px 25px
}

.b-info__title {
    color: #000;
    font-size: 18px
}

.b-info__message {
    color: #444;
    font-size: 14px;
    padding-top: 4px
}

.b-container .b-info__page {
    padding: 0
}

.b-seriesupdate__block {
    margin-bottom: 5px
}

.b-seriesupdate__block_date {
    background-color: #6f6f6f;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 20px;
    position: relative
}

.b-seriesupdate__block_date.collapsible {
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    background-color: #313131;
    cursor: pointer
}

.b-seriesupdate__block_date.collapsible.expandable {
    background-color: #6f6f6f !important
}

.b-seriesupdate__block_date.collapsible.expandable .act {
    color: #fff !important
}

.b-seriesupdate__block_date.collapsible:hover {
    background-color: #414141
}

.b-seriesupdate__block_date .act {
    color: #878586;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    top: 8px;
    right: 20px
}

.b-seriesupdate__block_date:hover .act {
    text-decoration: underline
}

.b-seriesupdate__block_list {
    padding-bottom: 10px
}

.b-seriesupdate__block_list .a-m-d {
    display: block;
    position: relative
}

.b-seriesupdate__block_list .a-m-d:after {
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    background-color: transparent;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.b-seriesupdate__block_list .a-m-d:hover:after {
    background-color: rgba(0, 0, 0, 0.2)
}

.b-seriesupdate__block_list_item {
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    background-color: #efefef;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    display: table;
    min-height: 35px;
    width: 100%
}

.b-seriesupdate__block_list_item:hover {
    background-color: #fafafa
}

.b-seriesupdate__block_list_item:hover .b-seriesupdate__block_list_link {
    color: #2e859e;
    text-decoration: none
}

.b-seriesupdate__block_list_item.tracked {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #df565a;
    border: 1px solid #b90005
}

.b-seriesupdate__block_list_item.tracked .b-seriesupdate__block_list_link,
.b-seriesupdate__block_list_item.tracked .cell-1,
.b-seriesupdate__block_list_item.tracked .cell-1 .season,
.b-seriesupdate__block_list_item.tracked .cell-2,
.b-seriesupdate__block_list_item.tracked .cell-2 i {
    color: #fff
}

.b-seriesupdate__block_list_item.tracked:hover {
    background-color: #ce2b30
}

.b-seriesupdate__block_list_item.a-act-row .cell {
    position: relative
}

.b-seriesupdate__block_list_item .a-act-1 {
    filter: alpha(opacity=50);
    opacity: .5;
    height: 16px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    left: -18px;
    width: 16px
}

.b-seriesupdate__block_list_item .a-act-1:hover {
    filter: alpha(opacity=100);
    opacity: 1
}

.b-seriesupdate__block_list_item .a-act-2 {
    height: 16px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    right: -18px;
    text-align: center;
    width: 16px
}

.b-seriesupdate__block_list_item .a-act-2:hover {
    filter: alpha(opacity=50);
    opacity: .5
}

.b-seriesupdate__block_list_item_inner {
    display: table-row
}

.b-seriesupdate__block_list_item_inner .cell {
    padding: 6px 0 5px;
    display: table-cell;
    vertical-align: middle
}

.b-seriesupdate__block_list_item_inner .cell-1 {
    color: #000;
    font-size: 12px;
    padding-right: 5px;
    padding-left: 10px
}

.b-seriesupdate__block_list_item_inner .cell-1 .season {
    white-space: nowrap
}

.b-seriesupdate__block_list_item_inner .cell-2 {
    color: #000;
    font-size: 11px;
    font-weight: bold;
    padding-right: 10px;
    text-align: right;
    white-space: nowrap
}

.b-seriesupdate__block_list_item_inner .cell-2 i {
    color: #444;
    display: block;
    font-style: normal
}

.b-seriesupdate__block_list_link {
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: #000;
    font-weight: bold;
    text-decoration: none
}

.b-seriesupdate__block_list_link:hover {
    text-decoration: none
}

.b-seriesupdate__block_list_link:visited {
    color: #000
}

.b-content__filters {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    font-size: 11px;
    line-height: normal;
    overflow: hidden;
    padding: 4px 0
}

.b-content__filters_item {
    float: left;
    margin-right: 10px
}

.b-content__filters_link {
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
    -ms-transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
    -o-transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
    transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
    color: #2e859e;
    cursor: pointer;
    font-weight: bold;
    display: block;
    padding: 10px 20px;
    text-transform: uppercase
}

.b-content__filters_link:hover {
    background: #323232;
    color: #bbb;
    text-decoration: none
}

.b-content__filters_link.active {
    background: #454545;
    color: #bbb;
    text-decoration: none
}

.b-series__filters_wrapper {
    padding-bottom: 0
}

.b-series__filters {
    margin-left: -10px;
    overflow: hidden
}

.b-series__filters .b-content__filters_item {
    margin: 0 0 4px 10px !important
}

.b-series__filters .b-content__filters_link {
    padding: 10px 0 !important;
    text-align: center;
    width: 85px
}

.b-content__main_filters {
    font-size: 12px;
    line-height: normal;
    overflow: hidden
}

.b-content__main_filters.additional {
    border-top: 0;
    display: table;
    width: 100%
}

.b-content__main_filters.additional .inner {
    display: table-row
}

.b-content__main_filters .td {
    color: #999;
    display: table-cell;
    font-size: 14px;
    padding: 10px 0;
    vertical-align: middle
}

.b-content__main_filters_item {
    float: left
}

.b-content__main_filters_link {
    -webkit-transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
    -ms-transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
    -o-transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
    transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
    color: #000;
    cursor: pointer;
    font-size: 13px;
    float: right;
    display: block;
    padding: 10px;
    text-decoration: underline;
    -webkit-font-smoothing: initial
}

.b-content__main_filters_link:visited,
.b-content__main_filters_link:hover,
.b-content__main_filters_link:active {
    color: #000
}

.b-content__main_filters_link:hover {
    background: #333;
    color: #bbb !important;
    text-decoration: none
}

.b-content__main_filters_link.active {
    background: #000;
    color: #bbb !important;
    text-decoration: none
}

.b-content__filters_types {
    color: #999;
    float: right;
    font-size: 13px
}

.b-content__filters_types .b-category-icon {
    margin: 0 1px
}

.b-content__filters_types .b-category-icon:hover {
    filter: alpha(opacity=50);
    opacity: .5
}

.b-content__filters_types .b-category-icon.active:hover {
    filter: alpha(opacity=100);
    opacity: 1
}

.b-content__filters_types .series {
    margin-top: 3px
}

.b-content__filters_types .cartoons {
    margin-top: -3px
}

.b-content__filters_types .reset {
    background-position: -71px -193px;
    height: 17px;
    margin-left: 3px;
    width: 17px
}

.b-content__filters_types .reset:hover {
    background-position: -71px -210px
}

.b-content__filters_types .filter-text {
    color: #000;
    float: right;
    display: block;
    padding: 10px 5px
}

.b-content__filters_types .filter-link {
    -webkit-transition: background 0.1s ease-in-out, color 0.1s ease-in-out, border-color 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out, color 0.1s ease-in-out, border-color 0.1s ease-in-out;
    -ms-transition: background 0.1s ease-in-out, color 0.1s ease-in-out, border-color 0.1s ease-in-out;
    -o-transition: background 0.1s ease-in-out, color 0.1s ease-in-out, border-color 0.1s ease-in-out;
    transition: background 0.1s ease-in-out, color 0.1s ease-in-out, border-color 0.1s ease-in-out;
    color: #000;
    cursor: pointer;
    font-size: 13px;
    float: right;
    display: block;
    padding: 10px 5px;
    text-decoration: underline;
    -webkit-font-smoothing: initial
}

.b-content__filters_types .filter-link:visited,
.b-content__filters_types .filter-link:hover,
.b-content__filters_types .filter-link:active {
    color: #000
}

.b-content__filters_types .filter-link:hover {
    background: #333;
    color: #bbb;
    text-decoration: none
}

.b-content__filters_types .filter-link.active {
    background: #000;
    color: #bbb;
    text-decoration: none
}

.b-tabs__main {
    font-size: 12px;
    line-height: normal;
    overflow: hidden;
    padding-top: 15px
}

.b-tabs__main_item {
    float: left
}

.b-tabs__main_link {
    -webkit-transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
    -ms-transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
    -o-transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
    transition: background 0.1s ease-in-out, color 0.1s ease-in-out;
    color: #000;
    cursor: pointer;
    font-size: 13px;
    display: block;
    padding: 10px;
    text-decoration: underline;
    -webkit-font-smoothing: initial
}

.b-tabs__main_link:visited,
.b-tabs__main_link:hover,
.b-tabs__main_link:active {
    color: #000
}

.b-tabs__main_link:hover {
    background: #333;
    color: #bbb !important;
    text-decoration: none
}

.b-tabs__main_link.active {
    background: #000;
    color: #bbb !important;
    text-decoration: none
}

.b-content__main_sections_list {
    height: 40px
}

.b-content__main_sections_list li {
    float: left
}

.b-content__main_sections_list li:first-child .section-link {
    border-left: 1px solid #eaeaea
}

.b-content__main_sections_list li:first-child .section-link.active {
    border-color: #0098A7
}

.b-content__main_sections_list .section-link {
    -webkit-border-radius: 0 0 15px 15px;
    -khtml-border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
    -o-border-radius: 0 0 15px 15px;
    border-radius: 0 0 15px 15px;
    -webkit-transition: background-color 0.1s linear, border-color 0.1s linear, padding 0.1s linear;
    -moz-transition: background-color 0.1s linear, border-color 0.1s linear, padding 0.1s linear;
    -ms-transition: background-color 0.1s linear, border-color 0.1s linear, padding 0.1s linear;
    -o-transition: background-color 0.1s linear, border-color 0.1s linear, padding 0.1s linear;
    transition: background-color 0.1s linear, border-color 0.1s linear, padding 0.1s linear;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    color: #555;
    display: block;
    font-size: 16px;
    padding: 10px 25px 10px
}

.b-content__main_sections_list .section-link:visited,
.b-content__main_sections_list .section-link:hover,
.b-content__main_sections_list .section-link:active {
    color: #555
}

.b-content__main_sections_list .section-link:hover {
    background-color: #efefef;
    border-color: #efefef;
    color: #555;
    padding: 20px 25px 15px;
    text-decoration: none
}

.b-content__main_sections_list .section-link.active {
    filter: alpha(opacity=65);
    opacity: .65;
    background-color: #007580;
    border-color: #0098A7;
    color: #fff;
    cursor: default;
    padding: 20px 25px 15px !important;
    text-decoration: none;
    padding-bottom: 20px;
    text-decoration: none
}

.b-content__main_sections_list.mn .section-link {
    background-color: #efefef;
    border-color: #dedede
}

.b-content__main_sections_list.mn .section-link:hover {
    background-color: #dedede
}

.b-collections__newest {
    background: #e0e0e0;
    padding: 20px 0
}

.b-collections__newest_inner {
    margin: 0 auto;
    overflow: hidden;
    width: 960px
}

.b-collections__newest_inner a {
    display: block;
    float: left;
    height: 100%; /*145px;*/
    margin-left: 16px;
    position: relative;
    width: 472px
}

.b-collections__newest_inner a:first-child {
    margin-left: 0
}

.b-collections__newest_inner a:hover span {
    background-color: rgba(0, 0, 0, 0.1)
}

.b-collections__newest_inner a:hover img {
    /* filter: grayscale(0%); */
}

.b-collections__newest_inner a:hover strong {
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.7)
}

.b-collections__newest_inner span {
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    background-color: rgba(0, 0, 0, 0.7);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.b-collections__newest_inner strong {
    -webkit-transition: text-shadow 0.2s linear;
    -moz-transition: text-shadow 0.2s linear;
    -ms-transition: text-shadow 0.2s linear;
    -o-transition: text-shadow 0.2s linear;
    transition: text-shadow 0.2s linear;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    padding: 44px 0 0 34px;
    text-transform: uppercase
}

.b-collections__newest_inner img {
    height: 100%; /*145px;*/
    width: 472px
}

.b-collections__newest_inner.rv strong {
    padding: 94px 34px 0 10px;
    text-align: right
}

.b-collections__newest_inner.rv a:first-child span {
    -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
    -moz-transform: matrix(1, 0, 0, -1, 0, 0);
    -o-transform: matrix(1, 0, 0, -1, 0, 0);
    transform: matrix(1, 0, 0, -1, 0, 0)
}

.b-content__collections_list {
    margin-left: -18px
}

.b-content__collections_item {
    cursor: pointer;
    float: left;
    height: 120px;
    margin-left: 18px;
    margin-bottom: 18px;
    position: relative;
    width: 208px
}

.b-content__collections_item .cover {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.b-content__collections_item .title-layer {
    background: #000;
    background: rgba(0, 0, 0, 0.6);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.b-content__collections_item .title {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 14px;
    padding: 10px
}

.b-content__collections_item .num {
    background: #000;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0
}

.b-content__collections_item:hover .title {
    text-decoration: underline
}

.b-content__collections_item:hover .cover {
    filter: alpha(opacity=80);
    opacity: .8
}

.b-collection__blockinfo {
    margin-bottom: 38px
}

.b-collection__blockinfo .cover-wrapper {
    position: relative
}

.b-collection__blockinfo .cover-overlay {
    -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.9);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.9);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.b-collection__blockinfo .text {
    color: #444;
    font-size: 14px;
    line-height: 14px;
    padding-bottom: 15px
}

.b-collection__blockinfo__social_holder_wrapper {
    margin-bottom: 20px
}

.b-collection__blockinfo__social_grouplink {
    display: block;
    height: 60px;
    overflow: hidden
}

.b-collection__blockinfo__social_holder {
    background: #e1e289;
    overflow: hidden;
    padding: 20px
}

.b-collection__blockinfo__social_holder .share-label {
    color: #222;
    font-size: 16px;
    line-height: 16px
}

.b-collection__blockinfo__social_holder .share-list {
    padding-top: 10px
}

.b-collection__blockinfo__social_holder .share-list .b-share {
    padding-left: 0 !important
}

#videoplayer,
#youtubeplayer,
#cdnplayer-container {
    position: relative
}

#videoplayer.loading:before,
#youtubeplayer.loading:before,
#cdnplayer-container.loading:before {
    background-size: 48px 48px;
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    left: 50%;
    margin-left: -24px;
    animation: spin 1s infinite linear
}

#miscplayer {
    background-color: #000;
    padding: 0 10px;
    position: relative
}

#miscplayer:before {
    background-size: 48px 48px;
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    left: 50%;
    margin-left: -24px;
    animation: spin 1s infinite linear
}

#ownplayer-link-show {
    -webkit-transition: opacity 0.1s ease-in-out;
    -moz-transition: opacity 0.1s ease-in-out;
    -ms-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
    filter: alpha(opacity=80);
    opacity: .8
}

#ownplayer-link-show:hover {
    filter: alpha(opacity=100);
    opacity: 1
}

.b-player {
    background: #000;
    padding-top: 10px;
    position: relative
}

.b-player iframe {
    overflow: hidden;
    position: relative;
    z-index: 2
}

.b-player iframe::-webkit-scrollbar {
    display: block
}

.b-player__restricted {
    background: #000;
    height: 360px;
    position: relative;
    width: 640px;
    z-index: 2
}

.b-player__restricted__block {
    background: #000;
    padding-top: 55px
}

.b-player__restricted__block a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline
}

.b-player__restricted__block a:hover {
    text-decoration: none
}

.b-player__restricted__block_icon {
    background: url(../images/legal_region_blocked.png) no-repeat 0 0;
    display: block;
    margin: 28px auto 30px;
    height: 72px;
    width: 68px
}

.b-player__restricted__block_message {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    text-align: center
}

.b-player__restricted__block_message small {
    display: block;
    font-size: 16px
}

.b-player__restricted__suggest {
    font-size: 16px;
    line-height: 28px;
    padding-top: 50px
}

.b-player__restricted__legal_list {
    text-align: center
}

.b-player__restricted__legal_list_item {
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    margin: 0 10px;
    filter: alpha(opacity=80);
    opacity: .8;
    vertical-align: middle
}

.b-player__restricted__legal_list_item.itunes {
    background-image: url(../images/legal_itunes.png);
    height: 27px;
    width: 23px
}

.b-player__restricted__legal_list_item.hulu {
    background-image: url(../images/legal_hulu.png);
    height: 21px;
    width: 66px
}

.b-player__restricted__legal_list_item.netflix {
    background-image: url(../images/legal_netflix.png);
    height: 21px;
    width: 83px
}

.b-player__restricted__legal_list_item.amazon {
    background-image: url(../images/legal_amazon.png);
    height: 33px;
    width: 105px
}

.b-player__restricted__legal_list_item.amediateka {
    background-image: url(../images/legal_amediateka.png);
    height: 15px;
    width: 159px
}

.b-player__restricted__legal_list_item.videomore {
    background-image: url(../images/legal_videomore.png);
    height: 33px;
    width: 153px
}

.b-player__restricted__legal_list_item.rutube {
    background-image: url(../images/legal_rutube.png);
    height: 18px;
    width: 80px
}

.b-player__restricted__legal_list_item.ivi {
    background-image: url(../images/legal_ivi.png);
    height: 24px;
    width: 45px
}

.b-player__restricted__legal_list_item.megogo {
    background-image: url(../images/legal_megogo.png);
    height: 18px;
    width: 125px
}

.b-player__restricted__legal_list_item:hover {
    filter: alpha(opacity=100);
    opacity: 1
}

.b-player__network_issues_holder {
    color: #fff;
    display: none;
    font-size: 16px;
    line-height: 18px;
    padding: 10px 20px
}

.b-player__network_issues_recommendations {
    color: #999;
    font-size: 14px;
    margin: 0 auto;
    padding-top: 10px;
    text-align: left
}

.b-player__next_episode_holder {
    display: none;
    height: 312px;
    margin-top: -181px;
    position: absolute;
    top: 50%;
    left: 0;
    user-select: auto;
    width: 100%;
    z-index: 100
}

.b-player__next_episode_info {
    padding-top: 50px;
    text-align: center
}

.b-player__next_episode_info .inner {
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.3);
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    padding: 10px
}

.b-player__next_episode_info .title {
    color: #ddd;
    display: block;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase
}

.b-player__next_episode_info .cont {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding-top: 10px
}

.b-player__next_episode_cancel {
    position: absolute;
    bottom: 20px;
    left: 0;
    text-align: center;
    width: 100%
}

.b-player__next_episode_cancel span {
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background: rgba(150, 150, 150, 0.3);
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    padding: 10px;
    text-transform: uppercase
}

.b-player__next_episode_cancel span:hover {
    background: rgba(150, 150, 150, 0.6)
}

.b-player__next_episode_loader {
    height: 100px;
    margin-top: -25px;
    margin-left: -50px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px
}

.b-player__next_episode_loader .c100>span {
    background-image: url(../images/icon-play-next.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 24px 24px
}

.b-player__next_episode_loader .c100:hover:after {
    background-color: #1e7aa3
}

#play-next-episode-loader {
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-size: 100px 100px;
    background-repeat: no-repeat;
    background-color: #000;
    display: block;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    animation: spin 1s infinite linear
}

#play-next-episode-loader.done {
    background-image: none
}

#cdnplayer_control_cc_icon0::before {
    background: #f00;
    content: "";
    display: block;
    font-size: 0;
    line-height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%
}

#cdnplayer_control_cc:hover #cdnplayer_control_cc_icon0.none::before {
    background: #00adef !important
}

#cdnplayer_control_cc_icon0.none::before {
    background: #fff
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (min--moz-device-pixel-ratio: 1.3),
only screen and (-o-min-device-pixel-ratio: 1.3 / 1),
only screen and (min-resolution: 125dpi),
only screen and (min-resolution: 1.3dppx) {
    .b-player__restricted__block_icon {
        background-image: url(../images/legal_region_blocked%402x.png);
        background-size: 68px 72px
    }

    .b-player__restricted__legal_list_item.itunes {
        background-image: url(../images/legal_itunes%402x.png);
        background-size: 23px 27px
    }

    .b-player__restricted__legal_list_item.hulu {
        background-image: url(../images/legal_hulu%402x.png);
        background-size: 66px 21px
    }

    .b-player__restricted__legal_list_item.netflix {
        background-image: url(../images/legal_netflix%402x.png);
        background-size: 83px 21px
    }

    .b-player__restricted__legal_list_item.amazon {
        background-image: url(../images/legal_amazon%402x.png);
        background-size: 105px 33px
    }

    .b-player__restricted__legal_list_item.amediateka {
        background-image: url(../images/legal_amediateka%402x.png);
        background-size: 159px 15px
    }

    .b-player__restricted__legal_list_item.videomore {
        background-image: url(../images/legal_videomore%402x.png);
        background-size: 153px 33px
    }

    .b-player__restricted__legal_list_item.rutube {
        background-image: url(../images/legal_rutube%402x.png);
        background-size: 80px 18px
    }

    .b-player__restricted__legal_list_item.ivi {
        background-image: url(../images/legal_ivi%402x.png);
        background-size: 45px 24px
    }

    .b-player__restricted__legal_list_item.megogo {
        background-image: url(../images/legal_megogo%402x.png);
        background-size: 125px 18px
    }
}

.b-post__watch_link {
    background: url(../images/watch-video-arrow.png) no-repeat 100% 50%;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    padding: 15px 40px 0 0
}

.b-post__mixedtext {
    color: #444;
    font-size: 13px;
    line-height: 14px;
    padding: 10px
}

.b-post__schedule {
    margin-bottom: 27px
}

.b-post__schedule .b-sidetitle {
    margin-bottom: 10px
}

.b-post__schedule_block {
    margin-bottom: 3px
}

.b-post__schedule_block_title {
    -webkit-transition: background-color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out;
    -ms-transition: background-color 0.25s ease-in-out;
    -o-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
    background: #313131;
    cursor: pointer;
    overflow: hidden
}

.b-post__schedule_block_title .title {
    color: #efefef;
    float: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    overflow: hidden;
    padding: 10px 18px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 520px
}

.b-post__schedule_block_title .act {
    color: #878586;
    cursor: pointer;
    float: right;
    font-size: 12px;
    margin-top: 8px;
    margin-right: 18px
}

.b-post__schedule_block_title .act:hover {
    text-decoration: underline
}

.b-post__schedule_block_title:hover {
    background: #414141
}

.b-post__schedule_block_title:hover .act {
    text-decoration: underline
}

.b-post__schedule_more {
    -webkit-transition: background-color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out;
    -ms-transition: background-color 0.25s ease-in-out;
    -o-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
    background: #313131;
    color: #efefef;
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    padding: 10px 18px;
    text-align: center;
    text-transform: uppercase
}

.b-post__schedule_more:hover {
    background: #414141
}

.b-post__schedule_block_hidden {
    display: none
}

.b-post__schedule_list {
}

.b-post__schedule_table {
    color: #000;
    font-size: 14px;
    width: 100%
}

.b-post__schedule_table tr:hover td {
    background-color: #f9f9f9
}

.b-post__schedule_table tr:first-child td {
    border-top: 0
}

.b-post__schedule_table .current-episode {
    background-color: #fff
}

.b-post__schedule_table td {
    border-top: 1px solid #cacaca;
    line-height: 14px;
    padding: 10px 2px;
    vertical-align: middle
}

.b-post__schedule_table .td-1 {
    padding-left: 18px;
    width: 120px
}

.b-post__schedule_table .td-2 {
    padding-right: 8px;
    word-break: break-word
}

.b-post__schedule_table .td-3 {
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    width: 30px
}

.b-post__schedule_table .td-4 {
    text-align: right;
    white-space: nowrap;
    width: 115px
}

.b-post__schedule_table .td-5 {
    padding-right: 18px;
    text-align: right;
    width: 100px
}

.b-post__schedule_table .exists-episode {
    color: #3f9d65
}

.b-post__schedule_table .watch-episode-action {
    background-size: 29px 15px;
    background-repeat: no-repeat;
    filter: alpha(opacity=20);
    opacity: .2;
    cursor: pointer;
    display: block;
    font-style: normal;
    height: 15px;
    width: 29px
}

.b-post__schedule_table .watch-episode-action:hover {
    filter: alpha(opacity=60);
    opacity: .6
}

.b-post__schedule_table .watch-episode-action.watched {
    filter: alpha(opacity=100);
    opacity: 1
}

.b-post__schedule_table .watch-episode-action.watched:hover {
    background-size: 29px 15px;
    background-repeat: no-repeat
}

.b-post__schedule_table .watch-episode-action.loading {
    height: 16px;
    width: 16px;
    animation: spin 1s infinite linear;
    opacity: 1;
    margin: 0 auto;
    background-size: 16px 16px;
    background-repeat: no-repeat
}

.b-post__schedule_table .load-more {
    color: #878586;
    cursor: pointer;
    font-size: 12px;
    padding-right: 122px;
    text-align: right
}

.b-post__schedule_table .load-more span {
    text-decoration: underline
}

.b-post__schedule_table .load-more:hover span {
    text-decoration: none
}

.b-post__partcontent {
    display: table;
    margin-top: 10px;
    width: 100%
}

.b-post__partcontent.big {
    margin-top: 0;
    margin-bottom: 60px
}

.b-post__partcontent.big .td {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px
}

.b-post__partcontent_item {
    cursor: pointer;
    display: table-row
}

.b-post__partcontent_item .td {
    -webkit-transition: background 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out;
    -ms-transition: background 0.1s ease-in-out;
    -o-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
    border-bottom: 1px solid #ccc;
    color: #7d7d7d;
    display: table-cell;
    font-size: 13px;
    padding: 5px;
    vertical-align: middle
}

.b-post__partcontent_item .num {
    padding-left: 10px;
    text-align: center;
    width: 5%
}

.b-post__partcontent_item .title {
    text-align: left
}

.b-post__partcontent_item .year {
    text-align: right;
    width: 12%
}

.b-post__partcontent_item .rating {
    padding-right: 10px;
    text-align: center;
    width: 7%
}

.b-post__partcontent_item .rating i {
    background-color: #5f5f5f;
    display: inline-block;
    color: #fff !important;
    cursor: help;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    line-height: 12px;
    padding: 3px
}

.b-post__partcontent_item .rating i.rating-red-string {
    background-color: #ff0b0b
}

.b-post__partcontent_item .rating i.rating-green-string {
    background-color: #007b00
}

.b-post__partcontent_item.current {
    cursor: auto
}

.b-post__partcontent_item.current .num {
    position: relative;
    text-indent: -9999em
}

.b-post__partcontent_item.current .num:before {
    content: '';
    display: block;
    background-size: 13px 15px;
    background-repeat: no-repeat;
    width: 13px;
    height: 15px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 50%;
    margin-left: -6px;
    opacity: 1;
    transition: opacity .25s ease-in-out
}

.b-post__partcontent_item.current .title {
    color: #000;
    font-weight: bold
}

.b-post__partcontent_item.current:hover .td {
    background-color: #fff
}

.b-post__partcontent_item:hover .td {
    background-color: #f9f9f9
}

.b-inlineads__icon {
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #fff url(../images/icon-inlineads.png) no-repeat 50% 50%;
    border: 1px solid #bbb;
    cursor: help;
    display: block;
    font-size: 0;
    height: 30px;
    line-height: 0;
    margin-top: -16px;
    position: absolute;
    top: 50%;
    right: 2px;
    width: 30px
}

.b-inlineads__icon.default {
    -webkit-animation: loopInlineAdsIcon 4s linear 2s 7;
    -moz-animation: loopInlineAdsIcon 4s linear 2s 7;
    -o-animation: loopInlineAdsIcon 4s linear 2s 7;
    animation: loopInlineAdsIcon 4s linear 2s 7;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.b-inlineads__icon.mini {
    background-color: #bbb;
    height: 24px;
    margin-top: -13px;
    width: 24px
}

.b-inlineads__icon:hover {
    background-color: #ededed;
    border-color: #ccc
}

@-webkit-keyframes loopInlineAdsIcon {

    0%,
    100% {
        background-color: #fff;
        border-color: #ccc
    }

    30%,
    70% {
        background-color: #f00;
        border-color: #f00
    }
}

@-moz-keyframes loopInlineAdsIcon {

    0%,
    100% {
        background-color: #fff;
        border-color: #ccc
    }

    30%,
    70% {
        background-color: #f00;
        border-color: #f00
    }
}

@-o-keyframes loopInlineAdsIcon {

    0%,
    100% {
        background-color: #fff;
        border-color: #ccc
    }

    30%,
    70% {
        background-color: #f00;
        border-color: #f00
    }
}

@-ms-keyframes loopInlineAdsIcon {

    0%,
    100% {
        background-color: #fff;
        border-color: #ccc
    }

    30%,
    70% {
        background-color: #f00;
        border-color: #f00
    }
}

@keyframes loopInlineAdsIcon {

    0%,
    100% {
        background-color: #fff;
        border-color: #ccc
    }

    30%,
    70% {
        background-color: #fb6c6c;
        border-color: #fb6c6c
    }
}

.b-rgstats__help {
    border-bottom: 1px dotted #fff;
    color: #fff;
    cursor: help;
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    top: 5px;
    right: 10px
}

.b-rgstats__help:hover {
    border-bottom: 0
}

.b-rgstats__title {
    color: #444;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px
}

.b-rgstats__info {
    color: #444;
    font-size: 12px;
    line-height: 12px;
    padding-top: 10px
}

.b-rgstats__list {
    width: 100%
}

.b-rgstats__list_item {
    border-bottom: 1px solid #eee;
    display: block;
    line-height: 12px
}

.b-rgstats__list_item .inner {
    background: #0080b1;
    position: relative
}

.b-rgstats__list_item .title {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    padding: 3px 5px;
    z-index: 2
}

.b-rgstats__list_item .bar {
    background: #004a67;
    height: 100%;
    min-width: 2px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.b-rgstats__list_item .count {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 3px 0 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    z-index: 3
}

.b-post__lastepisodeout {
    background-color: #e1e289;
    overflow: hidden;
    padding: 10px 36px 10px 47px;
    position: relative
}

.b-post__lastepisodeout:before {
    background-size: 23px 21px;
    background-repeat: no-repeat;
    content: '';
    display: block;
    position: absolute;
    left: 13px;
    top: 50%;
    margin-top: -10px;
    width: 23px;
    height: 21px
}

.b-post__lastepisodeout h2 {
    color: #222;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px
}

.b-post__list_collections_info {
    list-style-type: decimal;
    padding-left: 20px
}

.b-post__actions {
    margin-bottom: 20px;
    width: 100%
}

.b-post__actions td {
    vertical-align: top;
    width: 50%
}

.rating-grey-string {
    color: #5f5f5f
}

.rating-green-string {
    color: #007b00
}

.rating-red-string {
    color: #ff0b0b
}

.b-sideactions__reviews .btn {
    -webkit-border-radius: 3px 0 0 3px;
    -khtml-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10px;
    padding-left: 10px;
    width: 100%
}

.b-sideactions__reviews .btn em {
    font-style: normal
}

.b-sideactions__fav {
    position: relative
}

.b-sideactions__fav .add-favorite,
.b-sideactions__fav .add-favorite-un {
    -webkit-border-radius: 0 3px 3px 0;
    -khtml-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 0;
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
    outline: 0 !important
}

.b-sideactions__fav .loading {
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: none;
    height: 16px;
    position: absolute;
    top: 11px;
    right: -18px;
    width: 16px;
    animation: 1s spin infinite linear
}

.b-savebar .btn {
    -webkit-border-radius: 3px 0 0 3px;
    -khtml-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    width: 100%
}

.b-savebar__string {
    display: inline;
    font-size: 12px
}

.b-savebar__controls {
    display: inline
}

.b-savebar__controls_item {
    cursor: pointer;
    height: 17px;
    width: 17px
}

.b-savebar__controls_item.stop {
    background-position: -54px -193px
}

.b-savebar__controls_item.stop:hover {
    background-position: -54px -210px
}

.b-savebar__controls_item.play {
    background-position: -154px -193px
}

.b-savebar__controls_item.play:hover {
    background-position: -154px -210px
}

.b-savebar__controls_item.delete {
    background-position: -71px -193px
}

.b-savebar__controls_item.delete:hover {
    background-position: -71px -210px
}

.b-post {
    font-size: 14px;
    line-height: 20px
}

.b-post .b-sidelist {
    margin-top: 10px;
    /* margin-left: -16px */
}

.b-post .b-sidelist .b-content__inline_item {
    margin-left: 12px
}

.b-post__wait_status {
    color: #fff;
    font-size: 16px;
    padding: 20px 0
}

.b-post__copyright_status {
    background: #000;
    height: 360px
}

.b-post__copyright_status span {
    color: #fff;
    display: block;
    font-size: 16px;
    padding-top: 170px
}

.b-post__social_holder_wrapper {
    margin-bottom: 20px;
    position: relative
}

.b-post__social_grouplink {
    display: block;
    height: 60px;
    overflow: hidden
}

.b-post__social_holder {
    background: #e1e289;
    overflow: hidden;
    height: 26px;
    padding: 13px 0 11px 10px
}

.b-post__social_holder .share-label {
    color: #222;
    float: left;
    font-size: 14px;
    line-height: 26px;
    padding-right: 10px
}

.b-post__social_holder .share-list {
    float: left
}

.b-post__support_holder {
    background-color: black;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    padding: 10px 50px 10px 10px;
    text-align: right
}

.b-post__support_holder_report {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    background: #2d2d2d;
    border: 0;
    float: right;
    height: 50px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    outline: 0;
    width: 50px
}

.b-post__support_holder_report:before {
    position: absolute;
    content: '';
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -16px;
    margin-top: -15px;
    width: 32px;
    height: 31px;
    background-size: 32px 31px;
    background-repeat: no-repeat
}

.b-post__support_holder_report:hover {
    background-color: #4d4d4d
}

.b-post__support_holder_report:hover .append,
.b-post__support_holder_report:hover .append:before {
    background-color: #4d4d4d
}

.b-post__support_holder_report .append {
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    background: #2d2d2d;
    font-size: 0;
    display: block;
    height: 22px;
    line-height: 0;
    position: absolute;
    top: -22px;
    right: 21px;
    width: 8px
}

.b-post__support_holder_report .append:before {
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    background: #2d2d2d;
    display: block;
    content: "";
    font-size: 0;
    height: 8px;
    line-height: 0;
    position: absolute;
    left: -15px;
    top: 0;
    width: 15px
}

.b-post__usersaves {
    background: #2d2d2d;
    color: #fff;
    padding: 10px 15px;
    text-align: left
}

.b-post__usersaves_string {
    font-size: 15px;
    line-height: 20px
}

.b-post__usersaves_string .def {
    position: relative
}

.b-post__usersaves_string .def.thr {
    text-decoration: line-through
}

.b-post__usersaves_string .tip {
    background: #fff;
    color: #222;
    display: none;
    font-size: 12px;
    line-height: 16px;
    padding: 2px;
    position: absolute;
    top: -20px;
    left: 50%;
    white-space: nowrap
}

.b-post__usersaves_btns {
    margin-top: 5px;
    position: relative;
    text-align: center
}

.b-post__usersaves_btns .btn {
    font-weight: bold;
    margin-left: 10px
}

.b-post__usersaves_btns .btn:first-child {
    margin-left: 0
}

.b-post__usersaves_btns .b-icon__help-34 {
    background: url(../images/icon-help-34.png) no-repeat 0 0;
    cursor: help;
    display: block;
    font-size: 0;
    height: 34px;
    line-height: 0;
    margin-top: -17px;
    position: absolute;
    top: 50%;
    right: -2px;
    width: 34px
}

.b-post__usersaves_btns .b-icon__help-34:hover {
    background-position: 0 -34px
}

.b-post__title {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px
}

.b-post__origtitle {
    color: #444;
    font-size: 18px;
    line-height: 18px;
    margin-top: 10px
}

.b-post__mtitle {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px
}

.b-post__mtitle h2,
.b-post__mtitle h3,
.b-post__mtitle h4 {
    display: inline
}

.b-post__comments {
    margin-top: 25px
}

.b-post__infolast {
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px
}

.b-post__infotable {
    margin: 20px 0 10px;
    padding-left: 200px
}

.b-post__infotable_left {
    float: left;
    margin-left: -200px;
    width: 200px
}

.b-post__infotable_right {
    float: left;
    width: 100%
}

.b-post__infotable_right_inner {
    padding-left: 20px
}

.b-post__description {
    padding-top: 10px
}

.b-post__description_title {
    color: #000;
    font-size: 22px;
    line-height: 22px
}

.b-post__description_title h2 {
    display: inline;
    font-weight: normal
}

.b-post__description_text {
    font-size: 14px;
    color: #444;
    line-height: 22px;
    padding-top: 5px;
    padding-bottom: 15px
}

.b-post__blockinfo__social_grouplink {
    display: block;
    height: 60px;
    overflow: hidden
}

.b-post__blockinfo__social_holder {
    background: #e1e289;
    overflow: hidden;
    padding: 20px
}

.b-post__blockinfo__social_holder .share-label {
    color: #222;
    font-size: 16px;
    line-height: 16px
}

.b-post__blockinfo__social_holder .share-label.bottom {
    padding-top: 20px;
    font-size: 13px
}

.b-post__blockinfo__social_holder .share-label a {
    text-decoration: underline
}

.b-post__blockinfo__social_holder .share-label a:hover {
    text-decoration: none
}

.b-post__blockinfo__social_holder .share-list {
    padding-top: 5px
}

.b-post__blockinfo__social_holder .share-list .b-share {
    padding-left: 0 !important
}

.b-post__announce_wrapper {
    margin-bottom: 20px
}

.b-post__announce_wrapper .b-content__announce_block {
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0
}

.b-post__announce_wrapper .b-content__htitle {
    font-size: 18px;
    line-height: 18px;
    padding-left: 19px
}

.b-post__announce_wrapper .b-content__htitle h2 {
    display: inline;
    font-weight: normal
}

.b-post__announce_wrapper .b-sidelist.announce {
    margin-left: -1px
}

.b-post__announce_wrapper .b-sidelist.announce .b-content__inline_item {
    margin-left: 20px
}

.b-post__info {
    color: #444;
    width: 100%
}

.b-post__info td {
    padding: 2px 0;
    vertical-align: top;
    text-align: left
}

.b-post__info .l {
    color: #000;
    font-weight: bold;
    width: 145px
}

.b-post__info .l.inline {
    display: inline-block
}

.b-post__info .rd {
    padding-bottom: 15px;
    font-size: 12px
}

.b-post__info a {
    color: #00a0b0;
    text-decoration: underline
}

.b-post__info a:hover {
    text-decoration: none
}

.b-post__info h2 {
    display: inline
}

.b-post__info_rates {
    color: #000;
    display: inline-block;
    float: left;
    margin-right: 15px;
    margin-bottom: 7px;
    white-space: nowrap
}

.b-post__info_rates a {
    color: #000
}

.b-post__info_rates i {
    color: #444;
    font-style: normal
}

.b-post__info_rates:nth-child(2) {
    margin-right: 0
}

.b-post__rating_table {
    clear: both;
    margin-bottom: 20px;
    width: 100%
}

.b-post__rating_table td {
    width: 50%
}

.b-post__rating_table .label {
    font-weight: bold;
    text-align: right
}

.b-post__rating {
    font-size: 24px;
    height: 19px;
    padding-left: 10px
}

.b-post__rating .b-rating {
    display: inline-block;
    vertical-align: top
}

.b-post__rating .num {
    color: #2e849d
}

.b-post__rating .votes {
    color: #444;
    cursor: help;
    font-size: 12px
}

.b-post__morecontent {
    font-size: 18px;
    padding-top: 15px
}

.b-post__morecontent a {
    text-decoration: underline
}

.b-post__morecontent a:hover {
    text-decoration: none
}

.b-post__qa_list_block {
    margin-bottom: 20px
}

.b-post__qa_list {
    margin-top: 10px;
    overflow: hidden;
    width: 100%
}

.b-post__qa_list_item {
    float: left;
    height: 100px;
    margin-bottom: 10px;
    max-height: 100px;
    overflow: hidden;
    width: 50%
}

.b-post__qa_list_item.single {
    width: 100%
}

.b-post__qa_list_item.single .inner {
    border-right: 0 !important
}

.b-post__qa_list_item:nth-child(odd) .inner {
    padding-right: 30px
}

.b-post__qa_list_item:nth-child(even) .inner {
    border-right: 0 !important;
    padding-right: 10px;
    padding-left: 30px
}

.b-post__qa_list_item .table {
    display: table;
    width: 100%
}

.b-post__qa_list_item .tr {
    display: table-row
}

.b-post__qa_list_item .td {
    display: table-cell;
    vertical-align: middle
}

.b-post__qa_list_item .inner {
    border-right: 1px solid #e4e4e4;
    padding-left: 10px
}

.b-post__qa_list_item .img {
    width: 100px
}

.b-post__qa_list_item .cycle {
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    height: 80px;
    overflow: hidden;
    width: 80px
}

.b-post__qa_list_item .title {
    color: #313131;
    font-size: 16px;
    line-height: 16px
}

.b-post__qa_list_item .date {
    color: #707070;
    font-size: 12px;
    line-height: 12px;
    padding-top: 5px
}

.b-post__qa_list_link {
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    background-color: #f9f9f9;
    display: block;
    padding: 10px 0
}

.b-post__qa_list_link:hover {
    background-color: #eaeaea;
    text-decoration: none
}

.b-post__qa_list_link:hover .title {
    text-decoration: none
}

.b-post__franchise_link_title {
    color: #000;
    text-decoration: none
}

.b-post__franchise_link_title:hover {
    color: #000;
    text-decoration: underline
}

.b-post__franchise_link_title:visited {
    color: #000;
    text-decoration: none
}

#player-loader-overlay {
    background-color: #000;
    display: none;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

#player-loader-overlay:before {
    background-size: 48px 48px;
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    left: 50%;
    margin-left: -24px;
    animation: spin 1s infinite linear
}

.b-translators__block {
    background-color: #151515;
    padding: 10px;
    text-align: left !important
}

.b-translators__title {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 5px;
    position: relative
}

.b-translators__title h2,
.b-translators__title h3 {
    display: inline
}

.b-translators__list {
    overflow: hidden;
    padding-top: 2px;
    padding-right: 7px
}

.b-translator__item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #2d2d2d;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 14px;
    margin-right: 3px;
    margin-top: 3px;
    overflow: hidden;
    padding: 5px 10px;
    position: relative;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 218px;
    max-width: 340px
}

.b-translator__item .advanced {
    cursor: help;
    font-size: 12px;
    line-height: 12px
}

.b-translator__item.single {
    float: none;
    display: inline-block;
    margin-left: 0;
    padding: 5px 10px;
    width: auto
}

.b-translator__item.active {
    background: #5d5d5d !important;
    cursor: default
}

.b-translator__item.disabled {
    filter: alpha(opacity=50);
    opacity: .5
}

.b-translator__item:hover {
    background: #4d4d4d
}

.b-changeplayer__list {
    overflow: hidden
}

.b-changeplayer__list li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #2d2d2d;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 14px;
    margin-top: 5px;
    overflow: hidden;
    padding: 5px 10px
}

.b-changeplayer__list li.active {
    background: #000 !important;
    cursor: default
}

.b-changeplayer__list li:hover {
    background: #4d4d4d
}

.b-episodes__wrapper {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 18px
}

.b-episodes__list {
    margin-left: -16px;
    padding: 32px 0 15px
}

.b-episodes__list li {
    float: left;
    margin: 0 0 17px 17px
}

.b-episodes__list .resume-main img {
    background-position: 50% 0;
    background-size: 166px
}

.b-episodes__list .string {
    z-index: 1
}

.b-episodes__list .string span {
    background: #000;
    padding: 2px 4px
}

.b-episodes__list .play {
    z-index: 2
}

.b-simple_seasons__list {
    margin: 0 auto;
    padding: 10px;
    padding: 4px 10px 12px 13px
}

.b-simple_seasons__title {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding-top: 10px;
    padding-left: 11px;
    text-align: left
}

.b-simple_season__item {
    background: #2d2d2d;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 13px;
    margin: 0 2px 2px 0;
    min-width: 66px;
    padding: 5px 7px;
    text-align: left
}

.b-simple_season__item.active {
    background: #5d5d5d !important;
    cursor: default
}

.b-simple_season__item.disabled {
    filter: alpha(opacity=50);
    opacity: .5
}

.b-simple_season__item:hover {
    background: #4d4d4d
}

.b-simple_episodes__list {
    margin: 0 auto;
    padding: 10px 10px 12px 13px;
    text-align: left
}

.b-simple_episode__item {
    background: #2d2d2d;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    margin: 0 2px 2px 0;
    min-width: 66px;
    padding: 5px 7px;
    text-align: left
}

.b-simple_episode__item.active {
    background: #5d5d5d !important;
    cursor: default
}

.b-simple_episode__item.disabled {
    filter: alpha(opacity=50);
    opacity: .5
}

.b-simple_episode__item:hover {
    background: #4d4d4d
}

.b-post__rating_wrapper {
    display: inline-block;
    height: 19px;
    overflow: hidden
}

.b-post__rating_layer {
    background-size: 210px 19px;
    background-repeat: no-repeat;
    height: 19px;
    position: relative;
    width: 210px
}

.b-post__rating_layer li {
    float: left;
    text-indent: -9999em
}

.b-post__rating_layer a {
    display: block;
    height: 19px;
    position: absolute;
    text-decoration: none;
    text-indent: -9999em;
    width: 21px;
    z-index: 17
}

.b-post__rating_layer a:hover {
    background-size: 210px 19px;
    background-repeat: no-repeat;
    left: 0 !important;
    z-index: 2
}

.b-post__rating_layer a.unit-1 {
    left: 0px
}

.b-post__rating_layer a.unit-2 {
    left: 21px
}

.b-post__rating_layer a.unit-3 {
    left: 42px
}

.b-post__rating_layer a.unit-4 {
    left: 63px
}

.b-post__rating_layer a.unit-5 {
    left: 84px
}

.b-post__rating_layer a.unit-6 {
    left: 105px
}

.b-post__rating_layer a.unit-7 {
    left: 126px
}

.b-post__rating_layer a.unit-8 {
    left: 147px
}

.b-post__rating_layer a.unit-9 {
    left: 168px
}

.b-post__rating_layer a.unit-10 {
    left: 189px
}

.b-post__rating_layer a.unit-1:hover {
    width: 21px
}

.b-post__rating_layer a.unit-2:hover {
    width: 42px
}

.b-post__rating_layer a.unit-3:hover {
    width: 63px
}

.b-post__rating_layer a.unit-4:hover {
    width: 84px
}

.b-post__rating_layer a.unit-5:hover {
    width: 105px
}

.b-post__rating_layer a.unit-6:hover {
    width: 126px
}

.b-post__rating_layer a.unit-7:hover {
    width: 147px
}

.b-post__rating_layer a.unit-8:hover {
    width: 168px
}

.b-post__rating_layer a.unit-9:hover {
    width: 189px
}

.b-post__rating_layer a.unit-10:hover {
    width: 210px
}

.b-post__rating_layer_current {
    background-size: 210px 19px;
    background-repeat: no-repeat;
    display: block;
    height: 19px;
    position: absolute;
    text-indent: -9999em;
    z-index: 1
}

.b-sideactions {
    margin-bottom: 40px
}

.b-sideactions .share {
    float: right;
    padding: 7px
}

.b-sideactions .share .i-sprt {
    background-position: -88px -193px;
    height: 24px;
    width: 24px
}

.b-sideactions .share:hover .i-sprt,
.b-sideactions .share:focus .i-sprt,
.b-sideactions .share:active .i-sprt {
    background-position: -112px -193px
}

.b-sidecover {
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    min-height: 70px;
    padding: 5px;
    position: relative
}

.b-sidetitle {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px
}

.b-sidetitle.mm {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 0
}

.b-sidelist {
    margin: 25px 0 0 -12px
}

.b-sidelist .b-content__inline_item {
    margin-left: 12px;
    width: 100px
}

.b-sidelist .b-content__inline_item .info {
    line-height: 12px
}

.b-sidelist .b-content__inline_item .play {
    height: 50px;
    margin: -25px 0 0 -25px;
    width: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4)
}

.b-sidelist .b-content__inline_item .play:before {
    background-size: 24px 29px;
    background-repeat: no-repeat;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left: -8px;
    width: 24px;
    height: 29px;
    opacity: .7
}

.b-sidelist .b-content__inline_item .entity {
    display: none
}

.b-sidelist .b-content__inline_item .trailer b {
    font-size: 10px
}

.b-sidelist .b-content__inline_item .trailer:hover {
    width: 92px
}

.b-sidelist .b-content__inline_item-link {
    padding-top: 10px
}

.b-sidelist .b-content__inline_item-link a {
    font-size: 12px
}

.b-sidelist .misc {
    line-height: 12px;
    padding-top: 5px
}

.b-sidelist.announce {
    margin-top: 0;
    margin-left: -25px
}

.b-sidelist.announce .b-content__inline_item {
    margin-left: 25px
}

.b-sidelist.mixed {
    background: #fff;
    margin-left: 0;
    padding: 10px 0
}

.b-sidelist.mixed .b-content__inline_item_wrapper {
    cursor: pointer;
    display: -moz-inline-stack;
    display: inline-block;
    margin-left: 9px;
    overflow: hidden;
    vertical-align: top;
    width: 146px;
    zoom: 1;
    *display: inline
}

.b-sidelist.mixed .b-content__inline_item {
    display: block;
    margin: 0 auto;
    width: 108px
}

.b-sidelist.mixed .b-content__inline_item-cover {
    margin: 0 auto;
    width: 100px
}

.b-sidelist.mixed .b-content__inline_item-link {
    text-align: center
}

.b-sidelist__holder {
    overflow: hidden;
    width: 100%
}

.b-sidelist__holder .b-sidelist {
    width: 200% !important
}

.b-sidelinks_holder {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%
}

.b-sidelinks__link {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: background-color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out;
    -ms-transition: background-color 0.25s ease-in-out;
    -o-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
    background: #313131;
    color: #fff;
    display: block;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 9px 0;
    text-align: center
}

.b-sidelinks__link:visited {
    color: #fff
}

.b-sidelinks__link:hover {
    background: #212121;
    color: #fff
}

.b-sidelinks__link:hover .b-sidetrailer__text {
    text-decoration: underline
}

.b-sidelinks__icon_play {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    height: 23px;
    vertical-align: middle;
    width: 23px;
    position: relative;
    background: #fff;
    border-radius: 50%
}

.b-sidelinks__icon_play:before {
    background-size: 10px 12px;
    background-repeat: no-repeat;
    content: '';
    display: block;
    width: 10px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -3px;
    opacity: .7
}

.b-sidelinks__text {
    font-size: 14px;
    font-weight: bold;
    margin-left: 4px;
    vertical-align: middle
}

.b-navigation {
    border-top: 1px solid #dcdcdc;
    color: #000;
    clear: both;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 26px;
    margin-left: 6px;
    padding-top: 25px;
    text-align: center
}

.b-navigation span,
.b-navigation a {
    display: inline-block;
    padding: 0 8px;
    text-align: center
}

.b-navigation a {
    color: #000
}

.b-navigation span span {
    padding-right: 0;
    padding-left: 0
}

.b-navigation a .b-navigation__next,
.b-navigation a .b-navigation__prev {
    text-decoration: underline
}

.b-navigation a:hover .b-navigation__next,
.b-navigation a:hover .b-navigation__prev {
    opacity: .8;
    text-decoration: none
}

.b-navigation span .b-navigation__next,
.b-navigation span .b-navigation__prev {
    text-decoration: none
}

.b-navigation .no-page {
    display: none
}

.b-navigation .nav_ext {
    background-color: transparent
}

.b-navigation a .b-navigation__next {
    padding-right: 0;
    padding-left: 0;
    text-decoration: none
}

.b-navigation a .b-navigation__prev {
    padding-left: 0;
    padding-right: 0;
    text-decoration: none
}

.b-navigation .b-navigation__next {
    background-color: transparent;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    height: 18px;
    padding: 0 7px;
    vertical-align: 13px;
    width: 18px;
    transition: opacity .25s ease-in-out
}

.b-navigation .b-navigation__prev {
    background-color: transparent;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    height: 18px;
    padding: 0 7px;
    vertical-align: 13px;
    width: 18px;
    transition: opacity .25s ease-in-out
}

.b-navigation span {
    background-color: #bfbfbf;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 4px 8px
}

.b-user__settings {
    color: #444;
    font-size: 14px
}

.b-user__settings .b-tabs__main_link {
    font-size: 14px
}

.b-user__settings .b-field {
    background-color: #f9f9f9;
    border: 1px solid #e3e3e3;
    font-size: 14px;
    width: 300px
}

.b-user__settings .b-field:focus {
    border-color: #f9f9f9
}

.b-user__settings .b-select {
    background: #f9f9f9 url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOHB4IiBoZWlnaHQ9IjVweCIgdmlld0JveD0iMCAwIDggNSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDx0aXRsZT5SZWN0YW5nbGUgOCBDb3B5IDM8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkNhdGFsb2ctcGFnZXMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMTcuMDAwMDAwLCAtNjUuMDAwMDAwKSIgZmlsbD0iIzAwMDAwMCIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPHBhdGggZD0iTTIyMi4xMjkxNTUsNjMuOTM1NDIyNSBDMjIyLjEyOTE1NSw2My40MTg4MDI5IDIyMi41NDc5NTgsNjMgMjIzLjA2NDU3Nyw2MyBDMjIzLjU4MTE5Nyw2MyAyMjQsNjMuNDE4ODAyOSAyMjQsNjMuOTM1NDIyNSBMMjI0LDY4LjA2NDU3NzUgQzIyNCw2OC41ODExOTcxIDIyMy41ODExOTcsNjkgMjIzLjA2NDU3Nyw2OSBMMjE4LjkzNTQyMyw2OSBDMjE4LjQxODgwMyw2OSAyMTgsNjguNTgxMTk3MSAyMTgsNjguMDY0NTc3NSBDMjE4LDY3LjU0Nzk1NzggMjE4LjQxODgwMyw2Ny4xMjkxNTQ5IDIxOC45MzU0MjMsNjcuMTI5MTU0OSBMMjIyLjEyOTE1NSw2Ny4xMjkxNTQ5IEwyMjIuMTI5MTU1LDYzLjkzNTQyMjUgWiIgaWQ9IlJlY3RhbmdsZS04LUNvcHktMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjIxLjAwMDAwMCwgNjYuMDAwMDAwKSByb3RhdGUoLTMxNS4wMDAwMDApIHRyYW5zbGF0ZSgtMjIxLjAwMDAwMCwgLTY2LjAwMDAwMCkgIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=") no-repeat calc(100% - 15px) 50% !important;
    height: 42px;
    line-height: 42px;
    padding: 0 30px 0 20px;
    width: 342px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.b-user__settings .b-select::-ms-expand {
    display: none
}

.b-user__settings .sep-title {
    color: #000;
    font-size: 22px;
    padding: 20px 0 10px
}

.b-user__settings label {
    color: #555;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 3px
}

.b-user__settings td {
    padding-bottom: 15px
}

.b-user__settings .fieldsubmit {
    padding-top: 20px
}

.b-user__settings .b-info__page {
    margin-bottom: 40px
}

.b-videosaves__list {
    display: table;
    margin-top: 0;
    margin-bottom: 60px;
    width: 100%
}

.b-videosaves__list_item {
    font-size: 14px;
    margin-bottom: 20px;
    display: table-row
}

.b-videosaves__list_item .th {
    border: 1px solid #ddd;
    border-left-width: 0;
    color: #444;
    display: table-cell;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 5px;
    vertical-align: middle
}

.b-videosaves__list_item .th:first-child {
    -webkit-border-radius: 5px 0 0 0;
    -khtml-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    -o-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
    border-left-width: 1px
}

.b-videosaves__list_item .th.date {
    text-align: center;
    white-space: nowrap;
    width: 100px
}

.b-videosaves__list_item .th.info {
    border-right-width: 0;
    min-width: 300px;
    padding-left: 10px
}

.b-videosaves__list_item .th.title {
    padding-left: 10px;
    text-align: left
}

.b-videosaves__list_item .th.controls {
    -webkit-border-radius: 0 5px 0 0;
    -khtml-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    -o-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0
}

.b-videosaves__list_item .td {
    -webkit-transition: background 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out;
    -ms-transition: background 0.1s ease-in-out;
    -o-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
    border: 1px solid #ddd;
    border-top-width: 0;
    border-left-width: 0;
    color: #444;
    display: table-cell;
    font-size: 14px;
    padding: 5px;
    vertical-align: middle
}

.b-videosaves__list_item .td:first-child {
    border-left-width: 1px
}

.b-videosaves__list_item .td.date {
    text-align: center;
    white-space: nowrap;
    width: 100px
}

.b-videosaves__list_item .td.title {
    font-size: 16px;
    padding-left: 10px;
    text-align: left;
    word-break: break-word
}

.b-videosaves__list_item .td.info {
    border-right-width: 0;
    min-width: 300px;
    padding-left: 10px
}

.b-videosaves__list_item .td.controls {
    vertical-align: middle
}

.b-videosaves__list_item .td.controls .delete {
    cursor: pointer;
    height: 18px;
    margin-left: 20px;
    vertical-align: middle;
    width: 18px;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    background-size: 18px 18px;
    background-repeat: no-repeat
}

.b-videosaves__list_item .td.controls .delete:hover {
    opacity: 0.8
}

.b-videosaves__list_item .td.controls .view {
    background-size: 29px 15px;
    background-repeat: no-repeat;
    filter: alpha(opacity=20);
    opacity: .2;
    cursor: pointer;
    height: 15px;
    vertical-align: middle;
    width: 29px
}

.b-videosaves__list_item .td.controls .view:hover {
    filter: alpha(opacity=60);
    opacity: .6
}

.b-videosaves__list_item .td.controls .view.watched {
    filter: alpha(opacity=100);
    opacity: 1
}

.b-videosaves__list_item .td.controls .view.watched:hover {
    background-size: 29px 15px;
    background-repeat: no-repeat
}

.b-videosaves__list_item .td.controls .view.loading {
    background-size: 16px 16px;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    opacity: 1;
    margin: 0 7px 0 6px;
    animation: spin 1s infinite linear
}

.b-videosaves__list_item .controls-holder {
    visibility: hidden;
    white-space: nowrap
}

.b-videosaves__list_item .controls-holder.showing {
    visibility: visible
}

.b-videosaves__list_item .new-episode {
    -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
    -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
    -ms-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
    -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
    transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
    background-color: #fff;
    color: #2e859e;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    line-height: 12px;
    margin-top: 3px;
    padding: 3px
}

.b-videosaves__list_item .new-episode.own {
    background-color: #5f5f5f;
    color: #fff
}

.b-videosaves__list_item .new-episode:hover {
    background-color: #222;
    color: #fff;
    text-decoration: none
}

.b-videosaves__list_item:hover .td {
    background-color: #f9f9f9
}

.b-videosaves__list_item.watched-row {
    -webkit-transition: opacity 0.1s ease-in-out;
    -moz-transition: opacity 0.1s ease-in-out;
    -ms-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
    filter: alpha(opacity=40);
    opacity: .4
}

.b-videosaves__list_item.watched-row:hover {
    filter: alpha(opacity=100);
    opacity: 1
}

.b-videosaves__list_link {
    font-size: 18px;
    padding-bottom: 5px
}

.b-videosaves__list_controls {
    display: none
}

.b-videosaves__list_controls_item {
    cursor: pointer;
    height: 17px;
    margin-left: 3px;
    width: 17px
}

.b-videosaves__list_controls_item.delete {
    background-position: -71px -193px
}

.b-videosaves__list_controls_item.delete:hover {
    background-position: -71px -210px
}

.bb-panel {
    display: none;
    overflow: hidden;
    padding-bottom: 10px
}

.bb-panel .bb-btn {
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -ms-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
    background: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
    font-size: 0;
    float: left;
    line-height: 0;
    margin-right: 3px;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    position: relative
}

.bb-panel .bb-btn:hover {
    background: #ddd
}

.bb-panel .bb-btn:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%
}

.bb-panel .bb-btn.b:before {
    background-size: 8px 9px;
    background-repeat: no-repeat;
    width: 8px;
    height: 9px;
    margin-top: -4px;
    margin-left: -4px
}

.bb-panel .bb-btn.i:before {
    background-size: 5px 8px;
    background-repeat: no-repeat;
    width: 5px;
    height: 8px;
    margin-left: -2px;
    margin-top: -4px
}

.bb-panel .bb-btn.u:before {
    background-size: 9px 10px;
    background-repeat: no-repeat;
    width: 9px;
    height: 10px;
    margin-left: -4px;
    margin-top: -4px
}

.bb-panel .bb-btn.s:before {
    background-size: 7px 9px;
    background-repeat: no-repeat;
    width: 7px;
    height: 9px;
    margin-left: -3px;
    margin-top: -4px
}

.bb-panel .bb-btn.sp {
    width: 66px;
    height: 20px
}

.bb-panel .bb-btn.sp:before {
    background-size: 56px 9px;
    background-repeat: no-repeat;
    width: 56px;
    height: 9px;
    margin-left: -28px;
    margin-top: -4px
}

.b-comment__attention_rules {
    color: #cc333f;
    font-size: 13px;
    line-height: 14px;
    padding-bottom: 10px
}

.addcomment-layer {
    padding-top: 0 !important;
    padding-bottom: 20px;
    position: relative
}

.addcomment-layer .addcomment-success-box {
    background: #fff;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10
}

.addcomment-layer .addcomment-success-box span {
    color: #444;
    display: block;
    font-size: 24px;
    line-height: 18px;
    padding-top: 20px;
    padding-right: 20px;
    text-align: center
}

.addcomment-layer .addcomment-success-box i {
    border-bottom: 1px dashed #00565f;
    color: #00565f;
    cursor: pointer;
    font-size: 14px;
    font-style: normal;
    line-height: 16px
}

.addcomment-layer .addcomment-success-box i:hover {
    border-bottom: 0
}

.b-addcomment {
    width: 100%
}

.b-addcomment td {
    padding-top: 13px
}

.b-addcomment .label {
    color: #555;
    display: none;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 2px
}

.b-addcomment .b-field {
    background: #f9f9f9;
    border: 1px solid #e3e3e3;
    min-width: 165px;
    max-width: 512px
}

.b-addcomment .b-field:focus {
    border-color: #f9f9f9
}

.b-addcomment .b-area {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 42px;
    max-width: 100% !important;
    width: 100%
}

.b-addcomment .b-area.expanded {
    height: 108px
}

.b-addcomment .box_admin {
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    margin-top: 5px;
    margin-left: 10px
}

.b-addcomment .box_admin input {
    cursor: pointer;
    position: relative;
    top: -1px
}

.b-addcomment__actions .actions-left {
    float: left;
    position: relative
}

.b-addcomment__actions .actions-right {
    float: left;
    line-height: 14px;
    padding-left: 26px
}

.b-addcomment__actions .loading {
    background-size: 16px 16px;
    background-repeat: no-repeat;
    display: none;
    height: 16px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    right: -22px;
    width: 16px;
    animation: spin 1s infinite linear
}

.b-addcomment__denied {
    color: #555;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    padding: 15px 0
}

.b-comment {
    -webkit-transition: background-color 2s linear;
    -moz-transition: background-color 2s linear;
    -ms-transition: background-color 2s linear;
    -o-transition: background-color 2s linear;
    transition: background-color 2s linear;
    color: #444;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 10px 10px 80px
}

.b-comment .ava {
    float: left;
    margin-left: -70px;
    width: 60px;
    border-radius: 50%;
    overflow: hidden
}

.b-comment .message {
    float: right;
    width: 100%
}

.b-comment .text {
    word-break: break-word
}

.b-comment .text img {
    max-width: 100%
}

.b-comment .info {
    color: #333;
    padding-right: 30px;
    position: relative
}

.b-comment .name {
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap
}

.b-comment .date {
    font-size: 11px
}

.b-comment .edit {
    float: right;
    font-size: 11px
}

.b-comment .edit li {
    float: left;
    margin-left: 5px
}

.b-comment .edited {
    background-size: 14px 14px;
    background-repeat: no-repeat;
    cursor: help;
    display: inline-block;
    font-size: 11px;
    height: 16px;
    vertical-align: middle;
    width: 16px
}

.b-comment.noavatar {
    padding-left: 10px !important
}

.b-comment.noavatar .ava {
    display: none !important
}

.b-comment.noavatar .text {
    padding-left: 10px
}

.b-comment.noavatar .actions {
    padding-left: 10px
}

.b-comment.noavatar-user .ava {
    opacity: 0.7
}

.b-comment.on_moderation {
    background-color: #b8c7c1
}

.b-comment.on_moderation .publish-holder i {
    background: url(../images/comment-publish.png) no-repeat 50% 50%;
    background-size: 16px;
    display: block;
    font-size: 0;
    line-height: 0;
    height: 16px;
    width: 16px
}

.b-comment:hover .ava {
    opacity: 1
}

.b-comment__act_holder_labels {
    background: #ccc;
    border-radius: 2px;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    padding: 2px 2px 2px 4px;
    vertical-align: middle
}

.b-comment__act_label {
    background: #eee;
    border-radius: 2px;
    display: inline-block;
    font-size: 0;
    height: 12px;
    line-height: 12px;
    margin-left: 2px;
    padding: 2px;
    vertical-align: top
}

.b-comment__act_label img {
    cursor: help
}

.b-comment-vk-user {
    background-color: #4c75a3;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.b-comment-vk-user:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -3px;
    margin-left: -6px;
    width: 12px;
    height: 7px;
    background-size: 12px 7px;
    background-repeat: no-repeat
}

.b-comment-fb-user {
    background-color: #4267B2;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.b-comment-fb-user:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -5px;
    width: 10px;
    height: 10px;
    background-size: 10px 10px;
    background-repeat: no-repeat
}

.b-post-edit {
    display: inline-block;
    width: 30px;
    height: 33px;
    vertical-align: middle;
    position: relative
}

.b-post-edit:before {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    background: url("../fonts/pencil_black.svg");
    background-size: 20px 20px
}

.b-content__bubble_title .b-post-edit {
    width: 22px;
    height: 20px
}

.b-content__bubble_title .b-post-edit:before {
    width: 16px;
    height: 16px;
    margin-top: -10px;
    margin-left: -8px;
    background-size: 16px 16px
}

.b-comment-edit-user {
    display: inline-block;
    width: 14px;
    height: 16px;
    vertical-align: top;
    margin-right: 2px;
    position: relative
}

.b-comment-edit-user:before {
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    opacity: 0.8;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -6px;
    background: url("../fonts/pencil_black.svg");
    background-size: 12px 12px;
    transition: opacity .25s ease-in-out
}

.b-comment-edit-user:hover:before {
    opacity: 1
}

.b-comment__answers_ctrl {
    border-bottom: 1px dashed #2e859e;
    color: #2e859e;
    cursor: pointer;
    display: none;
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    top: 0;
    right: 35px
}

.b-comment__answers_ctrl:hover {
    border-bottom: 0
}

.b-comment__reply {
    border-left: 2px solid #cc333f
}

.b-comment__report {
    filter: alpha(opacity=40);
    opacity: .4;
    background-size: 17px 16px;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    float: right;
    margin-right: -30px;
    width: 17px;
    height: 16px;
    transition: opacity .25s ease-in-out
}

.b-comment__report:hover {
    filter: alpha(opacity=100);
    opacity: 1
}

.youtu-link {
    -webkit-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -ms-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background: #dedede;
    color: #444;
    display: inline;
    font-weight: bold;
    padding: 3px 28px 3px 5px;
    position: relative;
    vertical-align: text-bottom;
    word-break: break-word;
    white-space: nowrap
}

.youtu-link:before {
    background-size: 14px 16px;
    background-repeat: no-repeat;
    width: 14px;
    height: 16px;
    content: '';
    display: block;
    position: absolute;
    right: 9px;
    top: 50%;
    margin-top: -8px;
    opacity: .9
}

.youtu-link:hover {
    background-color: #eee;
    text-decoration: none
}

.youtu-link:hover:after {
    display: block
}

.youtu-link:after {
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    background-image: -moz-linear-gradient(top, #e4e4e4, #f7f7f7);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e4e4e4), color-stop(1, #f7f7f7));
    background-image: -webkit-linear-gradient(top, #e4e4e4, #f7f7f7);
    background-image: -moz-linear-gradient(top, #e4e4e4, #f7f7f7);
    background-image: -ms-linear-gradient(top, #e4e4e4, #f7f7f7);
    background-image: -o-linear-gradient(top, #e4e4e4, #f7f7f7);
    color: #000;
    content: "Смотреть на Youtube";
    display: none;
    font-family: Arial, Helvetica, Tahoma, sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 2px 10px;
    position: absolute;
    left: 0;
    bottom: 100%;
    text-transform: none;
    white-space: nowrap;
    z-index: 20
}

.youtu-link:visited,
.youtu-link:hover {
    color: #444
}

.youtu-link img {
    display: inline !important;
    margin-top: -1px
}

.tag-link {
    position: relative;
    word-break: break-word
}

.tag-link:after {
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    background-image: -moz-linear-gradient(top, #e4e4e4, #f7f7f7);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e4e4e4), color-stop(1, #f7f7f7));
    background-image: -webkit-linear-gradient(top, #e4e4e4, #f7f7f7);
    background-image: -moz-linear-gradient(top, #e4e4e4, #f7f7f7);
    background-image: -ms-linear-gradient(top, #e4e4e4, #f7f7f7);
    background-image: -o-linear-gradient(top, #e4e4e4, #f7f7f7);
    color: #000;
    content: "Метки временно недоступны";
    display: none;
    font-family: Arial, Helvetica, Tahoma, sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 2px 10px;
    position: absolute;
    left: 0;
    bottom: 100%;
    text-transform: none;
    white-space: nowrap;
    z-index: 20
}

.tag-link:hover:after {
    display: block
}

.b-comment__like_it {
    color: #00565f;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    height: 18px;
    line-height: 18px;
    margin-left: 15px;
    padding-left: 22px;
    vertical-align: middle;
    position: relative
}

.b-comment__dislike_it {
    color: #00565f;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    height: 18px;
    line-height: 18px;
    margin-left: 15px;
    padding-left: 22px;
    vertical-align: middle;
    position: relative
}

.b-comment__like_it:before {
    background-size: 18px 19px;
    background-repeat: no-repeat;
    content: '';
    display: block;
    position: absolute;
    width: 18px;
    height: 19px;
    left: 0;
    top: 50%;
    opacity: .4;
    margin-top: -10px
}

.b-comment__dislike_it:before {
    background-size: 18px 19px;
    background-repeat: no-repeat;
    content: '';
    display: block;
    position: absolute;
    width: 18px;
    height: 19px;
    left: 0;
    top: 50%;
    opacity: .4;
    margin-top: -10px
}

.b-comment__like_it i {
    border-bottom: 1px dotted #00565f;
    font-style: normal;
    line-height: 13px;
    padding-top: 3px
}

.b-comment__dislike_it i {
    border-bottom: 1px dotted #00565f;
    font-style: normal;
    line-height: 13px;
    padding-top: 3px
}

.b-comment__like_it:hover,
.b-comment__like_it.disabled {
    color: #0e6802
}

.b-comment__dislike_it:hover,
.b-comment__dislike_it.disabled {
    color: #0e6802
}

.b-comment__like_it:hover:before,
.b-comment__like_it.disabled:before {
    opacity: 1;
    background-size: 18px 19px;
    background-repeat: no-repeat
}

.b-comment__dislike_it:hover:before,
.b-comment__dislike_it.disabled:before {
    opacity: 1;
    background-size: 18px 19px;
    background-repeat: no-repeat
}

.b-comment__like_it:hover i,
.b-comment__like_it.disabled i {
    border-bottom: 0
}

.b-comment__dislike_it:hover i,
.b-comment__dislike_it.disabled i {
    border-bottom: 0
}

.b-comment__like_it.disabled {
    cursor: auto
}

.b-comment__dislike_it.disabled {
    cursor: auto
}

.b-comment__likes_count {
    display: none;
    font-size: 13px
}

.b-comment__likes_count i {
    font-style: normal
}

.b-comment__likes_count i.positive {
    color: #0e6802;
    font-weight: bold
}

.comments-tree-list {
    padding-left: 40px
}

.comments-tree-item>.now-added {
    background-color: #ffd473
}

.comments-tree-item>.now-added .b-comment__admin {
    background: transparent
}

#hd-comments-list>.comments-tree-list>li:nth-child(odd),
#dlemasscomments #dle-comments-list>div:nth-child(odd) {
    background-color: #f9f9f9
}

#hd-comments-list>.comments-tree-list>li:nth-child(odd) .comments-tree-item,
#dlemasscomments #dle-comments-list>div:nth-child(odd) .comments-tree-item {
    background-color: #f9f9f9
}

#hd-comments-list>.comments-tree-list>li:nth-child(even),
#dlemasscomments #dle-comments-list>div:nth-child(even) {
    background-color: #f1f1f1
}

#hd-comments-list>.comments-tree-list>li:nth-child(even) .comments-tree-item,
#dlemasscomments #dle-comments-list>div:nth-child(even) .comments-tree-item {
    background-color: #f1f1f1
}

.comments-form {
    background: #efefef
}

.b-comment__removed {
    background: #efefef !important;
    color: #444;
    font-size: 12px;
    padding: 10px 20px
}

#hd-comments-list>.comments-tree-list {
    padding-left: 0
}

#hd-comments-list>.comments-tree-list .comments-form {
    padding-left: 40px
}

#hd-comments-list>.comments-tree-list .comments-tree-list {
    background: #efefef
}

#hd-comments-list>.comments-tree-list .comments-tree-list .b-comment__admin {
    border-left: 2px dashed #cc333f !important
}

#hd-comments-list>.comments-tree-list .comments-tree-list .b-comment {
    border-left: 2px dashed #ddd
}

#hd-comments-list>.comments-tree-list .comments-tree-list .b-comment__like_it i {
    display: none
}

#hd-comments-list>.comments-tree-list .comments-tree-list .b-comment__dislike_it i {
    display: none
}

#hd-comments-list>.comments-tree-list .comments-tree-list .b-comment__likes_count {
    margin-left: -8px;
    vertical-align: text-top
}

.b-comment__admin {
    -webkit-box-shadow: inset 0 0 1px 0 rgba(205, 50, 64, 0.9), inset 0 0 15px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 1px 0 rgba(205, 50, 64, 0.9), inset 0 0 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 1px 0 rgba(205, 50, 64, 0.9), inset 0 0 15px 0 rgba(0, 0, 0, 0.2);
    background: #fff
}

.mass_comments_action {
    background: #fff !important;
    display: none;
    font-size: 14px;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 20px
}

.b-comment__quoteuser {
    border-bottom: 1px dashed #2e859e;
    color: #2e859e;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none
}

.b-comment__quoteuser.disabled {
    color: #aaa;
    cursor: auto;
    border-bottom: 0
}

.b-comment__quoteuser:hover {
    border-bottom: 0;
    text-decoration: none
}

#hd-comments-list .highlight.current .b-comment {
    border-color: #bbb;
    border-style: solid !important
}

#hd-comments-list .highlight.parent>.comments-tree-item .b-comment {
    border-color: #bbb;
    border-style: solid !important
}

#hd-comments-list.loading {
    height: 88px;
    position: relative
}

#hd-comments-list.loading:before {
    width: 48px;
    height: 48px;
    content: '';
    display: block;
    background-size: 48px 48px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    left: 50%;
    margin-left: -24px;
    animation: spin 1s infinite linear
}

#hd-comments-navigation {
    margin-bottom: 20px
}

#hd-comments-navigation .b-navigation {
    margin-left: 0
}

.b-comment__likescontent {
    max-height: 200px;
    max-width: 620px;
    overflow: auto
}

.b-comment__likescontent_inner {
    overflow: hidden
}

.b-comment__likescontent_inner li {
    float: left;
    margin: 1px 0 9px 10px;
    width: 60px
}

.b-comment__likescontent_inner li:nth-child(9n+1) {
    margin-left: 0
}

.b-comment__likescontent_inner b {
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: 13px;
    overflow: hidden;
    padding-top: 2px;
    text-align: center;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 60px
}

.b-comment__likescontent_inner .ava {
    border-radius: 50%;
    height: 60px;
    overflow: hidden;
    width: 60px
}

.b-lastcomments__navigation {
    color: #444;
    font-size: 14px;
    overflow: hidden;
    padding-bottom: 10px;
    text-align: left;
    text-transform: lowercase
}

.b-lastcomments__navigation a {
    background: #ddd;
    color: #444;
    display: block;
    float: left;
    margin-right: 3px;
    padding: 5px;
    text-decoration: none
}

.b-lastcomments__navigation a.active,
.b-lastcomments__navigation a:hover {
    background: #000;
    color: #fff
}

.b-person .b-sidecover {
    margin-bottom: 20px;
    text-align: center
}

.b-person .b-sidecover img {
    max-width: 100%
}

.b-person .b-post__info td {
    padding-bottom: 7px
}

.b-person .b-post__title .t2 {
    color: #444;
    display: block;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    margin-top: 10px
}

.b-person .b-content__inline_item .entity {
    display: block
}

.b-person .kp-url {
    color: #000
}

.b-person__career {
    padding-bottom: 40px
}

.b-person__career h2 {
    color: #000;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px
}

.b-person__career_stats {
    color: #444;
    display: block;
    font-size: 14px;
    line-height: 16px;
    padding-top: 5px
}

.b-person__career_more {
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    background-color: #f9f9f9;
    color: #878586;
    cursor: pointer;
    display: block;
    padding: 10px 0;
    text-align: center
}

.b-person__career_more span {
    font-size: 14px;
    text-decoration: underline
}

.b-person__career_more:hover {
    background-color: #e0e0e0
}

.b-person__career_more:hover span {
    text-decoration: none
}

.b-person__gallery_holder {
    height: 150px;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.b-person__gallery_show {
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    display: block;
    height: 150px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.b-person__gallery_show i {
    color: #fff;
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    line-height: 14px;
    padding-top: 68px;
    text-align: center;
    text-transform: uppercase
}

.b-person__gallery_show:hover {
    background-color: rgba(0, 0, 0, 0.5)
}

.b-person__gallery_list {
    height: 150px;
    overflow: hidden;
    width: 200%
}

.b-person__gallery_list li {
    float: left;
    height: 150px;
    width: 115px
}

.b-person__popup_inner {
    overflow: hidden;
    padding-top: 10px
}

.b-person__popup_name {
    color: #444;
    font-size: 18px;
    font-weight: bold;
    line-height: 16px
}

.b-person__popup_name .b-post-edit {
    height: 20px;
    width: 20px
}

.b-person__popup_name .b-post-edit:before {
    width: 16px;
    height: 16px;
    background-size: 16px 16px
}

.b-person__popup_name img {
    vertical-align: bottom
}

.b-person__popup_namealt {
    color: #444;
    font-size: 12px;
    line-height: 12px;
    padding-top: 3px
}

.b-person__popup_holder_photo {
    float: left
}

.b-person__popup_holder_photo .overlay {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: #fff;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.b-person__popup_holder_photo .photo-link {
    display: block;
    position: relative
}

.b-person__popup_holder_photo .photo-link:hover .overlay {
    filter: alpha(opacity=40);
    opacity: .4
}

.b-person__popup_photo {
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #ddd;
    display: block;
    margin-bottom: 10px;
    padding: 5px
}

.b-person__popup_holder_content {
    float: left;
    width: 100%
}

.b-person__popup_content {
    color: #444;
    line-height: 16px;
    min-width: 200px;
    max-width: 300px
}

.b-person__popup_content td {
    font-size: 13px;
    padding: 0 0 3px;
    vertical-align: top
}

.b-person__popup_content .t {
    color: #444;
    font-weight: bold;
    white-space: nowrap
}

.b-person__popup_content .v {
    padding-left: 5px;
    white-space: nowrap
}

.b-person__popup_content .stats {
    line-height: 20px;
    padding-top: 10px
}

.b-person__popup_content .stats a {
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -ms-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    background: #555;
    color: #fff !important;
    display: inline-block;
    line-height: 16px;
    padding: 1px 5px
}

.b-person__popup_content .stats a:hover {
    background: #000;
    text-decoration: none
}

.b-person__popup_content .stats a:visited {
    color: #fff
}

.persons-list-holder {
    overflow: hidden
}

.persons-list-holder .inline {
    display: inline-block
}

.persons-list-holder .item {
    display: inline-block
}

.persons-list-holder .person-name-item a {
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -ms-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    border-bottom: 1px dotted #00565f;
    color: #00565f !important;
    text-decoration: none !important
}

.persons-list-holder .person-name-item a:hover {
    border-bottom: 0
}

.persons-list-holder .person-name-item.showing-content a {
    border-bottom: 0;
    color: #000 !important;
    text-decoration: none
}

.b-tt_popup__loader {
    background-size: 16px 16px;
    background-repeat: no-repeat;
    display: block;
    font-size: 0;
    line-height: 0;
    height: 16px;
    width: 16px;
    animation: spin 1s infinite linear
}

.b-footer {
    background: #000;
    color: #444
}

.b-footer__inner {
    line-height: 16px;
    padding: 20px 0
}

.b-footer__left {
    float: left;
    width: 770px
}

.b-footer__right {
    float: right;
    width: 170px
}

.b-footer__slogan {
    color: #fff;
    padding-top: 20px
}

.b-footer__slogan h2,
.b-footer__slogan h3,
.b-footer__slogan h4 {
    display: inline;
    font-weight: normal
}

.b-footer__menu {
    overflow: hidden
}

.b-footer__menu_item {
    float: left;
    padding-right: 50px
}

.b-footer__menu_item:last-child {
    padding-right: 0
}

.b-footer__menu_item a {
    color: #444;
    font-size: 12px
}

.b-footer__social {
    padding-top: 12px
}

.b-footer__social i {
    font-size: 0;
    line-height: 0
}

.b-footer__social a {
    display: inline-block;
    font-size: 0;
    height: 30px;
    text-align: center;
    width: 35px
}

.b-footer__social .fb {
    width: 26px
}

.b-footer__social .instagram {
    width: 26px
}

.b-footer__social .fb i {
    background-position: 0 -104px;
    height: 18px;
    margin-top: 5px;
    width: 8px
}

.b-footer__social .instagram i {
    background-position: 0 -104px;
    height: 18px;
    margin-top: 5px;
    width: 8px
}

.b-footer__social .fb:hover i {
    background-position: 0 -124px
}

.b-footer__social .instagram:hover i {
    background-position: 0 -124px
}

.b-footer__social .vk i {
    background-size: 24px 14px;
    background-repeat: no-repeat;
    width: 24px;
    height: 14px;
    margin-top: 6px;
    opacity: .5;
    transition: opacity .25s ease-in-out
}

.b-footer__social .vk:hover i {
    opacity: 1
}

.b-footer__social .tw i {
    background-size: 20px 17px;
    background-repeat: no-repeat;
    width: 20px;
    height: 17px;
    margin-top: 6px;
    opacity: .5;
    transition: opacity .25s ease-in-out
}

.b-footer__social .tw:hover i {
    opacity: 1
}

.b-footer__social .tg {
    width: 30px
}

.b-footer__social .tg i {
    background-size: 20px 20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin-top: 6px;
    opacity: .5;
    transition: opacity .25s ease-in-out
}

.b-footer__social .tg:hover i {
    opacity: 1
}

.b-footer__social .gp {
    width: 28px
}

.b-footer__social .gp i {
    background-position: -54px -104px;
    height: 20px;
    margin-top: 6px;
    width: 21px
}

.b-footer__social .gp:hover i {
    background-position: -54px -124px
}

.b-category-icon {
    background-repeat: no-repeat;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    vertical-align: middle
}

.b-category-icon.films {
    background-position: 0 -144px;
    height: 20px;
    width: 20px
}

.b-category-icon.films.has-vk-player,
.b-category-icon.films.active,
.b-category-icon.films:hover {
    background-position: 0 -169px
}

.b-category-icon.series {
    background-position: -64px -144px;
    height: 24px;
    width: 21px
}

.b-category-icon.series.has-vk-player,
.b-category-icon.series.active,
.b-category-icon.series:hover {
    background-position: -64px -169px
}

.b-category-icon.cartoons {
    background-position: -44px -144px;
    height: 24px;
    width: 20px
}

.b-category-icon.cartoons.has-vk-player,
.b-category-icon.cartoons.active,
.b-category-icon.cartoons:hover {
    background-position: -44px -169px
}

.b-category-icon.show {
    background-position: -20px -144px;
    height: 21px;
    width: 24px
}

.b-category-icon.show.has-vk-player,
.b-category-icon.show.active,
.b-category-icon.show:hover {
    background-position: -20px -169px
}

.b-category-bestrating {
    color: #fff !important;
    font-size: 13px;
    font-style: normal;
    font-weight: bold
}

.b-social__join li {
    float: left;
    margin-right: 20px
}

.b-social__join a {
    display: block;
    height: 40px;
    width: 40px
}

.b-social__join .vk {
    background: #4c75a3;
    position: relative;
    border-radius: 3px;
    transition: background-color .25s ease-in-out
}

.b-social__join .vk:hover {
    background-color: #5480b3
}

.b-social__join .vk:before {
    content: '';
    display: block;
    width: 24px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    margin-top: -7px;
    background-size: 24px 14px;
    background-repeat: no-repeat
}

.b-social__join .tg {
    background: #0088cc;
    position: relative;
    border-radius: 3px;
    transition: background-color .25s ease-in-out
}

.b-social__join .tg:hover {
    background-color: #04a3f3
}

.b-social__join .tg:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    margin-top: -12px;
    background-size: 24px 24px;
    background-repeat: no-repeat
}

.b-social__join .fb {
    background-position: -40px -40px
}

.b-social__join .instagram {
    background-position: -40px -40px
}

.b-social__join .fb:hover {
    background-position: -40px 0
}

.b-social__join .instagram:hover {
    background-position: -40px 0
}

.b-social__join .instagram:hover {
    background-position: -40px 0
}

.b-social__join .tw {
    background-position: -80px -40px
}

.b-social__join .tw:hover {
    background-position: -80px 0
}

.b-social__join .gp {
    background-position: -120px -40px
}

.b-social__join .gp:hover {
    background-position: -120px 0
}

#ps-overlay-wrap {
    background: #000;
    background: rgba(0, 0, 0, 0.975);
    direction: ltr;
    display: none;
    height: 100%;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    text-align: left;
    width: 100%;
    z-index: 9000000000
}

#ps-overlay-wrap.loading:before {
    width: 100px;
    height: 100px;
    content: '';
    display: block;
    background-size: 100px 100px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 50%;
    margin-left: -50px;
    animation: spin 1s infinite linear
}

#ps-close {
    border: 0;
    width: 3.5em;
    height: 3.5em;
    text-align: left;
    background: #222;
    border-radius: 50%;
    position: fixed;
    z-index: 10002;
    top: 2.5em;
    right: 2.5em;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    outline: 0
}

#ps-close:before,
#ps-close:after {
    width: 2px;
    background-color: #fff;
    content: '';
    position: absolute;
    top: 20%;
    bottom: 20%;
    left: 50%;
    margin-left: -1px
}

#ps-close:hover,
#ps-close:focus {
    background-color: #fff
}

#ps-close:hover:before,
#ps-close:hover:after,
#ps-close:focus:before,
#ps-close:focus:after {
    background-color: #222
}

#ps-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

#ps-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#ps-content-holder {
    padding: 60px
}

#ps-trailer-content {
    margin: 0 auto;
    max-width: 980px
}

#ps-trailer-player {
    height: 360px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 640px
}

#ps-trailer-title {
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    padding-top: 50px
}

#ps-trailer-title small {
    font-size: 14px
}

#ps-trailer-description {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    padding-top: 5px
}

#ps-trailer-watchonline {
    padding-top: 25px;
    text-align: center
}

#ps-trailer-watchonline a {
    -webkit-transition: background-color, box-shadow 0.2s linear;
    -moz-transition: background-color, box-shadow 0.2s linear;
    -ms-transition: background-color, box-shadow 0.2s linear;
    -o-transition: background-color, box-shadow 0.2s linear;
    transition: background-color, box-shadow 0.2s linear;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    color: #000;
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    padding: 20px 20px 20px 52px;
    text-decoration: none;
    position: relative
}

#ps-trailer-watchonline a:before {
    background-size: 24px 29px;
    background-repeat: no-repeat;
    width: 24px;
    height: 29px;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 12px
}

#ps-trailer-watchonline a:hover {
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.8);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.8);
    background-color: #ccc;
    text-decoration: none
}

#ps-trailer-watchonline a:visited {
    color: #000;
    text-decoration: none
}

#ps-report-content {
    margin: 0 auto;
    max-width: 680px;
    padding: 0 150px 50px
}

#ps-report-title {
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    padding-top: 50px
}

#ps-report-title small {
    display: block;
    font-size: 14px
}

#ps-report-title-info {
    color: #ff0000;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    padding-top: 15px
}

#ps-report-issues,
#ps-report-issues-comment {
    padding-top: 20px
}

#ps-report-issues .report-item,
#ps-report-issues-comment .report-item {
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: #222;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 20px;
    position: relative
}

#ps-report-issues .report-item i,
#ps-report-issues-comment .report-item i {
    background: #fff;
    display: none;
    position: absolute;
    top: 30px;
    left: -15px;
    height: 66px;
    width: 5px
}

#ps-report-issues .report-item i:after,
#ps-report-issues .report-item i:before,
#ps-report-issues-comment .report-item i:after,
#ps-report-issues-comment .report-item i:before {
    background: #fff;
    content: "";
    display: block;
    position: absolute;
    width: 13px
}

#ps-report-issues .report-item i:before,
#ps-report-issues-comment .report-item i:before {
    height: 7px;
    top: 0;
    right: -13px
}

#ps-report-issues .report-item i:after,
#ps-report-issues-comment .report-item i:after {
    height: 3px;
    bottom: 0;
    right: -13px
}

#ps-report-issues .report-item:hover,
#ps-report-issues-comment .report-item:hover {
    background-color: #444;
    color: #fff
}

#ps-report-issues .report-item.active,
#ps-report-issues-comment .report-item.active {
    background-color: #fff;
    color: #000
}

#ps-report-issues .report-item.active i,
#ps-report-issues-comment .report-item.active i {
    display: block
}

#ps-report-issues .report-item.active:hover,
#ps-report-issues-comment .report-item.active:hover {
    cursor: default
}

#ps-report-issues textarea,
#ps-report-issues-comment textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: 3px solid #333;
    color: #000;
    font-size: 14px;
    height: 48px;
    line-height: 16px;
    margin-bottom: 10px;
    padding: 5px;
    resize: none;
    width: 100%
}

#ps-report-issues textarea.error,
#ps-report-issues-comment textarea.error {
    border-color: #f00
}

div#ps-report-text {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 10px
}

div#ps-report-text ul {
    list-style: square outside;
    padding: 10px 0 10px 20px
}

div#ps-report-text ul li {
    font-size: 16px;
    line-height: 22px;
    padding: 5px 0
}

div#ps-report-text a {
    background: #fff;
    color: #000;
    padding: 3px 6px
}

div#ps-report-text a:hover {
    color: #000;
    background: #adadad;
    text-decoration: none
}

div#ps-report-text a:visited {
    color: #000
}

#ps-report-description {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 22px;
    padding-top: 15px;
    padding-bottom: 15px
}

#ps-report-description a {
    background: #fff;
    color: #000;
    padding: 3px 6px
}

#ps-report-description a:hover {
    color: #000;
    background: #adadad;
    text-decoration: none
}

#ps-report-description a:visited {
    color: #000
}

#ps-report-holderbuttons {
    display: none;
    text-align: right
}

#ps-report-send,
#ps-report-send-comment {
    position: relative
}

#ps-report-send .loading,
#ps-report-send-comment .loading {
    background-size: 16px 16px;
    background-repeat: no-repeat;
    display: none;
    height: 16px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    left: -30px;
    width: 16px;
    animation: spin 1s infinite linear
}

#ps-report-send:disabled .loading,
#ps-report-send-comment:disabled .loading {
    display: block
}

#ps-infomessage-content {
    max-width: 640px;
    margin: 0 auto;
    padding: 0 60px
}

#ps-infomessage-title {
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    padding-top: 50px
}

#ps-infomessage-body {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    padding-top: 15px
}

#ps-infomessage-body .simple-list {
    list-style: square outside
}

#ps-infomessage-body .simple-list li {
    padding: 2px 0
}

#ps-favorites-content {
    margin: 0 auto;
    max-width: 680px;
    padding: 0 150px 50px
}

#ps-favorites-title {
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    padding-top: 50px
}

#ps-favorites-title small {
    display: block;
    font-size: 14px
}

#ps-favorites-case {
    list-style-type: disc;
    padding-top: 20px;
    padding-left: 20px
}

#ps-favorites-case li {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 10px
}

#ps-favorites-case li * {
    vertical-align: middle
}

#ps-favorites-case .errors {
    color: #de3e3e;
    display: none;
    font-size: 12px;
    text-align: left
}

#ps-favorites-case .change-name-link {
    border-bottom: 1px dashed #fff;
    cursor: pointer
}

#ps-favorites-case .change-name-link:hover {
    border-bottom: 0
}

#ps-favorites-case .change-name-field {
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ddd;
    color: #000;
    display: none;
    font-size: 12px;
    padding: 8px 5px;
    width: 400px
}

#ps-favorites-case .change-name-field:focus {
    border-color: #fff
}

#ps-favorites-case .change-name-save,
#ps-favorites-case .select-cat-save,
#ps-favorites-case .remove-cat {
    display: none;
    margin-left: 10px;
    position: relative
}

#ps-favorites-case .change-name-save .loading,
#ps-favorites-case .select-cat-save .loading,
#ps-favorites-case .remove-cat .loading {
    background-size: 16px 16px;
    background-repeat: no-repeat;
    display: none;
    height: 16px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    right: -30px;
    width: 16px;
    animation: spin 1s infinite linear
}

#ps-favorites-case .change-name-save:disabled .loading,
#ps-favorites-case .select-cat-save:disabled .loading,
#ps-favorites-case .remove-cat:disabled .loading {
    display: block
}

#ps-favorites-holderbuttons {
    padding-top: 30px;
    text-align: right
}

.ps-agreement-content {
    font-size: 14px
}

.ps-agreement-content a {
    -webkit-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -ms-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
    background: #fff;
    color: #000;
    padding: 3px 6px
}

.ps-agreement-content a:hover {
    color: #000;
    background: #adadad;
    text-decoration: none
}

.ps-agreement-content a:visited {
    color: #000
}

.ps-agreement-link {
    padding-top: 20px;
    text-align: right
}

.ps-agreement-buttons {
    padding: 20px 0;
    text-align: right
}

#ps-login-content {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    max-width: 640px;
    margin: 0 auto;
    padding: 0 60px
}

#ps-login-content .title {
    border: 0;
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    line-height: 22px;
    padding-top: 50px
}

#ps-login-content .content .row {
    padding-top: 20px
}

#ps-login-content .content .label {
    color: #fff;
    display: none;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 3px
}

#ps-login-content .content .b-field {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #333;
    background: #fff;
    color: #000;
    font-size: 14px;
    line-height: 16px;
    padding: 13px 20px;
    width: 100%
}

#ps-login-content .content .b-field:focus {
    border-color: #555;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

#ps-login-content .content .reminder {
    margin-top: 12px
}

#ps-login-content .content .login_button {
    margin-left: 20px;
    padding-right: 20px;
    padding-left: 20px
}

#ps-login-content .content .pull-right label {
    vertical-align: middle
}

#ps-login-content .social {
    padding-top: 20px
}

#ps-login-content .social .title {
    font-size: 14px
}

#ps-login-content .ps-link {
    -webkit-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -ms-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
    background: #fff;
    color: #000;
    padding: 3px 6px
}

#ps-login-content .ps-link:hover {
    color: #000;
    background: #adadad;
    text-decoration: none
}

#ps-login-content .ps-link:visited {
    color: #000
}

#overlay {
    filter: alpha(opacity=90);
    opacity: .9;
    background: #000;
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 800
}

#ex-ajax-layer {
    display: none
}

.b-popup {
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
    color: #444;
    display: none;
    font-size: 12px;
    padding: 20px;
    width: 100%;
    z-index: 900
}

.b-popup a {
    color: #00a0b0
}

.b-popup__fixed {
    height: 100%;
    position: fixed;
    top: 50%;
    left: 50%
}

.b-popup__static {
    background: #f2f2f2;
    padding: 20px;
    position: absolute;
    left: 50%
}

.b-popup__absolute {
    margin-top: 20px !important;
    position: absolute;
    left: 50%
}

.b-popup__static-top {
    margin-top: 0 !important;
    top: 90px !important
}

.b-popup__title {
    border-bottom: 1px solid #e5e5e5;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 14px;
    text-transform: uppercase
}

.b-popup__close {
    background-size: 18px 18px;
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    height: 18px;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 18px
}

.b-popup__close:hover {
    opacity: .8
}

#login-popup,
#register-popup {
    height: auto;
    text-align: left;
    width: 364px
}

#info-popup {
    height: auto;
    text-align: left;
    width: 420px
}

#info-popup .b-popup__content {
    font-size: 14px;
    line-height: 18px;
    padding-top: 20px
}

#crop-popup {
    height: auto;
    text-align: left;
    width: 600px
}

#crop-popup .b-popup__content {
    line-height: 18px;
    margin-top: 20px;
    padding-top: 0;
    position: relative
}

#crop-popup .b-popup__buttons_wrapper {
    padding-top: 15px;
    text-align: right
}

#trailer-popup {
    -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.3);
    background: #000;
    height: 360px;
    text-align: center;
    width: 640px
}

#trailer-popup .b-popup__content {
    height: 360px;
    overflow: hidden
}

#trailer-popup .b-popup__content:before {
    background-size: 48px 48px;
    background-repeat: no-repeat;
    width: 48px;
    height: 48px;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    left: 50%;
    margin-left: -24px;
    animation: spin 1s infinite linear
}

#trailer-popup .b-popup__close {
    top: 2px;
    right: 2px
}

.b-login__popup .label {
    color: #555;
    display: none;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 3px
}

.b-login__popup .b-field {
    width: 324px
}

.b-login__popup .login_button {
    margin-left: 5px;
    padding-right: 20px;
    padding-left: 20px;
    position: relative
}

.b-login__popup .login_button .loading {
    background-size: 16px 16px;
    background-repeat: no-repeat;
    display: none;
    height: 16px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    right: -19px;
    width: 16px;
    animation: spin 1s infinite linear
}

.b-login__popup .login_button:disabled .loading {
    display: block
}

.b-login__popup .row {
    padding-top: 20px
}

.b-login__popup .reminder {
    margin-top: 12px
}

.b-login__popup .ajax_loader {
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    padding: 20px 0;
    text-align: center
}

.b-login__popup .b-social__join {
    padding-top: 12px
}

.b-login__popup_social {
    border-top: 1px solid #e5e5e5;
    margin-top: 20px
}

.b-login__popup_social_title {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    padding-top: 10px;
    text-transform: uppercase
}

.b-login__popup_join {
    border-top: 1px solid #e5e5e5;
    font-size: 14px;
    margin-top: 20px;
    padding-top: 10px;
    text-align: center
}

.b-register__popup {
    padding-top: 20px
}

.b-register__popup label {
    color: #555;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 3px
}

.b-register__popup td {
    padding-bottom: 10px
}

.b-register__popup .important {
    color: #af1313
}

.b-register__popup .check_login {
    padding: 3px 0;
    width: 364px
}

.b-register__popup .fieldsubmit {
    padding-top: 20px
}

.b-register__popup .register_button {
    position: relative;
    width: 364px
}

.b-register__popup .register_button .loading {
    background-size: 16px 16px;
    background-repeat: no-repeat;
    display: none;
    height: 16px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    right: -19px;
    width: 16px;
    animation: spin 1s infinite linear
}

.b-register__popup .register_button:disabled .loading {
    display: block
}

#result-registration {
    display: none;
    padding-top: 10px
}

#register-popup-errors,
#login-popup-errors,
.b-list-errors {
    color: #af1313;
    padding-top: 20px
}

#register-popup-errors ul,
#login-popup-errors ul,
.b-list-errors ul {
    list-style-type: disc;
    padding-left: 20px
}

#register-popup-errors li,
#login-popup-errors li,
.b-list-errors li {
    padding-bottom: 5px
}

.string-error {
    color: #af1313
}

.string-ok {
    color: #268162
}

#vk_groups {
    padding-bottom: 50px
}

.nopadd {
    padding: 0
}

.title_spoiler {
    display: inline;
    font-weight: bold;
    white-space: nowrap
}

.title_spoiler.big {
    white-space: normal
}

.title_spoiler.big a {
    color: #444;
    font-size: 13px;
    padding: 3px 2px 3px 5px
}

.title_spoiler a {
    -webkit-transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -ms-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    background-color: #ccc;
    color: #444;
    padding: 0 2px 0 5px;
    position: relative
}

.title_spoiler a:hover {
    background-color: #ddd;
    text-decoration: none
}

.title_spoiler a:hover:after {
    display: block
}

.title_spoiler a:after {
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    background: #e4e4e4;
    color: #000;
    content: "Нажми, чтобы увидеть спойлер...";
    display: none;
    font-family: Arial, Helvetica, Tahoma, sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 2px 10px;
    position: absolute;
    left: 0;
    bottom: 100%;
    text-transform: none;
    white-space: nowrap;
    z-index: 20
}

.title_spoiler .attention {
    display: inline !important;
    margin-top: -1px
}

.title_spoiler img {
    display: none
}

.text_spoiler {
    background-color: #ddd;
    color: #444;
    padding-right: 3px;
    padding-left: 3px
}

.b-qa__entity .b-sidelist {
    margin-top: 10px;
    margin-left: -16px
}

.b-qa__entity .b-sidelist .b-content__inline_item {
    margin-left: 16px
}

.b-qa__entity_title {
    color: #6f6f6f;
    font-size: 17px;
    font-weight: normal;
    text-transform: uppercase
}

.b-qa__entity_text {
    color: #313131;
    font-size: 13px;
    line-height: 16px;
    padding-top: 12px
}

.b-qa__entity_text img {
    margin: 10px 0
}

.b-qa__entity_date {
    color: #707070;
    font-size: 13px;
    padding-top: 20px
}

.b-qa__entity_actions {
    margin-top: 20px;
    width: 100%
}

.b-qa__entity_actions td {
    vertical-align: top;
    width: 100%
}

.b-qa__entity_actions .btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 10px;
    padding-left: 10px;
    width: 100%
}

.b-qa__entity_actions.two-columns td {
    width: 50%
}

.b-qa__entity_actions.two-columns .left .btn {
    -webkit-border-radius: 3px 0 0 3px;
    -khtml-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.b-qa__entity_actions.two-columns .right .btn {
    -webkit-border-radius: 0 3px 3px 0;
    -khtml-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
}

.b-userprofile__avatar_misc {
    padding: 10px 0 10px 20px
}

.choose-avatar-holder {
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
    float: left;
    height: 58px;
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 265px
}

.choose-avatar-holder .text {
    color: #aaa;
    font-size: 18px;
    margin-top: 20px
}

.choose-avatar-holder:hover {
    background-color: #f9f9f9
}

.choose-avatar-holder:hover .text {
    color: #6c6c6c
}

.choose-avatar-holder input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block
}

.b-userprofile__avatar_wrapper {
    padding-top: 5px;
    padding-bottom: 10px
}

.b-userprofile__avatar_holder {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    float: left;
    margin-right: 15px
}

.b-crop-holder {
    text-align: left
}

.b-crop-tracker {
    height: 100%;
    width: 100%
}

.b-crop-vline,
.b-crop-hline {
    background: #fff url(../images/crop_line.gif) repeat 0 0;
    font-size: 0;
    position: absolute
}

.b-crop-vline {
    height: 100%;
    width: 1px !important
}

.b-crop-hline {
    height: 1px !important;
    width: 100%
}

.b-crop-handle {
    background-color: #333;
    border: 1px solid #eee;
    font-size: 0;
    height: 7px;
    line-height: 0;
    width: 7px
}

.b-cursor-move {
    cursor: move
}

.b-crop-source {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    float: left
}

.b-crop-pholder {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    float: left;
    margin-left: 15px;
    overflow: hidden
}

.crop-content-loader {
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999
}

.b-crop-title {
    font-size: 13px;
    line-height: 13px;
    padding-bottom: 10px
}

.b-megasearch__content {
    color: #555;
    font-size: 13px;
    padding: 15px 0 0 0
}

.ms-parent {
    color: #333;
    font-size: 14px;
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.ms-choice {
    display: block;
    width: 100%;
    height: 26px;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #aaa;
    text-align: left;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    outline: 0
}

.ms-choice.disabled {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default
}

.ms-choice>span {
    font-size: 12px;
    position: absolute;
    top: 6px;
    left: 0;
    right: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding-left: 8px
}

.ms-choice>span.placeholder {
    color: #999
}

.ms-choice>div {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 25px;
    background: url("../images/multiple-select.png") left top no-repeat
}

.ms-choice>div.open {
    background: url("../images/multiple-select.png") right top no-repeat
}

.ms-drop {
    width: 100%;
    overflow: hidden;
    display: none;
    margin-top: -1px;
    padding: 0;
    position: absolute;
    z-index: 1000;
    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.ms-drop.bottom {
    top: 100%;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15)
}

.ms-drop.top {
    bottom: 100%;
    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15)
}

.ms-search {
    display: inline-block;
    margin: 0;
    min-height: 26px;
    padding: 4px;
    position: relative;
    white-space: nowrap;
    width: 100%;
    z-index: 10000
}

.ms-search input {
    width: 100%;
    height: auto !important;
    min-height: 24px;
    padding: 0 20px 0 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid #aaa;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #fff url("../images/multiple-select.png") no-repeat 100% -22px;
    background: url("../images/multiple-select.png") no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url("../images/multiple-select.png") no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url("../images/multiple-select.png") no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url("../images/multiple-select.png") no-repeat 100% -22px, -o-linear-gradient(bottom, #fff 85%, #eee 99%);
    background: url("../images/multiple-select.png") no-repeat 100% -22px, -ms-linear-gradient(top, #fff 85%, #eee 99%);
    background: url("../images/multiple-select.png") no-repeat 100% -22px, linear-gradient(top, #fff 85%, #eee 99%)
}

.ms-search,
.ms-search input {
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.ms-drop ul {
    overflow: auto;
    margin: 0;
    padding: 5px 8px
}

.ms-drop ul>li {
    list-style: none;
    display: list-item;
    background-image: none;
    position: static
}

.ms-drop ul>li .disabled {
    opacity: .35;
    filter: Alpha(Opacity=35)
}

.ms-drop ul>li.multiple {
    display: block;
    float: left
}

.ms-drop ul>li.group {
    clear: both
}

.ms-drop ul>li.multiple label {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.ms-drop ul>li label {
    font-weight: normal;
    display: block;
    padding-bottom: 2px;
    white-space: nowrap
}

.ms-drop ul>li label.optgroup {
    font-weight: bold
}

.ms-drop input[type="checkbox"] {
    vertical-align: middle
}

.ms-drop .ms-no-results {
    display: none
}

#subject-notice-2 {
    display: none
}

select#subject {
    background: #f9f9f9 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iOHB4IiBoZWlnaHQ9IjVweCIgdmlld0JveD0iMCAwIDggNSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDx0aXRsZT5SZWN0YW5nbGUgOCBDb3B5IDM8L3RpdGxlPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkNhdGFsb2ctcGFnZXMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMTcuMDAwMDAwLCAtNjUuMDAwMDAwKSIgZmlsbD0iIzAwMDAwMCIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPHBhdGggZD0iTTIyMi4xMjkxNTUsNjMuOTM1NDIyNSBDMjIyLjEyOTE1NSw2My40MTg4MDI5IDIyMi41NDc5NTgsNjMgMjIzLjA2NDU3Nyw2MyBDMjIzLjU4MTE5Nyw2MyAyMjQsNjMuNDE4ODAyOSAyMjQsNjMuOTM1NDIyNSBMMjI0LDY4LjA2NDU3NzUgQzIyNCw2OC41ODExOTcxIDIyMy41ODExOTcsNjkgMjIzLjA2NDU3Nyw2OSBMMjE4LjkzNTQyMyw2OSBDMjE4LjQxODgwMyw2OSAyMTgsNjguNTgxMTk3MSAyMTgsNjguMDY0NTc3NSBDMjE4LDY3LjU0Nzk1NzggMjE4LjQxODgwMyw2Ny4xMjkxNTQ5IDIxOC45MzU0MjMsNjcuMTI5MTU0OSBMMjIyLjEyOTE1NSw2Ny4xMjkxNTQ5IEwyMjIuMTI5MTU1LDYzLjkzNTQyMjUgWiIgaWQ9IlJlY3RhbmdsZS04LUNvcHktMyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjIxLjAwMDAwMCwgNjYuMDAwMDAwKSByb3RhdGUoLTMxNS4wMDAwMDApIHRyYW5zbGF0ZSgtMjIxLjAwMDAwMCwgLTY2LjAwMDAwMCkgIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat calc(100% - 15px) 50% !important;
    height: 42px;
    line-height: 42px;
    padding: 0 30px 0 20px;
    width: 342px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    color: #000;
    font-size: 12px;
    border-color: #e3e3e3
}

.subject-notice-hidden {
    display: none
}

.subject-notice-info {
    color: #f00;
    font-size: 13px;
    padding-bottom: 10px
}

.subject-notice-title {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
    text-transform: uppercase
}

.subject-notice-subtitle {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
    text-transform: uppercase
}

.subject-notice-text {
    color: #555;
    font-size: 13px;
    padding: 0 0 15px 10px
}

.subject-notice-q {
    color: #333;
    font-size: 15px;
    font-weight: bold;
    padding: 20px 0
}

.subject-notice-q .ynb {
    padding-top: 5px
}

.ie6 .b-login__popup .label,
.ie6 .ie-label,
.ie7 .b-login__popup .label,
.ie7 .ie-label,
.ie8 .b-login__popup .label,
.ie8 .ie-label,
.ie9 .b-login__popup .label,
.ie9 .ie-label {
    display: inline-block
}

.fixed-header .b-topnav_wrapper {
    height: 39px;
    padding-top: 0;
    padding-bottom: 5px
}

.fixed-header .b-topnav_wrapper.shi,
.fixed-header .b-topnav_wrapper.shm {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
}

.fixed-header .b-topnav_wrapper:after {
    display: none !important
}

.fixed-header .b-topnav__sub {
    padding-top: 39px
}

.fixed-header .b-search__field {
    padding-top: 8px;
    padding-bottom: 8px
}

.fixed-header .b-search__submit {
    height: 34px
}

.fixed-header .b-search__submit .i-sprt {
    top: 7px
}

.b-premium_user__body .b-content__columns {
    padding-right: 0 !important
}

.b-premium_user__body .b-content__inline_inner_mainprobar {
    margin-left: -21px !important;
    padding-right: 0 !important
}

.b-premium_user__body .b-content__inline_inner_mainprobar .b-content__inline_item {
    margin-left: 22px !important
}

.b-premium_user__body .b-content__inline_inner_mainprobar_premium {
    margin-left: -6px !important;
    padding-right: 240px !important
}

.b-premium_user__body .b-content__inline_inner_mainprobar_premium .b-content__inline_item {
    margin-left: 6px !important
}

.b-premium_user__body .b-content__collections_list {
    margin-left: -42px !important
}

.b-premium_user__body .b-content__collections_item {
    margin-bottom: 42px !important;
    margin-left: 42px !important
}

.b-premium_user__body .b-post__status_wrapper {
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: auto !important
}

.b-premium_user__body .b-translators__list {
    padding-right: 4px
}

.b-premium_user__body .b-translator__item {
    width: 233px
}

.b-premium_user__body .b-translator__item:nth-child(4n+1) {
    margin-left: 0 !important
}

.b-premium_user__body .b-simple_seasons__list,
.b-premium_user__body .b-simple_episodes__list {
    padding-left: 14px !important
}

.b-premium_user__body .b-simple_season__item,
.b-premium_user__body .b-simple_episode__item {
    min-width: 69px !important
}

.b-premium_user__body .b-player__holder_ext {
    height: 540px !important;
    width: 960px !important
}

.b-premium_user__body .b-player__holder_ext iframe {
    height: 540px !important;
    width: 960px !important
}

.b-premium_user__body .b-player__holder_cdn {
    height: 540px !important;
    width: 960px !important
}

.b-premium_user__body .b-player__container_cdn {
    height: 540px !important;
    width: 960px !important
}

.b-premium_user__body .b-player__restricted {
    height: 540px !important;
    width: 960px !important
}

.b-premium_user__body .b-player__restricted__block {
    padding-top: 155px !important
}

.b-premium_user__body .b-player__network_issues_holder {
    padding: 10px 15px
}

.b-premium_user__body .b-post .b-sidelist,
.b-premium_user__body .b-qa__entity .b-sidelist {
    margin-left: -5px !important
}

.b-premium_user__body .b-post .b-sidelist .b-content__inline_item,
.b-premium_user__body .b-qa__entity .b-sidelist .b-content__inline_item {
    margin-left: 7px !important
}

.b-tracker__main__announce {
    padding-top: 24px
}

.b-tracker__main__announce a {
    position: relative;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    display: block;
    background-image: linear-gradient(29deg, #ee0953 5%, #ff6b00 100%);
    letter-spacing: .2px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.37)
}

.b-tracker__main__announce a span {
    display: inline-block;
    vertical-align: top
}

.b-tracker__main__announce a span b {
    position: relative
}

.b-tracker__main__announce a span b:before {
    content: '';
    display: block;
    position: absolute;
    width: 94px;
    height: 78px;
    background: url("../images/announce_arrows.png") no-repeat 0 0;
    background-size: 94px 78px;
    left: 0;
    top: -33px
}

.b-tracker__main__announce a:after {
    content: '';
    display: block;
    opacity: 0;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    transition: opacity .25s ease-in-out
}

.b-tracker__main__announce a:hover {
    text-decoration: none
}

.b-tracker__main__announce a:hover:after {
    opacity: .12
}

.b-tracker__main__announce-logo {
    display: inline-block;
    background: url("../images/hdrezka-logo_w2.png") no-repeat 0 -4px;
    background-size: 154px 57px;
    margin: 0 5px;
    height: 45px;
    width: 154px;
    vertical-align: top;
    text-indent: -9999px;
    overflow: hidden
}

.b-post__status_wrapper {
    padding: 5px 0 20px;
    width: 640px;
    margin: 0 auto
}

.b-post__status_logo {
    float: left;
    background: url("../images/hdrezka-logo_w2.png") no-repeat 0 0;
    background-size: 123px 44px;
    height: 44px;
    width: 123px;
    vertical-align: top;
    text-indent: -9999px;
    overflow: hidden
}

.b-post__go_status {
    color: #fff;
    font-size: 15px;
    margin-left: 143px;
    padding: 0;
    text-align: left
}

.b-post__status__tracker__download {
    display: flex;
    align-items: center;
    padding: 9px 24px 9px 10px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 15px;
    line-height: 17px;
    width: 100%;
    box-sizing: border-box;
    color: #fff !important
}

.b-post__status__tracker__download:visited {
    color: #fff !important
}

.b-post__status__tracker__download:visited:hover {
    color: #369ebb !important
}

.b-post__status__tracker__download:hover {
    text-decoration: none
}

.b-post__status__tracker__download:hover .b-tracker__download_inner {
    color: #369ebb !important
}

.b-post__status__tracker__download:hover .b-tracker__download_icon {
    transform: scale(1.1)
}

.b-tracker__download_inner {
    color: #fff;
    text-align: left;
    padding-left: 35px;
    transition: color .25s ease-in-out
}

.b-tracker__download_cover {
    position: relative
}

.b-tracker__download_cover img {
    width: 60px;
    height: auto;
    display: block;
    border-radius: 5px
}

.b-tracker__download_icon {
    border-radius: 50%;
    display: block;
    height: 42px;
    width: 42px;
    position: absolute;
    border: 3px solid #000;
    right: -25px;
    top: 50%;
    margin-top: -21px;
    background: linear-gradient(214.38deg, #03def4 6.77%, #0298c8 85.64%);
    transform: scale(1);
    transition: transform .25s ease-in-out
}

.b-tracker__download_icon:before {
    background-size: 18px 23px;
    background-repeat: no-repeat;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 23px;
    margin-top: -11px;
    margin-left: -9px
}

.b-tg__wrapper {
    color: #5f5f5f;
    font-size: 14px;
    line-height: 14px;
    padding: 20px 0;
    text-align: left
}

.b-tg__wrapper.black {
    color: #999;
    padding-bottom: 0
}

.b-tg__wrapper.black .b-tg__sub {
    color: #3ea4c2
}

.b-tg__wrapper.black .b-tg__sub:hover {
    color: #49c0e3
}

.b-tg__sub {
    color: #3387a0;
    font-weight: bold;
    display: inline-block;
    margin-left: 6px;
    padding-left: 28px;
    position: relative
}

.b-tg__sub:hover {
    color: #2b7085;
    text-decoration: none
}

.b-tg__sub:hover:before {
    filter: alpha(opacity=100);
    opacity: 1
}

.b-tg__sub:before {
    filter: alpha(opacity=90);
    opacity: .9;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 24px;
    position: absolute;
    top: -4px;
    left: 0;
    width: 24px
}

.b-continue__watch__list_item {
    float: left;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 9px 80px 12px 89px;
    width: 311px;
    margin: 0;
    position: relative;
    transition: background-color .25s ease-in-out
}

.b-continue__watch__list_item .b-content__inline_item {
    margin: 0;
    margin-left: -80px;
    float: left;
    width: 80px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.23)
}

.b-continue__watch__list_item .b-content__inline_item .cat .entity {
    display: none
}

.b-continue__watch__list_item .b-content__inline_item .play {
    height: 50px;
    margin: -25px 0 0 -25px;
    width: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4)
}

.b-continue__watch__list_item .b-content__inline_item .play:before {
    background-size: 24px 29px;
    background-repeat: no-repeat;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left: -8px;
    width: 24px;
    height: 29px;
    opacity: .7
}

.b-continue__watch__list_item:hover {
    background-color: #dedede
}

.b-continue__watch__list_item:hover .b-continue__watch__list_item_controls {
    filter: alpha(opacity=100);
    opacity: 1
}

.b-continue__watch__list_item:nth-child(n+3) {
    margin-top: 1px
}

.b-continue__watch__list_item:nth-child(n+3):before {
    content: '';
    display: block;
    left: 114px;
    right: 32px;
    top: -1px;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    position: absolute
}

.b-continue__watch__list_item_data {
    padding-left: 27px;
    float: left;
    width: 284px;
    overflow: hidden
}

.b-continue__watch__list_item_data-title {
    display: block;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 32px;
    width: 252px;
    position: relative
}

.b-continue__watch__list_item_data-rating {
    display: block;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    padding: 3px 5px 2px;
    position: absolute;
    background-color: #5f5f5f;
    right: 0;
    top: 50%;
    margin-top: -8px;
    z-index: 1
}

.b-continue__watch__list_item_data-rating.high {
    background-color: #007b00
}

.b-content__inline_item_data-season_episode_translator {
    font-size: 14px;
    line-height: 21px;
    padding-top: 7px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: normal
}

.b-continue__watch__list_item_data-link {
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    margin-top: 32px;
    line-height: 1;
    font-size: 14px;
    font-weight: bold;
    color: #3f8fa5;
    padding: 9px 9px 8px 32px;
    background: none;
    border: 1px solid rgba(63, 143, 165, 0.2);
    position: relative;
    transition: border-color .25s ease-in-out, background-color .25s ease-in-out, color .25s ease-in-out
}

.b-continue__watch__list_item_data-link:before {
    content: '';
    display: block;
    left: 13px;
    background: url(../fonts/icon-play.svg) no-repeat;
    width: 10px;
    height: 15px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    z-index: 1
}

.b-continue__watch__list_item_data-link:hover {
    text-decoration: none;
    color: #fff;
    background-color: #3f8fa5;
    border-color: #3f8fa5
}

.b-continue__watch__list_item_data-link:hover .b-continue__watch__list_item_data-progress {
    filter: alpha(opacity=0);
    opacity: 0
}

.b-continue__watch__list_item_data-link:hover:before {
    background: url(../fonts/icon-play-hover.svg) no-repeat
}

.b-continue__watch__list_item_data-progress {
    -webkit-border-radius: 3px 0 0 3px;
    -khtml-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    position: absolute;
    filter: alpha(opacity=100);
    opacity: 1;
    transition: opacity .25s ease-in-out;
    left: -1px;
    top: -1px;
    bottom: -1px;
    background: rgba(63, 143, 165, 0.5);
    display: block
}

.b-continue__watch__list_item_controls {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 80px;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 1;
    transition: opacity .25s ease-in-out
}

.b-continue__watch__list_item_controls-remove {
    display: block;
    position: absolute;
    border: 0;
    padding: 0;
    top: 7px;
    right: 7px;
    width: 17px;
    height: 17px;
    transition: transform .25s ease-in-out;
    transform: scale(1);
    background: url(../fonts/icon-close.svg) no-repeat
}

.b-continue__watch__list_item_controls-remove:hover {
    transform: scale(1.2)
}

.b-continue__watch__list_item_controls-remove:focus {
    outline: none
}

.b-continue__watch__list_item_controls-set_watched {
    display: block;
    position: absolute;
    border: 0;
    padding: 0;
    bottom: 28px;
    right: 21px;
    width: 34px;
    height: 19px;
    transition: transform .25s ease-in-out, opacity .25s ease-in-out;
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: .5;
    background: url(../fonts/icon-eye-watch.svg) no-repeat
}

.b-continue__watch__list_item_controls-set_watched:hover {
    filter: alpha(opacity=100);
    opacity: 1;
    transform: scale(1.2)
}

.b-continue__watch__list_item_controls-set_watched:focus {
    outline: none
}

.b-completed__watch__list {
    padding-top: 120px
}

.b-completed__watch__list-period {
    padding-top: 25px;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.5)
}

.b-completed__watch__list_item {
    float: left;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 9px 20px 9px 61px;
    width: 237px;
    margin: 0;
    position: relative;
    transition: background-color .25s ease-in-out
}

.b-completed__watch__list_item .b-content__inline_item {
    margin: 0;
    margin-left: -50px;
    float: left;
    width: 50px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.23)
}

.b-completed__watch__list_item .b-content__inline_item .cat {
    display: none
}

.b-completed__watch__list_item .b-content__inline_item .play {
    display: none
}

.b-completed__watch__list_item .b-content__inline_item.active .b-content__inline_item-cover img,
.b-completed__watch__list_item .b-content__inline_item:hover .b-content__inline_item-cover img {
    filter: alpha(opacity=100);
    opacity: 1
}

.b-completed__watch__list_item:hover {
    background-color: #dedede
}

.b-completed__watch__list_item:hover .b-completed__watch__list_item_controls {
    z-index: 2;
    filter: alpha(opacity=100);
    opacity: 1
}

.b-completed__watch__list_item:nth-child(n+4) {
    margin-top: 1px
}

.b-completed__watch__list_item:nth-child(n+4):before {
    content: '';
    display: block;
    left: 77px;
    right: 32px;
    top: -1px;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    position: absolute
}

.b-completed__watch__list_item_controls {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 20px;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 1;
    transition: opacity .25s ease-in-out
}

.b-completed__watch__list_item_controls-dropdown {
    display: block;
    position: absolute;
    border: 0;
    padding: 0;
    top: 5px;
    right: 0;
    width: 20px;
    height: 20px;
    background: none;
    transition: transform .25s ease-in-out;
    transform: scale(1)
}

.b-completed__watch__list_item_controls-dropdown i {
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    height: 3px;
    width: 3px;
    display: block;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2px;
    margin-left: -2px;
    filter: alpha(opacity=30);
    opacity: .3;
    transition: opacity .25s ease-in-out
}

.b-completed__watch__list_item_controls-dropdown i:before,
.b-completed__watch__list_item_controls-dropdown i:after {
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    content: '';
    height: 3px;
    width: 3px;
    display: block;
    background: #000;
    position: absolute
}

.b-completed__watch__list_item_controls-dropdown i:before {
    top: -5px
}

.b-completed__watch__list_item_controls-dropdown i:after {
    top: 5px
}

.b-completed__watch__list_item_controls-dropdown:hover {
    transform: scale(1.2)
}

.b-completed__watch__list_item_controls-dropdown:hover i {
    filter: alpha(opacity=50);
    opacity: .5
}

.b-completed__watch__list_item_controls-dropdown:focus {
    outline: none
}

.b-completed__watch__list_item_controls-dropdown_list {
    display: none;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.14);
    position: absolute;
    padding: 5px 0;
    z-index: 5;
    top: 25px;
    right: 10px
}

.b-completed__watch__list_item_controls-set_unwatched,
.b-completed__watch__list_item_controls-remove {
    display: block;
    width: 100%;
    text-align: left;
    border: 0;
    padding: 10px 21px;
    background: none;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1;
    font-weight: normal;
    color: #000;
    transition: background-color .25s ease-in-out
}

.b-completed__watch__list_item_controls-set_unwatched:hover,
.b-completed__watch__list_item_controls-remove:hover {
    background: #e5e5e5
}

.b-completed__watch__list_item_controls-set_unwatched:focus,
.b-completed__watch__list_item_controls-remove:focus {
    outline: none
}

.b-completed__watch__list_item_controls-remove {
    color: rgba(0, 0, 0, 0.3);
    position: relative;
    margin-top: 1px
}

.b-completed__watch__list_item_controls-remove:before {
    content: '';
    display: block;
    left: 21px;
    right: 21px;
    top: -1px;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    position: absolute
}

.b-completed__watch__list_item_data {
    padding-left: 16px;
    float: left;
    width: 221px;
    overflow: hidden
}

.b-completed__watch__list_item_data-title {
    display: block;
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    color: #000;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.b-completed__watch__list_item_data-rating {
    display: inline-block;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    padding: 3px 5px 2px;
    background-color: #5f5f5f
}

.b-completed__watch__list_item_data-rating.high {
    background-color: #007b00
}

.b-completed__watch__list_item_data-params {
    font-size: 14px;
    line-height: 21px;
    padding-top: 4px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: normal
}

.b-completed__watch__list_item_data-type {
    font-size: 12px;
    line-height: 21px;
    padding-top: 8px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: normal
}

.b-tophead__subscribe-dropdown {
    height: 40px
}

.b-tophead__subscribe-dropdown-inner {
    font-size: 10px;
    font-weight: bold;
    line-height: 40px;
    height: 40px;
    color: rgba(255, 255, 255, 0.6);
    padding: 9px 5px 9px 31px;
    background: none;
    text-transform: uppercase;
    border: none;
    text-align: left;
    position: relative
}

.b-tophead__subscribe-dropdown-inner:before {
    content: '';
    display: block;
    width: 24px;
    height: 25px;
    background-size: 24px 25px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    z-index: 1
}

.b-tophead__subscribe-dropdown-inner:focus {
    outline: none
}

.b-tophead__subscribe-dropdown-inner:hover {
    text-decoration: underline
}

.b-tophead__subscribe-dropdown-list {
    display: none;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.22);
    position: absolute;
    top: 38px;
    left: 0;
    background: #fff;
    z-index: 5
}

.b-tophead__subscribe-dropdown-list li:first-child a {
    -webkit-border-radius: 3px 3px 0 0;
    -khtml-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0
}

.b-tophead__subscribe-dropdown-list li:last-child a {
    -webkit-border-radius: 0 0 3px 3px;
    -khtml-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px
}

.b-tophead__subscribe-dropdown-list li a {
    display: block;
    text-transform: none;
    padding: 12px 31px 12px 48px;
    line-height: 1;
    font-size: 14px;
    color: #000;
    transition: background-color .25s ease-in-out;
    position: relative
}

.b-tophead__subscribe-dropdown-list li a:before {
    content: '';
    display: block;
    left: 10px;
    top: 50%;
    position: absolute;
    z-index: 1
}

.b-tophead__subscribe-dropdown-list li a.tg:before {
    background-size: 24px 24px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: 2px
}

.b-tophead__subscribe-dropdown-list li a.vk:before {
    background-size: 25px 15px;
    background-repeat: no-repeat;
    width: 25px;
    height: 15px;
    margin-top: -7px
}

.b-tophead__subscribe-dropdown-list li a.fb:before {
    background: url(../fonts/icon-fb.svg) no-repeat;
    width: 20px;
    height: 21px;
    margin-top: -10px
}

.b-tophead__subscribe-dropdown-list li a.instagram:before {
    background: url(../fonts/icon-instagram.svg) no-repeat;
    width: 20px;
    height: 21px;
    margin-top: -10px
}

.b-tophead__subscribe-dropdown-list li a.tw:before {
    background-size: 21px 18px;
    background-repeat: no-repeat;
    width: 21px;
    height: 18px;
    margin-top: -9px
}

.b-tophead__subscribe-dropdown-list li a.rss:before {
    background: url(../fonts/icon-rss.svg) no-repeat;
    width: 16px;
    height: 16px;
    margin-top: -8px
}

.b-tophead__subscribe-dropdown-list li a:hover {
    color: #000;
    background: #e5e5e5;
    text-decoration: none
}

.b-tophead__subscribe-dropdown-list:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 50%;
    margin-left: -2px
}

.tg__info_block_wrapper {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10
}

.tg-info-block_inner {
    margin: 0 20px;
    max-width: 600px;
    padding-top: 30px;
    position: relative
}

.tg__info_block_close {
    background: #2d2d2d;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    padding: 5px 10px;
    position: absolute;
    right: 15px;
    top: 0;
    text-transform: uppercase
}

.tg__info_block_close:hover {
    background: #5d5d5d
}

.tg-info-block_holder {
    display: block;
    overflow: hidden;
    padding-left: 140px
}

.tg-info-block_holder:hover .b-tg__sub {
    color: #006a8e
}

.tg-info-block-img {
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100px;
    float: left;
    height: 100px;
    margin-left: -140px;
    width: 100px
}

.tg-info-block-img.hover {
    background-position: 0 -100px
}

.tg-info-block-img.close {
    background-position: 0 -200px !important
}

.tg-info-block-text {
    background: #e1e289;
    border-radius: 20px;
    color: #222;
    float: right;
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: -0.6px;
    line-height: 20px;
    margin-top: 15px;
    min-height: 40px;
    position: relative;
    padding: 15px 10px;
    text-align: left;
    width: 100%
}

.tg-info-block-text:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 15px solid #e1e289;
    border-bottom: 15px solid transparent;
    right: 100%;
    top: 40px;
    margin-top: -20px
}

.tg-info-block-text .b-tg__sub {
    color: #359ec2;
    margin-left: 0;
    padding-left: 23px
}

.tg-info-block-text .b-tg__sub:before {
    height: 24px;
    width: 24px;
    transform: scale(0.8)
}

.b-christmas {
    background: #efefef url(../images/holiday-christmas-bg.png) !important
}

.b-christmas .b-tophead__logo {
    background: url(../images/holiday-christmas-logo.gif) no-repeat 0 0;
    background-size: 100% 200%;
    padding: 0;
    top: 0;
    margin-left: -146px;
    height: 40px;
    width: 291px
}

.b-christmas .b-tophead__logo .i-sprt {
    display: none
}

.b-christmas .b-tophead__logo:hover {
    background-position: 0 -40px
}

.b-christmas .b-collections__newest {
    background-image: url(../images/holiday-christmas-bg-collections.png)
}

body.b-theme__template__night.b-holiday__valentine {
    background: #02050e url(../images/holiday-valentine-bg.png) !important;
    background-size: 512px 665px !important
}

.b-holiday__valentine {
    background: #efefef url(../images/holiday-valentine-bg.png) !important;
    background-size: 512px 665px !important
}

.b-holiday__valentine .b-tophead__logo {
    background: url(../images/holiday-valentine-logo.gif) no-repeat 0 0;
    background-size: 100% 200%;
    padding: 0;
    top: 0;
    margin-left: -216px;
    height: 40px;
    width: 431px
}

.b-holiday__valentine .b-tophead__logo .i-sprt {
    display: none
}

.b-holiday__valentine .b-tophead__logo:hover {
    background-position: 0 -40px
}

.b-holiday__valentine .b-tophead__logo:after {
    top: 4px;
    left: -95px
}

.b-holiday__valentine .b-tophead__logo:hover:after {
    content: "День всех влюблённых!";
    display: block
}

.b-holiday__23feb .b-tophead__logo {
    background: url(../images/holiday-23feb-logo.png) no-repeat 0 0;
    background-size: 100% 200%;
    padding: 0;
    top: 0;
    margin-left: -204px;
    height: 40px;
    width: 407px
}

.b-holiday__23feb .b-tophead__logo .i-sprt {
    display: none
}

.b-holiday__23feb .b-tophead__logo:hover {
    background-position: 0 -40px
}

.b-holiday__23feb .b-tophead__logo:after {
    top: 4px;
    left: -105px
}

.b-holiday__23feb .b-tophead__logo:hover:after {
    content: "День защитника Отечества!";
    display: block
}

.b-holiday__23feb .b-tophead_wrapper {
    background-image: url(../images/holiday-23feb-header-bg.png);
    background-repeat: repeat-x;
    background-position: 50% 0;
    background-size: 502px 40px !important
}

.b-holiday__23feb .user-things-notifications {
    display: none
}

.b-holiday__23feb .b-tophead-dropdown,
.b-holiday__23feb .b-tophead-right a {
    color: #aaa
}

.b-holiday__23feb .b-tophead-dropdown a {
    color: #444
}

.b-holiday__womensday {
    background: #d9d9d9 url(../images/holiday-womensday-bg.jpg) no-repeat 50% 261px !important
}

.b-holiday__womensday .b-tophead__logo {
    background: url(../images/holiday-womensday-logo.gif) no-repeat 0 0;
    background-size: 100% 200%;
    padding: 0;
    top: -1px;
    margin-left: -184px;
    height: 40px;
    width: 368px
}

.b-holiday__womensday .b-tophead__logo .i-sprt {
    display: none
}

.b-holiday__womensday .b-tophead__logo:hover {
    background-position: 0 -40px
}

.b-holiday__womensday .b-tophead__logo:after {
    top: 4px;
    left: -208px
}

.b-holiday__womensday .b-tophead__logo:hover:after {
    content: "Международный женский день!";
    display: block
}

.b-holiday__womensday #top-head {
    background: #ffdef0
}

.b-holiday__womensday .b-tophead-dropdown,
.b-holiday__womensday .b-tophead-right a,
.b-holiday__womensday .b-tophead__rss-link,
.b-holiday__womensday .b-tophead__subscribe-dropdown-inner {
    color: #2b3336
}

.b-holiday__womensday .user-things a .count {
    color: #000
}

.b-holiday__womensday .user-things a:hover .count {
    color: #292929
}

.b-holiday__womensday .b-tophead-dropdown a {
    color: #444
}

.b-holiday__foolsday .b-tophead__logo {
    background: url(../images/holiday-foolsday-logo.gif) no-repeat 0 0;
    background-size: 100% 200%;
    padding: 0;
    top: 0;
    margin-left: -175px;
    height: 40px;
    width: 350px
}

.b-holiday__foolsday .b-tophead__logo .i-sprt {
    display: none
}

.b-holiday__foolsday .b-tophead__logo:hover {
    background-position: 0 -40px
}

.b-holiday__foolsday .b-tophead__logo:after {
    top: 4px;
    left: -46px
}

.b-holiday__foolsday .b-tophead__logo:hover:after {
    content: "День смеха!";
    display: block
}

.b-holiday__easter .b-tophead__logo {
    background: url(../images/holiday-easter-logo.gif) no-repeat 0 0;
    background-size: 100% 200%;
    padding: 0;
    top: 0;
    margin-left: -200px;
    height: 40px;
    width: 400px
}

.b-holiday__easter .b-tophead__logo .i-sprt {
    display: none
}

.b-holiday__easter .b-tophead__logo:hover {
    background-position: 0 -40px
}

.b-holiday__easter .b-tophead__logo:after {
    top: 4px;
    left: -120px
}

.b-holiday__easter .b-tophead__logo:hover:after {
    content: "Христос воскрес!";
    display: block
}

.b-holiday__easter #top-head {
    background: #b6ddbd
}

.b-holiday__easter .b-tophead-dropdown,
.b-holiday__easter .b-tophead-right a,
.b-holiday__easter .b-tophead__rss-link,
.b-holiday__easter .b-tophead__subscribe-dropdown-inner {
    color: rgba(255, 255, 255, 0.6)
}

.b-holiday__easter .user-things a .count {
    color: #000
}

.b-holiday__easter .user-things a:hover .count {
    color: #292929
}

.b-holiday__easter .b-tophead-dropdown a {
    color: #444
}

.b-holiday__earthday .b-tophead__holiday_icon {
    background: url(../images/holiday-earthday-icon.png) no-repeat 0 0;
    display: block;
    height: 33px;
    position: absolute;
    top: 3px;
    left: 368px;
    width: 33px
}

.b-holiday__earthday .b-tophead__holiday_icon:hover:after {
    content: "Сохраним Землю!";
    display: block
}

.b-holiday__earthday .b-topnav_wrapper {
    background-image: url(../images/holiday-earthday-menu-bg.png);
    background-repeat: repeat-x;
    background-position: 50% 100%
}

.b-holiday__earthday.fixed-header .b-topnav_wrapper {
    background-size: auto 75%
}

.b-holiday__astronomy .b-tophead__holiday_icon {
    background: url(../images/holiday-astronomy-icon.png) no-repeat 0 0;
    display: block;
    height: 36px;
    position: absolute;
    top: 2px;
    left: 334px;
    width: 64px
}

.b-holiday__astronomy .b-tophead__holiday_icon:hover:after {
    content: "Неделька астрономии!";
    display: block
}

.b-holiday__astronomy .b-tophead_wrapper {
    background-color: #040920
}

.b-holiday__astronomy .b-topnav_wrapper {
    background-color: #070d2f;
    background-image: url(../images/holiday-astronomy-menu-bg.png);
    background-repeat: repeat-x;
    background-position: 50% 100%
}

.b-holiday__astronomy .b-topnav__item-link {
    color: #fff
}

.b-holiday__astronomy .b-topnav__item-link:visited {
    color: #fff
}

.b-holiday__astronomy .b-topnav__item-link .dropdwn {
    background-image: url(../images/holiday-astronomy-menu-dropdown.png);
    background-repeat: no-repeat;
    background-position: 0 0
}

.b-holiday__astronomy.fixed-header .b-topnav_wrapper {
    background-size: auto 95%
}

.b-holiday__danceday .b-tophead__holiday_icon {
    background: url(../images/holiday-dance-icon.png) no-repeat 0 0;
    cursor: none;
    display: block;
    height: 31px;
    position: absolute;
    top: 9px;
    left: 373px;
    width: 28px
}

.b-holiday__danceday .b-tophead__holiday_icon:hover {
    background-position: 0 -31px
}

.b-holiday__danceday .b-tophead__holiday_icon:hover:after {
    content: "Международный день танца!";
    display: block;
    margin-top: 3px
}

.b-holiday__danceday .b-topnav_wrapper {
    background-image: url(../images/holiday-dance-menu-bg.png);
    background-repeat: repeat-x;
    background-position: 50% 100%
}

.b-holiday__danceday.fixed-header .b-topnav_wrapper {
    background-image: none
}

.b-holiday__workersday .b-tophead__holiday_icon {
    background: url(../images/holiday-workers-icon.png) no-repeat 0 0;
    display: block;
    height: 33px;
    position: absolute;
    top: 5px;
    left: 364px;
    width: 37px
}

.b-holiday__workersday .b-tophead__holiday_icon:after {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: url(../images/holiday-workers-icon-drop.png) no-repeat 50% 50%;
    height: 37px;
    left: -59px;
    margin-top: 3px;
    padding: 0;
    width: 150px
}

.b-holiday__workersday .b-tophead__holiday_icon:hover:after {
    display: block
}

.b-holiday__workersday .b-topnav_wrapper {
    background-image: url(../images/holiday-workers-menu-bg.png);
    background-repeat: repeat-x;
    background-position: 50% 100%
}

.b-holiday__workersday.fixed-header .b-topnav_wrapper {
    background-size: auto 65%
}

.b-holiday__radioday .b-tophead__holiday_icon {
    background: url(../images/holiday-radio-icon.png) no-repeat 0 0;
    display: block;
    height: 24px;
    position: absolute;
    top: 7px;
    left: 362px;
    width: 39px
}

.b-holiday__radioday .b-tophead__holiday_icon:hover:after {
    content: "День радио в России!";
    display: block;
    margin-top: 3px
}

.b-holiday__radioday .b-topnav_wrapper {
    background-image: url(../images/holiday-radio-menu-bg.png);
    background-repeat: repeat-x;
    background-position: 50% 100%
}

.b-holiday__radioday.fixed-header .b-topnav_wrapper {
    background-size: auto 30%
}

.b-holiday__victoryww2 .b-tophead__logo {
    background: url(../images/holiday-victoryww2-logo.gif) no-repeat 0 0;
    background-size: 100% 200%;
    padding: 0;
    top: 0;
    margin-left: -175px;
    height: 40px;
    width: 350px
}

.b-holiday__victoryww2 .b-tophead__logo .i-sprt {
    display: none
}

.b-holiday__victoryww2 .b-tophead__logo:hover {
    background-position: 0 -40px
}

.b-holiday__victoryww2 .b-tophead__logo:after {
    top: 4px;
    left: -100px
}

.b-holiday__victoryww2 .b-tophead__logo:hover:after {
    content: "День Победы!";
    display: block
}

.b-holiday__victoryww2 .b-tophead_wrapper {
    background: #2d2d2d
}

.b-holiday__nurseday .b-tophead__holiday_icon {
    background: url(../images/holiday-nurse-icon.png) no-repeat 0 0;
    display: block;
    height: 39px;
    position: absolute;
    top: 0;
    left: 366px;
    width: 35px
}

.b-holiday__nurseday .b-tophead__holiday_icon:hover:after {
    content: "Международный день медицинской сестры!";
    display: block;
    margin-top: 3px
}

.b-holiday__nurseday .b-topnav_wrapper {
    background-image: url(../images/holiday-nurse-menu-bg.png);
    background-repeat: repeat-x;
    background-position: 50% 100%
}

.b-holiday__nurseday.fixed-header .b-topnav_wrapper {
    background-size: auto 30%
}

.b-holiday__familyday .b-tophead__holiday_icon {
    background: url(../images/holiday-familyday-icon.png) no-repeat 0 0;
    display: block;
    height: 27px;
    position: absolute;
    top: 6px;
    left: 362px;
    width: 39px
}

.b-holiday__familyday .b-tophead__holiday_icon:hover:after {
    content: "Международный день семей!";
    display: block;
    margin-top: 3px
}

.b-holiday__familyday .b-topnav_wrapper {
    background-image: url(../images/holiday-familyday-menu-bg.png);
    background-repeat: repeat-x;
    background-position: 50% 100%;
    background-size: auto 50%
}

.b-holiday__familyday.fixed-header .b-topnav_wrapper {
    background-size: auto 30%
}

.b-holiday__museumday .b-tophead__holiday_icon {
    background: url(../images/holiday-museumday-icon.png) no-repeat 0 0;
    display: block;
    height: 31px;
    position: absolute;
    top: 6px;
    left: 368px;
    width: 33px
}

.b-holiday__museumday .b-tophead__holiday_icon:hover:after {
    content: "Международный день музеев!";
    display: block;
    margin-top: 3px
}

.b-holiday__museumday .b-topnav_wrapper {
    background-image: url(../images/holiday-museumday-menu-bg.png);
    background-repeat: repeat-x;
    background-position: 50% 100%;
    background-size: auto 50%
}

.b-holiday__museumday.fixed-header .b-topnav_wrapper {
    background-size: auto 45%
}

.b-holiday__children .b-tophead__holiday_icon {
    background: url(../images/holiday-children-icon.png) no-repeat 0 0;
    display: block;
    height: 32px;
    position: absolute;
    top: 4px;
    left: 365px;
    width: 29px
}

.b-holiday__children .b-tophead__holiday_icon:hover:after {
    content: "Международный день защиты детей!";
    display: block;
    margin-top: 3px
}

.b-holiday__environment .b-tophead__holiday_icon {
    background: url(../images/holiday-environment-icon.png) no-repeat 0 0;
    display: block;
    height: 32px;
    position: absolute;
    top: 3px;
    left: 378px;
    width: 23px
}

.b-holiday__environment .b-tophead__holiday_icon:hover:after {
    content: "Всемирный день окружающей среды!";
    display: block
}

.b-holiday__environment .b-topnav_wrapper {
    background-image: url(../images/holiday-environment-menu-bg.png);
    background-repeat: repeat-x;
    background-position: 50% 100%
}

.b-holiday__environment.fixed-header .b-topnav_wrapper {
    background-size: auto 75%
}

.b-holiday__environment .b-search__form {
    background-color: transparent
}

.b-holiday__environment .b-search__form .b-search__field {
    background-color: rgba(255, 255, 255, 0)
}

.b-holiday__environment .b-search__form.focused {
    background-color: #fff
}

.b-holiday__kissday .b-tophead__holiday_icon {
    background: url(../images/holiday-kissday-icon.png) no-repeat 0 0;
    display: block;
    height: 38px;
    position: absolute;
    top: 1px;
    left: 345px;
    width: 56px
}

.b-holiday__kissday .b-tophead__holiday_icon:hover:after {
    content: "Всемирный день поцелуя!";
    display: block
}

.b-holiday__kissday .b-topnav_wrapper {
    background-image: url(../images/holiday-kissday-menu-bg.png);
    background-repeat: repeat-x;
    background-position: 50% 100%
}

.b-holiday__kissday.fixed-header .b-topnav_wrapper {
    background-size: auto 100%
}

.b-holiday__kissday .b-topnav__item-link {
    font-weight: bold
}

.b-holiday__kupalanight .b-tophead__holiday_icon {
    background: url(../images/holiday-kupalanight-icon.png) no-repeat 0 0;
    display: block;
    height: 35px;
    position: absolute;
    top: 4px;
    left: 360px;
    width: 39px
}

.b-holiday__kupalanight .b-tophead__holiday_icon:hover:after {
    content: "Иван Купала!";
    display: block
}

.b-holiday__kupalanight #wrapper {
    background-image: url(../images/holiday-kupalanight-bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 500px
}

.b-holiday__kupalanight #wrapper .b-container {
    background-color: #fff;
    /* padding-right: 30px; */
    /* padding-left: 30px */
}

.b-holiday__kupalanight.b-holiday-bg-inner #wrapper {
    background-position: 50% 140px !important
}

body.b-theme__template__night.b-holiday__kupalanight .b-tophead__holiday_icon {
    background: url(../images/holiday-kupalanight-icon.png) no-repeat 0 0;
    display: block;
    height: 35px;
    position: absolute;
    top: 4px;
    left: 360px;
    width: 39px
}

body.b-theme__template__night.b-holiday__kupalanight .b-tophead__holiday_icon:hover:after {
    content: "Иван Купала!";
    display: block
}

body.b-theme__template__night.b-holiday__kupalanight #wrapper {
    background-image: none !important;
    background-repeat: no-repeat;
    background-position: 50% 500px
}

body.b-theme__template__night.b-holiday__kupalanight #wrapper .b-container {
    background-color: transparent !important;
    /* padding-right: 30px; */
    /* padding-left: 30px */
}

body.b-theme__template__night.b-holiday__kupalanight.b-holiday-bg-inner #wrapper {
    background-position: 50% 140px !important
}

.b-holiday__mountaineeringday .b-tophead__holiday_icon {
    background: url(../images/holiday-mountaineeringday-icon.png) no-repeat 0 0;
    display: block;
    height: 36px;
    position: absolute;
    top: 3px;
    left: 355px;
    width: 53px
}

.b-holiday__mountaineeringday .b-tophead__holiday_icon:hover:after {
    content: "Международный день альпинизма!";
    display: block
}

.b-holiday__mountaineeringday .b-topnav_wrapper {
    background-image: url(../images/holiday-mountaineeringday-menu-bg.png);
    background-repeat: repeat-x;
    background-position: 50% 100%
}

.b-holiday__mountaineeringday.fixed-header .b-topnav_wrapper {
    background-size: auto 95%
}

.b-holiday__knowledgeday .b-tophead__holiday_icon {
    background: url(../images/holiday-knowledgeday-icon.png) no-repeat 0 0;
    display: block;
    height: 28px;
    position: absolute;
    top: 6px;
    left: 355px;
    width: 42px
}

.b-holiday__knowledgeday .b-tophead__holiday_icon:hover:after {
    content: "С началом учебного года!";
    display: block
}

.b-holiday__halloweenday .b-tophead__logo {
    background: url(../images/holiday-halloween-logo.gif) no-repeat 0 0;
    background-size: 100% 200%;
    padding: 0;
    top: 0;
    margin-left: -175px;
    height: 40px;
    width: 350px
}

.b-holiday__halloweenday .b-tophead__logo .i-sprt {
    display: none
}

.b-holiday__halloweenday .b-tophead__logo:hover {
    background-position: 0 -40px
}

.b-holiday__halloweenday .b-tophead__logo:after {
    top: 4px;
    left: -80px
}

.b-holiday__halloweenday .b-tophead__logo:hover:after {
    content: "Хэллоуин!";
    display: block
}

.b-holiday__halloweenday #top-head {
    background: #351644
}

.admin-schedule-add {
    padding-bottom: 10px;
    text-align: center
}

.admin-schedule-add span {
    border-bottom: 1px dashed #777;
    color: #444;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase
}

.admin-schedule-add span:hover {
    border-bottom: 0
}

.admin-schedule-add a {
    font-weight: bold
}

.admin-schedule-row {
    display: none
}

.admin-schedule-row td {
    background: #fff !important;
    padding: 0
}

.admin-schedule-row-hidden {
    background: #bbb;
    color: #444
}

.admin-schedule-row-holder {
    padding: 10px;
    position: relative
}

.admin-schedule-row-holder .loader {
    background: #fff url(../images/ajax-loader-big.gif) no-repeat 50% 50%;
    background-color: rgba(255, 255, 255, 0.9);
    display: none;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 55
}

.admin-schedule-row-holder .b-field {
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
    width: 193px
}

.admin-schedule-row-holder .b-field:first-child {
    margin-left: 0
}

.admin-schedule-row-lables {
    padding-top: 10px
}

.admin-schedule-row-lables .hd-label-row {
    margin-right: 15px
}

.admin-schedule-row-buttons {
    padding-top: 10px
}

.admin-tasks-show-content {
    margin-left: -16px
}

.admin-tasks-show-item {
    display: -moz-inline-stack;
    display: inline-block;
    margin: 0 0 16px 16px;
    overflow: hidden;
    vertical-align: top;
    width: 472px;
    zoom: 1;
    *display: inline
}

.admin-tasks-show-item-inner {
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
    padding: 7px;
    position: relative
}

.admin-tasks-show-item-data {
    color: #444;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    padding-left: 117px
}

.admin-tasks-show-item-data .cover {
    float: left;
    margin-left: -117px;
    width: 110px
}

.admin-tasks-show-item-data .data {
    float: left;
    width: 100%
}

.admin-tasks-show-item-data .title {
    font-size: 14px
}

.admin-tasks-show-item-data .list {
    color: #333;
    padding-top: 5px
}

.admin-tasks-show-item-data ol {
    list-style-type: decimal;
    padding-left: 20px
}

.admin-tasks-show-item-data li {
    color: #333;
    padding-bottom: 5px
}

.admin-tasks-show-item-data li.status-1 {
    text-decoration: line-through
}

.admin-tasks-show-item-data li.status-2 {
    color: #0e6802
}

.admin-tasks-show-item-data .date {
    color: #444;
    font-size: 11px;
    font-style: normal
}

.admin-tasks-show-item-data .comment {
    color: #444;
    font-weight: normal
}

#imagelightbox {
    cursor: pointer;
    position: fixed;
    z-index: 10000;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75)
}

#imagelightbox-loading,
#imagelightbox-loading div {
    border-radius: 50%
}

#imagelightbox-loading {
    width: 4em;
    height: 4em;
    background-color: #444;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 10003;
    top: 50%;
    left: 50%;
    margin: -2em 0 0 -2em;
    -webkit-box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75)
}

#imagelightbox-loading div {
    width: 1.5em;
    height: 1.5em;
    margin-top: 1.25em;
    margin-left: 1.25em;
    background-color: #fff;
    -webkit-animation: imagelightbox-loading .5s ease infinite;
    animation: imagelightbox-loading .5s ease infinite
}

@-webkit-keyframes imagelightbox-loading {
    from {
        opacity: .5;
        -webkit-transform: scale(0.75)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1)
    }

    to {
        opacity: .5;
        -webkit-transform: scale(0.75)
    }
}

@keyframes imagelightbox-loading {
    from {
        opacity: .5;
        transform: scale(0.75)
    }

    50% {
        opacity: 1;
        transform: scale(1)
    }

    to {
        opacity: .5;
        transform: scale(0.75)
    }
}

#imagelightbox-overlay {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    z-index: 9998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

#imagelightbox-close {
    border: 0;
    width: 3.5em;
    height: 3.5em;
    text-align: left;
    background: #666;
    border-radius: 50%;
    position: fixed;
    z-index: 10002;
    top: 2.5em;
    right: 2.5em;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    outline: 0
}

#imagelightbox-close:hover,
#imagelightbox-close:focus {
    background-color: #111
}

#imagelightbox-close:before,
#imagelightbox-close:after {
    width: 2px;
    background-color: #fff;
    content: '';
    position: absolute;
    top: 20%;
    bottom: 20%;
    left: 50%;
    margin-left: -1px
}

#imagelightbox-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

#imagelightbox-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#imagelightbox-caption {
    background-color: #444;
    color: #fff;
    font-size: 14px;
    padding: 15px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 10001
}

#imagelightbox-nav {
    background-color: #444;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    position: fixed;
    z-index: 10001;
    left: 50%;
    bottom: 3.75em;
    padding: 0.313em;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

#imagelightbox-nav button {
    width: 1em;
    height: 1em;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 0 0.313em
}

#imagelightbox-nav button.active {
    background-color: #fff
}

.imagelightbox-arrow {
    width: 3.75em;
    height: 7.5em;
    background: #444;
    background-color: rgba(0, 0, 0, 0.5);
    border: 0;
    vertical-align: middle;
    display: none;
    position: fixed;
    z-index: 10001;
    top: 50%;
    margin-top: -3.75em
}

.imagelightbox-arrow:hover,
.imagelightbox-arrow:focus {
    background-color: #444;
    background-color: rgba(0, 0, 0, 0.75)
}

.imagelightbox-arrow:active {
    background-color: #111
}

.imagelightbox-arrow-left {
    left: 2.5em
}

.imagelightbox-arrow-right {
    right: 2.5em
}

.imagelightbox-arrow:before {
    width: 0;
    height: 0;
    border: 1em solid transparent;
    content: '';
    display: inline-block;
    margin-bottom: -0.125em
}

.imagelightbox-arrow-left:before {
    border-left: none;
    border-right-color: #fff;
    margin-left: -0.313em
}

.imagelightbox-arrow-right:before {
    border-right: none;
    border-left-color: #fff;
    margin-right: -0.313em
}

#imagelightbox-loading,
#imagelightbox-overlay,
#imagelightbox-close,
#imagelightbox-caption,
#imagelightbox-nav,
.imagelightbox-arrow {
    -webkit-animation: fade-in .25s linear;
    animation: fade-in .25s linear
}

@-webkit-keyframes fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.tooltipster-default {
    -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    background: #ededed;
    color: #444666
}

.tooltipster-default .tooltipster-content {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 10px;
    overflow: hidden
}

.tooltipster-icon {
    cursor: help;
    margin-left: 4px
}

.tooltipster-base {
    padding: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999;
    pointer-events: none;
    width: auto;
    overflow: visible
}

.tooltipster-base .tooltipster-content {
    overflow: hidden
}

.tooltipster-arrow {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.tooltipster-arrow span,
.tooltipster-arrow-border {
    display: block;
    width: 0;
    height: 0;
    position: absolute
}

.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-top: 8px solid;
    bottom: -7px
}

.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-top: 8px solid;
    bottom: -7px
}

.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-bottom-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-bottom: 8px solid;
    top: -7px
}

.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-bottom: 8px solid;
    top: -7px
}

.tooltipster-arrow-top span,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom .tooltipster-arrow-border {
    left: 0;
    right: 0;
    margin: 0 auto
}

.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span {
    left: 6px
}

.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    left: 5px
}

.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span {
    right: 6px
}

.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
    right: 5px
}

.tooltipster-arrow-left span,
.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-left: 8px solid;
    top: 50%;
    margin-top: -7px;
    right: -7px
}

.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-left: 9px solid;
    margin-top: -8px
}

.tooltipster-arrow-right span,
.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-right: 8px solid;
    top: 50%;
    margin-top: -7px;
    left: -7px
}

.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-right: 9px solid;
    margin-top: -8px
}

.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity
}

.tooltipster-fade-show {
    opacity: 1
}

.tooltipster-grow {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden
}

.tooltipster-grow-show {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15)
}

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform
}

.tooltipster-swing-show {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
    -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4)
}

.tooltipster-fall {
    top: 0;
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15)
}

.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    top: 0px !important;
    opacity: 0
}

.tooltipster-slide {
    left: -40px;
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15)
}

.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    left: 0px !important;
    opacity: 0
}

.tooltipster-content-changing {
    opacity: 0.5;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.dad-noSelect,
.dad-noSelect * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: -webkit-grabbing !important;
    cursor: -moz-grabbing !important
}

.dad-container {
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.dad-container::after {
    content: '';
    clear: both !important;
    display: block
}

.dad-active .dad-draggable-area {
    cursor: -webkit-grab;
    cursor: -moz-grab
}

.dad-draggable-area>*,
.dad-draggable-area img {
    pointer-events: none
}

.dads-children.active {
    pointer-events: none
}

.dads-children-clone {
    opacity: 1;
    z-index: 9999;
    pointer-events: none
}

.dads-children-placeholder {
    pointer-events: none;
    overflow: hidden;
    position: absolute !important;
    box-sizing: border-box;
    border: 4px dashed #639BF6;
    margin: 5px;
    text-align: center;
    color: #639BF6;
    font-weight: bold
}

.rect-auto,
.c100.p51 .slice,
.c100.p52 .slice,
.c100.p53 .slice,
.c100.p54 .slice,
.c100.p55 .slice,
.c100.p56 .slice,
.c100.p57 .slice,
.c100.p58 .slice,
.c100.p59 .slice,
.c100.p60 .slice,
.c100.p61 .slice,
.c100.p62 .slice,
.c100.p63 .slice,
.c100.p64 .slice,
.c100.p65 .slice,
.c100.p66 .slice,
.c100.p67 .slice,
.c100.p68 .slice,
.c100.p69 .slice,
.c100.p70 .slice,
.c100.p71 .slice,
.c100.p72 .slice,
.c100.p73 .slice,
.c100.p74 .slice,
.c100.p75 .slice,
.c100.p76 .slice,
.c100.p77 .slice,
.c100.p78 .slice,
.c100.p79 .slice,
.c100.p80 .slice,
.c100.p81 .slice,
.c100.p82 .slice,
.c100.p83 .slice,
.c100.p84 .slice,
.c100.p85 .slice,
.c100.p86 .slice,
.c100.p87 .slice,
.c100.p88 .slice,
.c100.p89 .slice,
.c100.p90 .slice,
.c100.p91 .slice,
.c100.p92 .slice,
.c100.p93 .slice,
.c100.p94 .slice,
.c100.p95 .slice,
.c100.p96 .slice,
.c100.p97 .slice,
.c100.p98 .slice,
.c100.p99 .slice,
.c100.p100 .slice {
    clip: rect(auto, auto, auto, auto)
}

.pie,
.c100 .bar,
.c100.p51 .fill,
.c100.p52 .fill,
.c100.p53 .fill,
.c100.p54 .fill,
.c100.p55 .fill,
.c100.p56 .fill,
.c100.p57 .fill,
.c100.p58 .fill,
.c100.p59 .fill,
.c100.p60 .fill,
.c100.p61 .fill,
.c100.p62 .fill,
.c100.p63 .fill,
.c100.p64 .fill,
.c100.p65 .fill,
.c100.p66 .fill,
.c100.p67 .fill,
.c100.p68 .fill,
.c100.p69 .fill,
.c100.p70 .fill,
.c100.p71 .fill,
.c100.p72 .fill,
.c100.p73 .fill,
.c100.p74 .fill,
.c100.p75 .fill,
.c100.p76 .fill,
.c100.p77 .fill,
.c100.p78 .fill,
.c100.p79 .fill,
.c100.p80 .fill,
.c100.p81 .fill,
.c100.p82 .fill,
.c100.p83 .fill,
.c100.p84 .fill,
.c100.p85 .fill,
.c100.p86 .fill,
.c100.p87 .fill,
.c100.p88 .fill,
.c100.p89 .fill,
.c100.p90 .fill,
.c100.p91 .fill,
.c100.p92 .fill,
.c100.p93 .fill,
.c100.p94 .fill,
.c100.p95 .fill,
.c100.p96 .fill,
.c100.p97 .fill,
.c100.p98 .fill,
.c100.p99 .fill,
.c100.p100 .fill {
    position: absolute;
    border: .08em solid #1daeec;
    width: .84em;
    height: .84em;
    clip: rect(0em, 0.5em, 1em, 0em);
    border-radius: 50%;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.pie-fill,
.c100.p51 .bar:after,
.c100.p51 .fill,
.c100.p52 .bar:after,
.c100.p52 .fill,
.c100.p53 .bar:after,
.c100.p53 .fill,
.c100.p54 .bar:after,
.c100.p54 .fill,
.c100.p55 .bar:after,
.c100.p55 .fill,
.c100.p56 .bar:after,
.c100.p56 .fill,
.c100.p57 .bar:after,
.c100.p57 .fill,
.c100.p58 .bar:after,
.c100.p58 .fill,
.c100.p59 .bar:after,
.c100.p59 .fill,
.c100.p60 .bar:after,
.c100.p60 .fill,
.c100.p61 .bar:after,
.c100.p61 .fill,
.c100.p62 .bar:after,
.c100.p62 .fill,
.c100.p63 .bar:after,
.c100.p63 .fill,
.c100.p64 .bar:after,
.c100.p64 .fill,
.c100.p65 .bar:after,
.c100.p65 .fill,
.c100.p66 .bar:after,
.c100.p66 .fill,
.c100.p67 .bar:after,
.c100.p67 .fill,
.c100.p68 .bar:after,
.c100.p68 .fill,
.c100.p69 .bar:after,
.c100.p69 .fill,
.c100.p70 .bar:after,
.c100.p70 .fill,
.c100.p71 .bar:after,
.c100.p71 .fill,
.c100.p72 .bar:after,
.c100.p72 .fill,
.c100.p73 .bar:after,
.c100.p73 .fill,
.c100.p74 .bar:after,
.c100.p74 .fill,
.c100.p75 .bar:after,
.c100.p75 .fill,
.c100.p76 .bar:after,
.c100.p76 .fill,
.c100.p77 .bar:after,
.c100.p77 .fill,
.c100.p78 .bar:after,
.c100.p78 .fill,
.c100.p79 .bar:after,
.c100.p79 .fill,
.c100.p80 .bar:after,
.c100.p80 .fill,
.c100.p81 .bar:after,
.c100.p81 .fill,
.c100.p82 .bar:after,
.c100.p82 .fill,
.c100.p83 .bar:after,
.c100.p83 .fill,
.c100.p84 .bar:after,
.c100.p84 .fill,
.c100.p85 .bar:after,
.c100.p85 .fill,
.c100.p86 .bar:after,
.c100.p86 .fill,
.c100.p87 .bar:after,
.c100.p87 .fill,
.c100.p88 .bar:after,
.c100.p88 .fill,
.c100.p89 .bar:after,
.c100.p89 .fill,
.c100.p90 .bar:after,
.c100.p90 .fill,
.c100.p91 .bar:after,
.c100.p91 .fill,
.c100.p92 .bar:after,
.c100.p92 .fill,
.c100.p93 .bar:after,
.c100.p93 .fill,
.c100.p94 .bar:after,
.c100.p94 .fill,
.c100.p95 .bar:after,
.c100.p95 .fill,
.c100.p96 .bar:after,
.c100.p96 .fill,
.c100.p97 .bar:after,
.c100.p97 .fill,
.c100.p98 .bar:after,
.c100.p98 .fill,
.c100.p99 .bar:after,
.c100.p99 .fill,
.c100.p100 .bar:after,
.c100.p100 .fill {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.c100 {
    position: relative;
    font-size: 100px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    float: left;
    margin: 0 0.1em 0.1em 0;
    background-color: #fff
}

.c100 *,
.c100 *:before,
.c100 *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.c100.center {
    float: none;
    margin: 0 auto
}

.c100.big {
    font-size: 240px
}

.c100.small {
    font-size: 80px
}

.c100>span {
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    width: 5em;
    line-height: 5em;
    font-size: 0.2em;
    color: #fff;
    display: block;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

.c100:after {
    position: absolute;
    top: .08em;
    left: .08em;
    display: block;
    content: " ";
    border-radius: 50%;
    background-color: #000;
    width: .84em;
    height: .84em;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in
}

.c100 .slice {
    position: absolute;
    width: 1em;
    height: 1em;
    clip: rect(0em, 1em, 1em, 0.5em)
}

.c100 .bar {
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear
}

.c100.p1 .bar {
    -webkit-transform: rotate(3.6deg);
    -ms-transform: rotate(3.6deg);
    transform: rotate(3.6deg)
}

.c100.p2 .bar {
    -webkit-transform: rotate(7.2deg);
    -ms-transform: rotate(7.2deg);
    transform: rotate(7.2deg)
}

.c100.p3 .bar {
    -webkit-transform: rotate(10.8deg);
    -ms-transform: rotate(10.8deg);
    transform: rotate(10.8deg)
}

.c100.p4 .bar {
    -webkit-transform: rotate(14.4deg);
    -ms-transform: rotate(14.4deg);
    transform: rotate(14.4deg)
}

.c100.p5 .bar {
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    transform: rotate(18deg)
}

.c100.p6 .bar {
    -webkit-transform: rotate(21.6deg);
    -ms-transform: rotate(21.6deg);
    transform: rotate(21.6deg)
}

.c100.p7 .bar {
    -webkit-transform: rotate(25.2deg);
    -ms-transform: rotate(25.2deg);
    transform: rotate(25.2deg)
}

.c100.p8 .bar {
    -webkit-transform: rotate(28.8deg);
    -ms-transform: rotate(28.8deg);
    transform: rotate(28.8deg)
}

.c100.p9 .bar {
    -webkit-transform: rotate(32.4deg);
    -ms-transform: rotate(32.4deg);
    transform: rotate(32.4deg)
}

.c100.p10 .bar {
    -webkit-transform: rotate(36deg);
    -ms-transform: rotate(36deg);
    transform: rotate(36deg)
}

.c100.p11 .bar {
    -webkit-transform: rotate(39.6deg);
    -ms-transform: rotate(39.6deg);
    transform: rotate(39.6deg)
}

.c100.p12 .bar {
    -webkit-transform: rotate(43.2deg);
    -ms-transform: rotate(43.2deg);
    transform: rotate(43.2deg)
}

.c100.p13 .bar {
    -webkit-transform: rotate(46.8deg);
    -ms-transform: rotate(46.8deg);
    transform: rotate(46.8deg)
}

.c100.p14 .bar {
    -webkit-transform: rotate(50.4deg);
    -ms-transform: rotate(50.4deg);
    transform: rotate(50.4deg)
}

.c100.p15 .bar {
    -webkit-transform: rotate(54deg);
    -ms-transform: rotate(54deg);
    transform: rotate(54deg)
}

.c100.p16 .bar {
    -webkit-transform: rotate(57.6deg);
    -ms-transform: rotate(57.6deg);
    transform: rotate(57.6deg)
}

.c100.p17 .bar {
    -webkit-transform: rotate(61.2deg);
    -ms-transform: rotate(61.2deg);
    transform: rotate(61.2deg)
}

.c100.p18 .bar {
    -webkit-transform: rotate(64.8deg);
    -ms-transform: rotate(64.8deg);
    transform: rotate(64.8deg)
}

.c100.p19 .bar {
    -webkit-transform: rotate(68.4deg);
    -ms-transform: rotate(68.4deg);
    transform: rotate(68.4deg)
}

.c100.p20 .bar {
    -webkit-transform: rotate(72deg);
    -ms-transform: rotate(72deg);
    transform: rotate(72deg)
}

.c100.p21 .bar {
    -webkit-transform: rotate(75.6deg);
    -ms-transform: rotate(75.6deg);
    transform: rotate(75.6deg)
}

.c100.p22 .bar {
    -webkit-transform: rotate(79.2deg);
    -ms-transform: rotate(79.2deg);
    transform: rotate(79.2deg)
}

.c100.p23 .bar {
    -webkit-transform: rotate(82.8deg);
    -ms-transform: rotate(82.8deg);
    transform: rotate(82.8deg)
}

.c100.p24 .bar {
    -webkit-transform: rotate(86.4deg);
    -ms-transform: rotate(86.4deg);
    transform: rotate(86.4deg)
}

.c100.p25 .bar {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.c100.p26 .bar {
    -webkit-transform: rotate(93.6deg);
    -ms-transform: rotate(93.6deg);
    transform: rotate(93.6deg)
}

.c100.p27 .bar {
    -webkit-transform: rotate(97.2deg);
    -ms-transform: rotate(97.2deg);
    transform: rotate(97.2deg)
}

.c100.p28 .bar {
    -webkit-transform: rotate(100.8deg);
    -ms-transform: rotate(100.8deg);
    transform: rotate(100.8deg)
}

.c100.p29 .bar {
    -webkit-transform: rotate(104.4deg);
    -ms-transform: rotate(104.4deg);
    transform: rotate(104.4deg)
}

.c100.p30 .bar {
    -webkit-transform: rotate(108deg);
    -ms-transform: rotate(108deg);
    transform: rotate(108deg)
}

.c100.p31 .bar {
    -webkit-transform: rotate(111.6deg);
    -ms-transform: rotate(111.6deg);
    transform: rotate(111.6deg)
}

.c100.p32 .bar {
    -webkit-transform: rotate(115.2deg);
    -ms-transform: rotate(115.2deg);
    transform: rotate(115.2deg)
}

.c100.p33 .bar {
    -webkit-transform: rotate(118.8deg);
    -ms-transform: rotate(118.8deg);
    transform: rotate(118.8deg)
}

.c100.p34 .bar {
    -webkit-transform: rotate(122.4deg);
    -ms-transform: rotate(122.4deg);
    transform: rotate(122.4deg)
}

.c100.p35 .bar {
    -webkit-transform: rotate(126deg);
    -ms-transform: rotate(126deg);
    transform: rotate(126deg)
}

.c100.p36 .bar {
    -webkit-transform: rotate(129.6deg);
    -ms-transform: rotate(129.6deg);
    transform: rotate(129.6deg)
}

.c100.p37 .bar {
    -webkit-transform: rotate(133.2deg);
    -ms-transform: rotate(133.2deg);
    transform: rotate(133.2deg)
}

.c100.p38 .bar {
    -webkit-transform: rotate(136.8deg);
    -ms-transform: rotate(136.8deg);
    transform: rotate(136.8deg)
}

.c100.p39 .bar {
    -webkit-transform: rotate(140.4deg);
    -ms-transform: rotate(140.4deg);
    transform: rotate(140.4deg)
}

.c100.p40 .bar {
    -webkit-transform: rotate(144deg);
    -ms-transform: rotate(144deg);
    transform: rotate(144deg)
}

.c100.p41 .bar {
    -webkit-transform: rotate(147.6deg);
    -ms-transform: rotate(147.6deg);
    transform: rotate(147.6deg)
}

.c100.p42 .bar {
    -webkit-transform: rotate(151.2deg);
    -ms-transform: rotate(151.2deg);
    transform: rotate(151.2deg)
}

.c100.p43 .bar {
    -webkit-transform: rotate(154.8deg);
    -ms-transform: rotate(154.8deg);
    transform: rotate(154.8deg)
}

.c100.p44 .bar {
    -webkit-transform: rotate(158.4deg);
    -ms-transform: rotate(158.4deg);
    transform: rotate(158.4deg)
}

.c100.p45 .bar {
    -webkit-transform: rotate(162deg);
    -ms-transform: rotate(162deg);
    transform: rotate(162deg)
}

.c100.p46 .bar {
    -webkit-transform: rotate(165.6deg);
    -ms-transform: rotate(165.6deg);
    transform: rotate(165.6deg)
}

.c100.p47 .bar {
    -webkit-transform: rotate(169.2deg);
    -ms-transform: rotate(169.2deg);
    transform: rotate(169.2deg)
}

.c100.p48 .bar {
    -webkit-transform: rotate(172.8deg);
    -ms-transform: rotate(172.8deg);
    transform: rotate(172.8deg)
}

.c100.p49 .bar {
    -webkit-transform: rotate(176.4deg);
    -ms-transform: rotate(176.4deg);
    transform: rotate(176.4deg)
}

.c100.p50 .bar {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.c100.p51 .bar {
    -webkit-transform: rotate(183.6deg);
    -ms-transform: rotate(183.6deg);
    transform: rotate(183.6deg)
}

.c100.p52 .bar {
    -webkit-transform: rotate(187.2deg);
    -ms-transform: rotate(187.2deg);
    transform: rotate(187.2deg)
}

.c100.p53 .bar {
    -webkit-transform: rotate(190.8deg);
    -ms-transform: rotate(190.8deg);
    transform: rotate(190.8deg)
}

.c100.p54 .bar {
    -webkit-transform: rotate(194.4deg);
    -ms-transform: rotate(194.4deg);
    transform: rotate(194.4deg)
}

.c100.p55 .bar {
    -webkit-transform: rotate(198deg);
    -ms-transform: rotate(198deg);
    transform: rotate(198deg)
}

.c100.p56 .bar {
    -webkit-transform: rotate(201.6deg);
    -ms-transform: rotate(201.6deg);
    transform: rotate(201.6deg)
}

.c100.p57 .bar {
    -webkit-transform: rotate(205.2deg);
    -ms-transform: rotate(205.2deg);
    transform: rotate(205.2deg)
}

.c100.p58 .bar {
    -webkit-transform: rotate(208.8deg);
    -ms-transform: rotate(208.8deg);
    transform: rotate(208.8deg)
}

.c100.p59 .bar {
    -webkit-transform: rotate(212.4deg);
    -ms-transform: rotate(212.4deg);
    transform: rotate(212.4deg)
}

.c100.p60 .bar {
    -webkit-transform: rotate(216deg);
    -ms-transform: rotate(216deg);
    transform: rotate(216deg)
}

.c100.p61 .bar {
    -webkit-transform: rotate(219.6deg);
    -ms-transform: rotate(219.6deg);
    transform: rotate(219.6deg)
}

.c100.p62 .bar {
    -webkit-transform: rotate(223.2deg);
    -ms-transform: rotate(223.2deg);
    transform: rotate(223.2deg)
}

.c100.p63 .bar {
    -webkit-transform: rotate(226.8deg);
    -ms-transform: rotate(226.8deg);
    transform: rotate(226.8deg)
}

.c100.p64 .bar {
    -webkit-transform: rotate(230.4deg);
    -ms-transform: rotate(230.4deg);
    transform: rotate(230.4deg)
}

.c100.p65 .bar {
    -webkit-transform: rotate(234deg);
    -ms-transform: rotate(234deg);
    transform: rotate(234deg)
}

.c100.p66 .bar {
    -webkit-transform: rotate(237.6deg);
    -ms-transform: rotate(237.6deg);
    transform: rotate(237.6deg)
}

.c100.p67 .bar {
    -webkit-transform: rotate(241.2deg);
    -ms-transform: rotate(241.2deg);
    transform: rotate(241.2deg)
}

.c100.p68 .bar {
    -webkit-transform: rotate(244.8deg);
    -ms-transform: rotate(244.8deg);
    transform: rotate(244.8deg)
}

.c100.p69 .bar {
    -webkit-transform: rotate(248.4deg);
    -ms-transform: rotate(248.4deg);
    transform: rotate(248.4deg)
}

.c100.p70 .bar {
    -webkit-transform: rotate(252deg);
    -ms-transform: rotate(252deg);
    transform: rotate(252deg)
}

.c100.p71 .bar {
    -webkit-transform: rotate(255.6deg);
    -ms-transform: rotate(255.6deg);
    transform: rotate(255.6deg)
}

.c100.p72 .bar {
    -webkit-transform: rotate(259.2deg);
    -ms-transform: rotate(259.2deg);
    transform: rotate(259.2deg)
}

.c100.p73 .bar {
    -webkit-transform: rotate(262.8deg);
    -ms-transform: rotate(262.8deg);
    transform: rotate(262.8deg)
}

.c100.p74 .bar {
    -webkit-transform: rotate(266.4deg);
    -ms-transform: rotate(266.4deg);
    transform: rotate(266.4deg)
}

.c100.p75 .bar {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.c100.p76 .bar {
    -webkit-transform: rotate(273.6deg);
    -ms-transform: rotate(273.6deg);
    transform: rotate(273.6deg)
}

.c100.p77 .bar {
    -webkit-transform: rotate(277.2deg);
    -ms-transform: rotate(277.2deg);
    transform: rotate(277.2deg)
}

.c100.p78 .bar {
    -webkit-transform: rotate(280.8deg);
    -ms-transform: rotate(280.8deg);
    transform: rotate(280.8deg)
}

.c100.p79 .bar {
    -webkit-transform: rotate(284.4deg);
    -ms-transform: rotate(284.4deg);
    transform: rotate(284.4deg)
}

.c100.p80 .bar {
    -webkit-transform: rotate(288deg);
    -ms-transform: rotate(288deg);
    transform: rotate(288deg)
}

.c100.p81 .bar {
    -webkit-transform: rotate(291.6deg);
    -ms-transform: rotate(291.6deg);
    transform: rotate(291.6deg)
}

.c100.p82 .bar {
    -webkit-transform: rotate(295.2deg);
    -ms-transform: rotate(295.2deg);
    transform: rotate(295.2deg)
}

.c100.p83 .bar {
    -webkit-transform: rotate(298.8deg);
    -ms-transform: rotate(298.8deg);
    transform: rotate(298.8deg)
}

.c100.p84 .bar {
    -webkit-transform: rotate(302.4deg);
    -ms-transform: rotate(302.4deg);
    transform: rotate(302.4deg)
}

.c100.p85 .bar {
    -webkit-transform: rotate(306deg);
    -ms-transform: rotate(306deg);
    transform: rotate(306deg)
}

.c100.p86 .bar {
    -webkit-transform: rotate(309.6deg);
    -ms-transform: rotate(309.6deg);
    transform: rotate(309.6deg)
}

.c100.p87 .bar {
    -webkit-transform: rotate(313.2deg);
    -ms-transform: rotate(313.2deg);
    transform: rotate(313.2deg)
}

.c100.p88 .bar {
    -webkit-transform: rotate(316.8deg);
    -ms-transform: rotate(316.8deg);
    transform: rotate(316.8deg)
}

.c100.p89 .bar {
    -webkit-transform: rotate(320.4deg);
    -ms-transform: rotate(320.4deg);
    transform: rotate(320.4deg)
}

.c100.p90 .bar {
    -webkit-transform: rotate(324deg);
    -ms-transform: rotate(324deg);
    transform: rotate(324deg)
}

.c100.p91 .bar {
    -webkit-transform: rotate(327.6deg);
    -ms-transform: rotate(327.6deg);
    transform: rotate(327.6deg)
}

.c100.p92 .bar {
    -webkit-transform: rotate(331.2deg);
    -ms-transform: rotate(331.2deg);
    transform: rotate(331.2deg)
}

.c100.p93 .bar {
    -webkit-transform: rotate(334.8deg);
    -ms-transform: rotate(334.8deg);
    transform: rotate(334.8deg)
}

.c100.p94 .bar {
    -webkit-transform: rotate(338.4deg);
    -ms-transform: rotate(338.4deg);
    transform: rotate(338.4deg)
}

.c100.p95 .bar {
    -webkit-transform: rotate(342deg);
    -ms-transform: rotate(342deg);
    transform: rotate(342deg)
}

.c100.p96 .bar {
    -webkit-transform: rotate(345.6deg);
    -ms-transform: rotate(345.6deg);
    transform: rotate(345.6deg)
}

.c100.p97 .bar {
    -webkit-transform: rotate(349.2deg);
    -ms-transform: rotate(349.2deg);
    transform: rotate(349.2deg)
}

.c100.p98 .bar {
    -webkit-transform: rotate(352.8deg);
    -ms-transform: rotate(352.8deg);
    transform: rotate(352.8deg)
}

.c100.p99 .bar {
    -webkit-transform: rotate(356.4deg);
    -ms-transform: rotate(356.4deg);
    transform: rotate(356.4deg)
}

.c100.p100 .bar {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
}

.c100:hover {
    cursor: pointer
}

.c100.dark {
    background-color: #444
}

.c100.dark .bar,
.c100.dark .fill {
    border-color: #c6ff00 !important
}

.c100.dark>span {
    color: #444
}

.c100.dark:after {
    background-color: #444
}

.c100.dark:hover>span {
    color: #c6ff00
}

.c100.green .bar,
.c100.green .fill {
    border-color: #4db53c !important
}

.c100.green:hover>span {
    color: #4db53c
}

.c100.green.dark .bar,
.c100.green.dark .fill {
    border-color: #5fd400 !important
}

.c100.green.dark:hover>span {
    color: #5fd400
}

.c100.orange .bar,
.c100.orange .fill {
    border-color: #dd9d22 !important
}

.c100.orange:hover>span {
    color: #dd9d22
}

.c100.orange.dark .bar,
.c100.orange.dark .fill {
    border-color: #e08833 !important
}

.c100.orange.dark:hover>span {
    color: #e08833
}

@media only screen and (max-width: 41.25em) {
    #imagelightbox-close {
        top: 1.25em;
        right: 1.25em
    }

    #imagelightbox-nav {
        bottom: 1.25em
    }

    .imagelightbox-arrow {
        width: 2.5em;
        height: 3.75em;
        margin-top: -2.75em
    }

    .imagelightbox-arrow-left {
        left: 1.25em
    }

    .imagelightbox-arrow-right {
        right: 1.25em
    }
}

@media only screen and (max-width: 20em) {
    .imagelightbox-arrow-left {
        left: 0
    }

    .imagelightbox-arrow-right {
        right: 0
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (min--moz-device-pixel-ratio: 1.3),
only screen and (-o-min-device-pixel-ratio: 1.3 / 1),
only screen and (min-resolution: 125dpi),
only screen and (min-resolution: 1.3dppx) {
    .b-inlineads__icon {
        background-image: url(../images/icon-inlineads%402x.png);
        background-size: 18px 18px
    }

    .b-post__usersaves_btns .b-icon__help-34 {
        background-image: url(../images/icon-help-34%402x.png);
        background-size: 34px 68px
    }
}

.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    *line-height: 0
}

.ir br {
    display: none
}

.hidden {
    display: none !important;
    visibility: hidden
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.invisible {
    visibility: hidden
}

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

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1
}

@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " ("attr(href) ")"
    }

    abbr[title]:after {
        content: " ("attr(title) ")"
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: 0.5cm
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }
}
