/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Source Sans Pro";
  font-display: swap;
  src: url("./fonts/SourceSansPro-Light.woff2") format("woff2"), url("./fonts/SourceSansPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans Pro";
  font-display: swap;
  src: url("./fonts/SourceSansPro-Regular.woff2") format("woff2"), url("./fonts/SourceSansPro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --bg-primary-dark: #36425c;
  --bg-primary: #edf6f9;
  --bg-secondary: #edf6f9;
  --color-text: #14213d;
  --border: #c8dce3;
  --border-dark: #004e68;
  --bg-card: transparent;
  --bg-checkbox: transparent;
  --border-checkbox: #14213d;
  --bg-vote-btn: transparent;
  --bg-checked: transparent;
  --border-checked: #fff;
  --icon-check: #14213d;
  --gray-highlight: #14213d;
  --light-text: #fcfcfc;
  --project-info-title: #14213d;
  --checked: #14213d;
  --comment-bg: rgb(255, 255, 255, 0.1);
  color-scheme: light;
}

.dark-theme {
  --bg-primary-dark: #14213d;
  --bg-primary: #14213d;
  --bg-secondary: #02111f;
  --bg-card: var(--bg-primary-dark);
  --border-dark: var(--bg-primary-dark);
  --color-text: #fcfcfc;
  --border: #2b3750;
  --border-checkbox: #2b3750;
  --bg-checkbox: #fff;
  --bg-checked: #0047a0;
  --border-checked: #0047ac;
  --bg-vote-btn: #0047a0;
  --checked: #0047a0;
  --icon-check: #fff;
  --gray-highlight: #cfcfcf;
  --light-text: #fcfcfc;
  --project-info-title: #9d9d9d;
  --comment-bg: rgb(0, 71, 172, 0.1);
  color-scheme: dark;
}

a.btn,
button.btn,
span.btn,
input[type=submit] {
  background: #0047a0;
  color: #fcfcfc;
  border: 1px solid #0047a0;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  padding: 0.6em 0.8em;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  outline: none;
}
@media (min-width: 1280px) {
  a.btn,
  button.btn,
  span.btn,
  input[type=submit] {
    font-size: 20px;
  }
}
a.btn:hover,
button.btn:hover,
span.btn:hover,
input[type=submit]:hover {
  color: #fff;
  background-color: #cd2e3a;
  border-color: #cd2e3a;
}
a.btn.btn-outline,
button.btn.btn-outline,
span.btn.btn-outline,
input[type=submit].btn-outline {
  border-color: #2b3750;
  color: var(--color-text);
  background: transparent;
}
a.btn.btn-outline:hover,
button.btn.btn-outline:hover,
span.btn.btn-outline:hover,
input[type=submit].btn-outline:hover {
  background-color: #cd2e3a;
  border-color: #cd2e3a;
  color: #fff;
}

.btn-top {
  position: fixed;
  bottom: 32px;
  right: 32px;
  background-color: #cd2e3a;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.4s;
  z-index: 10;
}
.btn-top i {
  color: #fff;
  font-size: 24px;
}
@media (min-width: 1280px) {
  .btn-top {
    width: 64px;
    height: 64px;
  }
  .btn-top i {
    font-size: 32px;
  }
  .btn-top:hover {
    background-color: #00b7eb;
  }
  .btn-top:active {
    background-color: #00b7eb;
  }
}

html,
body {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: var(--color-text);
  background-color: var(--bg-secondary);
  line-height: 1.4;
  font-weight: 400;
  overflow-x: hidden;
}
body.lock {
  overflow: hidden;
}

.title {
  color: var(--color-text);
}

.page-holder {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.wrapper {
  max-width: 100%;
  position: relative;
}

.container {
  max-width: 100%;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
@media (min-width: 1280px) {
  .container {
    padding: 0 60px;
  }
}

.container-sm {
  max-width: 1064px;
  width: 100%;
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.2;
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0 0 0.5em;
}

h1,
.h1 {
  font-size: 36px;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 44px;
  }
}

h2,
.h2 {
  font-size: 32px;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 38px;
  }
}

h3,
.h3 {
  font-size: 24px;
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 36px;
    margin-bottom: 44px;
  }
}

h4,
.h4 {
  font-size: 18px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  h4,
  .h4 {
    font-size: 20px;
  }
}

h5,
.h5 {
  font-size: 16px;
}

h6,
.h6 {
  font-size: 14px;
}

p {
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  p {
    margin-bottom: 16px;
  }
}

a {
  color: inherit;
}
a:hover {
  text-decoration: none;
}

img {
  height: 100%;
  max-width: 100%;
}

.logged-in-as {
  text-align: center;
  width: 100%;
}
.logged-in-as a {
  color: inherit;
}
.logged-in-as a:hover {
  text-decoration: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.accessibility {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
  font-size: 0;
}

.header .theme-toggle {
  cursor: pointer;
  color: inherit;
  font-size: 14px;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  padding: 0;
  border: none;
}
.header .theme-toggle .toggle-icon {
  background-color: #2b3750;
  position: relative;
  width: 36px;
  height: 20px;
  border: 0;
  border-radius: 40px;
  display: block;
  margin-left: 12px;
}
.header .theme-toggle .toggle-icon:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4px;
  border-radius: 50%;
  background-color: #fcfcfc;
  width: 14px;
  height: 14px;
  transition: all 0.4s ease 0s;
}
.header .theme-toggle.active .toggle-icon {
  background-color: #0047a0;
}
.header .theme-toggle.active .toggle-icon:before {
  left: calc(100% - 18px);
}

.full-width {
  width: 100vw;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.additional-navigation a {
  font-weight: 300;
  color: #fcfcfc;
  text-decoration: none;
  transition: all 0.4s;
}
.additional-navigation a:hover {
  color: #cd2e3a;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 4px;
       column-gap: 4px;
  row-gap: 8px;
  padding: 24px 0;
}
@media (min-width: 1280px) {
  .breadcrumbs {
    padding: 39px 0;
  }
}
.breadcrumbs a {
  color: var(--color-text);
  font-weight: 300;
  text-decoration: none;
  transition: color 0.4s;
}
.breadcrumbs a:hover {
  color: #cd2e3a;
}
.breadcrumbs .current-item {
  color: var(--gray-highlight);
  font-weight: 300;
  display: inline-block;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.breadcrumbs .separator {
  display: inline-block;
  margin-right: 8px;
  position: relative;
}
.breadcrumbs .separator::before {
  content: "";
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
  background-image: url("img/icon-arrow-right.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#main .content-sidebar-holder .sidebar.sticky .opened-open-close.opened .opener:after {
  transform: scale(1) rotate(0deg);
}
#main .content-sidebar-holder .sidebar.sticky .opened-open-close .opener {
  padding-left: 36px;
}
#main .content-sidebar-holder .sidebar.sticky .opened-open-close .opener:before {
  transform: scale(1);
}
#main .content-sidebar-holder .sidebar.sticky .opened-open-close .opener:after {
  transform: scale(1) rotate(90deg);
}
#main .content-sidebar-holder .sidebar .opener {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1280px) {
  #main .content-sidebar-holder .sidebar .opener {
    font-size: 20px;
    font-weight: 600;
  }
}
#main .content-sidebar-holder .sidebar .opener.filter-title {
  font-size: 14px;
}
@media (min-width: 1280px) {
  #main .content-sidebar-holder .sidebar .opened-open-close .opener {
    padding-left: 0;
  }
}
@media (min-width: 1280px) {
  #main .content-sidebar-holder .sidebar .opened-open-close .opener:before, #main .content-sidebar-holder .sidebar .opened-open-close .opener:after {
    transform: scale(0);
  }
}
#main .content-sidebar-holder .sidebar .opened-open-close:not(.opened) .opener {
  padding-left: 26px;
}
@media (min-width: 1280px) {
  #main .content-sidebar-holder .sidebar .opened-open-close:not(.opened) .opener {
    padding-left: 36px;
  }
}
#main .content-sidebar-holder .sidebar .opened-open-close:not(.opened) .opener:before {
  transform: scale(1);
}
#main .content-sidebar-holder .sidebar .opened-open-close:not(.opened) .opener:after {
  transform: scale(1) rotate(90deg);
}

.content-sidebar-holder {
  margin-top: 60px;
  display: flex;
  gap: 24px;
  flex-direction: column-reverse;
}
@media (min-width: 1280px) {
  .content-sidebar-holder {
    flex-direction: row;
  }
}
@media (min-width: 1280px) {
  .content-sidebar-holder .main-content {
    flex: 1 1 100%;
  }
}
.content-sidebar-holder .sidebar {
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  padding-bottom: 24px;
  direction: rtl;
}
@media (min-width: 1280px) {
  .content-sidebar-holder .sidebar {
    flex-shrink: 0;
    width: 305px;
    padding-bottom: 0;
    height: auto;
    max-height: 100vh;
    overflow-y: auto;
    position: relative;
    transition: all 0.3s ease;
  }
}
.content-sidebar-holder .sidebar * {
  direction: ltr;
}
.content-sidebar-holder .sidebar.fixed {
  position: sticky;
  top: 20px;
  width: 305px;
}
.content-sidebar-holder .sidebar::-webkit-scrollbar {
  width: 6px;
}
.content-sidebar-holder .sidebar::-webkit-scrollbar-track {
  background: transparent;
}
.content-sidebar-holder .sidebar::-webkit-scrollbar-thumb {
  background-color: #cd2e3a;
  border-radius: 3px;
}
.content-sidebar-holder .sidebar::-webkit-scrollbar-thumb:hover {
  background-color: #cd2e3a;
}

.comment-respond {
  color: var(--icon-check);
  max-width: 882px;
  width: 100%;
  margin: 60px auto;
  padding: 44px 20px;
  position: relative;
}
@media (min-width: 1280px) {
  .comment-respond {
    margin-top: 86px;
    margin-bottom: 100px;
  }
}
.comment-respond:last-child {
  margin-bottom: 0;
}
.comment-respond:before {
  content: "";
  background: var(--bg-primary);
  border: 1px solid var(--bg-primary-dark);
  position: absolute;
  width: calc(100vw - 40px);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
  height: 100%;
  display: block;
  z-index: -1;
}
@media (min-width: 1280px) {
  .comment-respond:before {
    width: calc(100vw - 120px);
  }
}
.comment-respond .comment-reply-title {
  text-align: center;
  font-weight: 600;
  margin-bottom: 25px;
}
.comment-respond .comment-reply-title .subtitle {
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
}
.comment-respond .comment-notes {
  display: none;
}
.comment-respond .comment-form {
  display: flex;
  flex-direction: column;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
@media (min-width: 768px) {
  .comment-respond .comment-form {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }
}
.comment-respond .comment-form p {
  margin-bottom: 12px;
}
.comment-respond .comment-form .comment-form-cookies-consent {
  margin-top: 8px;
  margin-bottom: 24px;
}
.comment-respond .comment-form input[type=checkbox] {
  width: 16px;
  height: 16px;
}
.comment-respond .comment-form input[type=checkbox] + label {
  margin-left: 9px;
}
.comment-respond .comment-form input[type=submit] {
  font-size: 16px;
  font-weight: 400;
  min-width: 175px;
}
.comment-respond .comment-form .thank-you {
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
  margin: 10px 0 0;
}
@media (min-width: 1024px) {
  .comment-respond .comment-form .thank-you {
    margin-left: 10px;
  }
}
.comment-respond .comment-form-comment,
.comment-respond .comment-form-url,
.comment-respond .comment-form-cookies-consent {
  width: 100%;
}
.comment-respond .comment-form-author,
.comment-respond .comment-form-email {
  width: 100%;
}
@media (min-width: 768px) {
  .comment-respond .comment-form-author,
  .comment-respond .comment-form-email {
    width: calc(50% - 6px);
  }
}
.comment-respond .comment-form-cookies-consent label {
  cursor: pointer;
  margin-left: 12px;
}
.comment-respond textarea {
  max-height: 157px;
}

input[type=text],
input[type=number],
input[type=email],
textarea {
  background: #fcfcfc;
  color: #14213d;
  border: 1px solid var(--color-text);
  border-radius: 5px;
  font-size: 14px;
  padding: 8px;
  display: block;
  width: 100%;
}
input[type=text]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=email]::-moz-placeholder, textarea::-moz-placeholder {
  color: #9d9d9d;
}
input[type=text]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
textarea::placeholder {
  color: #9d9d9d;
}

input[type=checkbox] {
  background-color: var(--bg-checkbox);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 2px solid var(--color-text);
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
}
input[type=checkbox]:checked {
  background-color: var(--bg-checked);
  border: 2px solid var(--checked);
}
input[type=checkbox]:checked:after {
  opacity: 1;
}
input[type=checkbox]:after {
  content: "";
  border: solid var(--color-text);
  position: absolute;
  top: 1px;
  left: 5px;
  width: 6px;
  height: 12px;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

label {
  font-size: 14px;
  font-weight: 300;
}

.loader {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
  margin-bottom: 20px;
}
.loader:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 5px solid #fcfcfc;
  animation: prixClipFix 2s linear infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
.pagination {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 30px 0;
}
.pagination .page-numbers {
  border: 1px solid var(--color-text);
  color: var(--color-text);
  border-radius: 5px;
  text-decoration: none;
  padding: 14px 17px;
  display: flex;
  justify-content: center;
  height: inherit;
  transition: all 0.3s ease-in-out;
}
.pagination .page-numbers.current {
  border-color: #0047a0;
  background: #0047a0;
  color: #fcfcfc;
}
.pagination a.page-numbers:hover {
  border-color: #0047a0;
  background: #0047a0;
  color: #fcfcfc;
}
.pagination .next,
.pagination .prev {
  position: relative;
  font-size: 0;
  border-color: transparent;
}
.pagination .next:hover:before,
.pagination .prev:hover:before {
  filter: none;
}
.pagination .next:before,
.pagination .prev:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url("./img/icon-arrow-right.svg");
  filter: invert(1);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  transition: all 0.3s ease-in-out;
}
@media (prefers-color-scheme: dark) {
  .pagination .next:before,
  .pagination .prev:before {
    filter: none;
  }
}
.dark-theme .pagination .next:before,
.dark-theme .pagination .prev:before {
  filter: none;
}
.pagination b .prev:before {
  transform: rotate(180deg);
}

.coming-soon-message {
  background: var(--bg-primary-dark);
  border: 1px solid var(--color-text);
  color: var(--color-text);
  position: absolute;
  top: calc(100% + 30px);
  right: 5px;
  max-width: 300px;
  width: 100%;
  padding: 20px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.coming-soon-message.visible {
  opacity: 1;
  visibility: visible;
}

.error404 main .container,
.search main .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
.error404 main .page-title,
.search main .page-title {
  margin-bottom: 40px;
}
.error404 main .page-title strong,
.search main .page-title strong {
  font-size: 60px;
  display: block;
}
@media (min-width: 1024px) {
  .error404 main .page-title strong,
  .search main .page-title strong {
    font-size: 80px;
  }
}
.error404 main .page-content,
.search main .page-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.error404 main .page-content p,
.search main .page-content p {
  margin: 0;
}

.search-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.search-form label {
  width: 100%;
}
.search-form .search-field {
  padding-left: 20px;
  padding-right: 20px;
  background: transparent;
  border: 1px solid var(--color-text);
  border-radius: 5px;
}

.header {
  background-color: var(--bg-primary-dark);
  color: #fcfcfc;
  position: relative;
  z-index: 11;
}
.header .container {
  position: relative;
}
.header button {
  background-color: transparent;
  border: 0;
  padding: 0;
}

.burger-svg {
  width: 30px;
  height: 30px;
  cursor: pointer;
  transform: scaleX(-1);
}
.burger-svg line {
  stroke: #fcfcfc;
  stroke-dasharray: 100%;
  stroke-dashoffset: 0;
  transition: transform 0.3s, stroke 0.4s, stroke-dashoffset 0.4s;
  transform-origin: center;
  stroke-width: 3px;
}
.burger-svg .top {
  transform: translateY(-35%);
}
.burger-svg .middle {
  transform: scaleX(1);
  transition: opacity 0.3s, transform 0.3s, stroke 0.4s;
}
.burger-svg .bottom {
  transform: translateY(33%);
  stroke-dasharray: 100%;
  stroke-dashoffset: 9px;
}
@media (min-width: 1280px) {
  .burger-svg:hover line {
    stroke: #cd2e3a;
  }
  .burger-svg:hover .bottom {
    stroke-dashoffset: 0;
  }
}

body.menu-open .burger-svg .top {
  transform: rotate(45deg);
  stroke-linecap: round;
}
body.menu-open .burger-svg .middle {
  transform: scaleX(0.1);
  opacity: 0;
}
body.menu-open .burger-svg line.bottom {
  transform: rotate(-45deg);
  stroke-linecap: round;
}
body.menu-open .burger-svg .bottom {
  stroke-dashoffset: 0;
}

.header-search {
  position: relative;
  margin-left: auto;
  margin-right: 16px;
}
.header-search.active {
  margin-left: unset;
  width: 100%;
}
.header-search .search-holder {
  display: flex;
  align-items: center;
  width: 100%;
}
.header-search .close-search-btn {
  display: none;
}
.header-search .search-form {
  margin: 0 64px;
  display: none;
}
.header-search .search-form.active {
  display: block;
  width: 100%;
  flex: 1 0 0;
}
.header-search .search-form fieldset {
  padding: 0;
  border: 0;
}
.header-search .search-form button[type=submit] {
  display: none;
}
.header-search .search-form input[type=search] {
  border: 0;
  border-bottom: 1px solid #fcfcfc;
  width: 100%;
  background-color: transparent;
}
@media (min-width: 1280px) {
  .header-search .search-form input[type=search] {
    border-color: #cd2e3a;
  }
}
.header-search .search-form input[type=search]:focus {
  outline: none;
}
.header-search .search-btn {
  display: none;
  cursor: pointer;
  outline: none;
}
@media (min-width: 1280px) {
  .header-search .search-btn:hover i {
    color: #cd2e3a;
  }
}
@media (min-width: 1280px) {
  .header-search .search-btn {
    display: block;
  }
}

.header-top {
  position: relative;
  display: none;
  flex-wrap: wrap-reverse;
  row-gap: 16px;
  -moz-column-gap: 32px;
       column-gap: 32px;
  padding: 16.5px 0;
}
.header-top::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: #5a667c;
}
.header-top .theme-settings {
  min-width: -moz-fit-content;
  min-width: fit-content;
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  font-weight: 300;
}
@media (min-width: 1280px) {
  .header-top {
    display: flex;
  }
}

.additional-navigation {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1280px) {
  .additional-navigation {
    min-width: -moz-fit-content;
    min-width: fit-content;
    flex-wrap: wrap;
    flex-direction: row;
    -moz-column-gap: 28px;
         column-gap: 28px;
    flex: 1 0 0;
  }
}

.header-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  min-height: 64px;
  width: calc(100% - 40px);
  position: relative;
}
.header-bottom.scrolling-down {
  transform: translateY(-100%);
}
@media (min-width: 1280px) {
  .header-bottom.scrolling-down {
    width: calc(100% - 120px);
  }
}
.header-bottom.scrolling-down:before {
  opacity: 1;
}
.header-bottom.scrolling-up {
  transform: translateY(0);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
}
@media (min-width: 1280px) {
  .header-bottom.scrolling-up {
    width: calc(100% - 120px);
  }
}
.header-bottom.scrolling-up:before {
  opacity: 1;
}
.header-bottom:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 110vw;
  height: 100%;
  display: block;
  background: var(--bg-primary-dark);
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.header-bottom .custom-logo-link {
  display: block;
}
.header-bottom .logo {
  display: flex;
  align-items: center;
  max-width: 120px;
  height: 24px;
  transition: all 0.4s;
}
.header-bottom .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header-navigation {
  display: none;
  align-items: center;
  padding: 0;
  margin: 0 0 0 auto;
  list-style-type: none;
  gap: 16px;
  transition: all 0.4s;
}
@media (min-width: 1280px) {
  .header-navigation {
    display: flex;
  }
}
.header-navigation.hide {
  display: none;
}
.header-navigation a {
  text-decoration: none;
  color: #fcfcfc;
  transition: color 0.4s;
}
.header-navigation .current-menu-item {
  position: relative;
}
.header-navigation .current-menu-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: #fcfcfc;
  transition: all 0.4s;
}
@media (min-width: 1280px) {
  .header-navigation .current-menu-item:hover::after {
    background-color: #cd2e3a;
  }
}
.header-navigation .menu-item {
  position: relative;
  cursor: pointer;
}
.header-navigation .menu-item .dropholder-toggle {
  transition: all 0.4s;
  color: #fcfcfc;
}
@media (min-width: 1280px) {
  .header-navigation .menu-item:hover > a {
    color: #cd2e3a;
  }
  .header-navigation .menu-item:hover .dropholder-toggle {
    color: #cd2e3a;
  }
}
@media (min-width: 1280px) {
  .header-navigation .menu-item {
    display: flex;
    align-items: center;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
}
.header-navigation .drop-holder {
  min-width: 150px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0;
  transition: all 0.4s;
  overflow: hidden;
}
@media (min-width: 1280px) {
  .header-navigation .drop-holder {
    position: absolute;
    top: calc(100% - 10px);
    left: 0;
    visibility: hidden;
    z-index: 0;
    border-top: 30px solid transparent;
  }
}
.header-navigation .drop-holder ul {
  padding: 0;
  width: 100%;
  transition: all 0.4s;
}
@media (min-width: 1280px) {
  .header-navigation .drop-holder ul {
    position: relative;
    left: 0;
    opacity: 0;
    transform: translateY(-200%);
    visibility: hidden;
  }
}
.header-navigation .drop-holder a {
  display: inline-block;
  width: 100%;
  padding: 12px;
  background-color: var(--bg-primary-dark);
  transition: all 0.4s;
}
@media (min-width: 1280px) {
  .header-navigation .drop-holder a:hover {
    color: #fcfcfc;
    background-color: #cd2e3a;
  }
}
.header-navigation .menu-item-has-children > a {
  position: relative;
  z-index: 5;
}
@media (min-width: 1280px) {
  .header-navigation .menu-item-has-children:hover .drop-holder {
    visibility: visible;
  }
  .header-navigation .menu-item-has-children:hover .drop-holder ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

.header-search {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header-search i {
  color: #fcfcfc;
  font-size: 16px;
  transition: all 0.4s;
}

.mobile-header {
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100%);
  width: 100%;
  max-width: 480px;
  height: 100vh;
  overflow: auto;
  background-color: var(--bg-primary-dark);
  padding: 130px 20px 60px;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  transition: all 0.4s;
}
.mobile-header.active {
  transform: translateX(0);
}
@media (min-width: 1280px) {
  .mobile-header {
    display: none;
  }
}
.mobile-header .theme-settings {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.mobile-header .header-navigation {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
}
.mobile-header .header-navigation .drop-holder {
  max-height: 0;
  height: unset;
}
.mobile-header .menu-item-has-children {
  width: -moz-fit-content;
  width: fit-content;
}
.mobile-header .menu-item-has-children a {
  display: inline-block;
}
.mobile-header .menu-item-has-children .dropholder-toggle {
  padding: 0 15px;
}
.mobile-header .menu-item-has-children .dropholder-toggle.active {
  transform: rotate(-180deg);
}
.mobile-header .menu-item-has-children .drop-holder.active {
  max-height: 100px;
}
.mobile-header .header-search {
  margin: auto 0 0 0;
}
.mobile-header .header-search .search-form fieldset {
  display: flex;
  gap: 10px;
  margin: 0;
}
.mobile-header .header-search .search-form button[type=submit] {
  background-color: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  outline: none;
  display: inline-block;
  font-size: 0;
}
.mobile-header .search-holder {
  gap: 16px;
}
.mobile-header .search-form {
  display: block;
  margin: 0;
  width: 100%;
}

.burger-btn {
  cursor: pointer;
}
@media (min-width: 1280px) {
  .burger-btn {
    display: none;
  }
}

.menu-close {
  position: absolute;
  top: 66px;
  right: 20px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.user-btn {
  cursor: pointer;
  outline: none;
  color: inherit;
}
.user-btn i {
  font-size: 16px;
  transition: all 0.4s;
}
@media (min-width: 1280px) {
  .user-btn:hover i {
    color: #cd2e3a;
  }
}

.user-menu {
  display: none;
}
@media (min-width: 1280px) {
  .user-menu {
    display: block;
  }
}

html .light-logo {
  display: none;
}
html .dark-logo {
  mix-blend-mode: darken;
  display: block;
}
html.dark-theme .light-logo {
  display: block;
}
html.dark-theme .dark-logo {
  display: none;
}

.footer {
  background: var(--bg-primary);
  color: var(--color-text);
  padding: 42px 0 58px;
  margin-top: 60px;
}
@media (min-width: 1280px) {
  .footer {
    margin-top: 100px;
  }
}
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .container {
  display: flex;
  flex-direction: column;
  row-gap: 29px;
}
.footer .copyright {
  font-weight: 300;
}
.footer .socials {
  display: flex;
  align-items: center;
  gap: 24px;
}
.footer .social-item {
  color: inherit;
}
.footer .social-item i {
  font-size: 24px;
  color: inherit;
  transition: all 0.4s;
}
.footer .social-item:hover i {
  color: #cd2e3a;
}
.footer .additional-navigation {
  display: flex;
  gap: 16px;
}
.footer .additional-navigation a {
  color: inherit;
}
.footer .additional-navigation a:hover {
  color: #cd2e3a;
}

.footer-logo {
  width: 100%;
  max-width: 120px;
  margin: 0 auto;
}
.footer-logo a {
  display: inline-block;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
}
.footer-top .title {
  font-size: 16px;
  font-weight: 400;
  color: inherit;
}
.footer-top .col-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1 0 0;
  min-width: 256px;
}
.footer-top .col-left .title:not(:last-child) {
  margin-bottom: 8px;
}
.footer-top .col-right {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.footer-top .col-right .btn {
  font-size: 16px;
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  row-gap: 24px;
  position: relative;
  padding-top: 44px;
}
.footer-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: #2b3750;
}

.um-page:not(.um-page-user) main {
  padding: 60px 0;
}
.um-page .um:not(.um-admin) {
  color: var(--icon-check);
}
.um-page .um .um-header .um-profile-meta {
  color: var(--icon-check);
  font-size: 16px;
}
.um-page .um .um-header .um-profile-meta .um-meta-text {
  color: inherit;
  font-size: inherit;
}
.um-page .um .um-header .um-profile-meta .um-meta-text a {
  text-decoration: underline !important;
  transition: all 0.3s ease-in-out;
}
.um-page .um .um-header .um-profile-meta .um-meta-text a:hover {
  color: #cd2e3a;
}
.um-page .um .um-field-label {
  color: var(--icon-check);
}
.um-page .um .um-form input[type=password],
.um-page .um .um-form input[type=search],
.um-page .um .um-form input[type=tel],
.um-page .um .um-form input[type=text],
.um-page .um .um-form textarea {
  background: transparent;
  color: var(--icon-check);
  border-color: var(--icon-check) !important;
}
.um-page .um .um-form input[type=password]:focus,
.um-page .um .um-form input[type=search]:focus,
.um-page .um .um-form input[type=tel]:focus,
.um-page .um .um-form input[type=text]:focus,
.um-page .um .um-form textarea:focus {
  background: transparent;
  border-color: var(--icon-check) !important;
  outline: 2px solid var(--icon-check) !important;
}
.um-page .um input[type=submit].um-button {
  background: #0047a0;
  border-color: #0047a0;
}
.um-page .um input[type=submit].um-button:hover {
  background-color: #cd2e3a;
  border-color: #cd2e3a;
}
.um-page .um .um-button {
  border-radius: 5px !important;
  padding: 0.6em 0.8em;
  text-decoration: none;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  outline: none;
}
.um-page .um .um-button.um-alt {
  color: #fff;
  background-color: #cd2e3a;
  border-color: #cd2e3a;
}
.um-page .um .um-button.um-alt:hover {
  background: #0047a0;
  border-color: #0047a0;
}
.um-page .um .um-field-checkbox:hover i {
  color: var(--icon-check);
}
.um-page .um .um-field-checkbox i {
  color: var(--icon-check);
}
.um-page .um .um-field-checkbox .um-field-checkbox-option {
  font-weight: 500;
}
@media (min-width: 1024px) {
  .um-page .um .um-field-checkbox .um-field-checkbox-option {
    cursor: pointer;
  }
}
.um-page .um .um-item {
  color: var(--icon-check);
}
.um-page .um .um-item .um-item-link i,
.um-page .um .um-item .um-item-link a {
  color: inherit;
}
.um-page .um .um-item .um-item-link a {
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1024px) {
  .um-page .um .um-item .um-item-link a {
    font-size: 16px;
  }
}
.um-page .um .um-item .um-item-link a:hover {
  color: inherit;
  text-decoration: none !important;
}
.um-page .um .um-ajax-items {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media (min-width: 768px) {
  .um-page .um .um-ajax-items {
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.um-page .um .um-ajax-items .um-item {
  display: flex;
  border-radius: 5px;
  flex-direction: column;
  padding: 14px;
  border: 1px solid var(--border-dark);
  background: var(--bg-card);
}
@media (min-width: 768px) {
  .um-page .um .um-ajax-items .um-item {
    width: calc(50% - 10px);
  }
}
@media (min-width: 1024px) {
  .um-page .um .um-ajax-items .um-item {
    width: calc(25% - 15px);
    padding: 20px 24px 28px;
  }
}
.um-page .um .um-ajax-items .um-item .um-item-img,
.um-page .um .um-ajax-items .um-item .um-item-link,
.um-page .um .um-ajax-items .um-item .um-item-meta {
  color: var(--icon-check);
  padding: 0;
  margin: 0;
}
.um-page .um .um-ajax-items .um-item .um-item-img span,
.um-page .um .um-ajax-items .um-item .um-item-img a,
.um-page .um .um-ajax-items .um-item .um-item-link span,
.um-page .um .um-ajax-items .um-item .um-item-link a,
.um-page .um .um-ajax-items .um-item .um-item-meta span,
.um-page .um .um-ajax-items .um-item .um-item-meta a {
  font-style: normal;
}
.um-page .um .um-ajax-items .um-item .um-item-img a,
.um-page .um .um-ajax-items .um-item .um-item-link a,
.um-page .um .um-ajax-items .um-item .um-item-meta a {
  color: var(--icon-check);
  text-decoration: none;
  border: 0;
  transition: all 0.3s ease-in-out;
}
.um-page .um .um-ajax-items .um-item .um-item-img a:hover,
.um-page .um .um-ajax-items .um-item .um-item-link a:hover,
.um-page .um .um-ajax-items .um-item .um-item-meta a:hover {
  color: #cd2e3a;
  text-decoration: none;
  border: 0;
}
.um-page .um .um-ajax-items .um-item .um-item-img [rel="category tag"],
.um-page .um .um-ajax-items .um-item .um-item-link [rel="category tag"],
.um-page .um .um-ajax-items .um-item .um-item-meta [rel="category tag"] {
  margin-left: 6px;
}
.um-page .um .um-ajax-items .um-item .um-item-img {
  order: 0;
  margin-bottom: 12px;
}
@media (min-width: 1280px) {
  .um-page .um .um-ajax-items .um-item .um-item-img {
    margin-bottom: 24px;
  }
}
.um-page .um .um-ajax-items .um-item .um-item-img a {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  width: 100%;
}
.um-page .um .um-ajax-items .um-item .um-item-img a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  aspect-ratio: 311/417;
  border-radius: 0;
}
.um-page .um .um-ajax-items .um-item .um-item-link {
  order: 1;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 12px;
}
@media (min-width: 1280px) {
  .um-page .um .um-ajax-items .um-item .um-item-link {
    margin-bottom: 24px;
    font-size: 20px;
  }
}
.um-page .um .um-ajax-items .um-item .um-item-link i {
  display: none;
}
.um-page .um .um-ajax-items .um-item .um-item-link a {
  font-size: inherit;
  font-weight: inherit;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.um-page .um .um-ajax-items .um-item .um-item-meta {
  order: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.um-page .um .um-ajax-items .um-item .um-item-meta span:after, .um-page .um .um-ajax-items .um-item .um-item-meta span:nth-child(2) {
  display: none;
}
.um-page .um-field-checkbox-option,
.um-page .um-field-radio-option {
  color: var(--icon-check) !important;
}
.um-page .um-profile .um-cover {
  position: relative;
  width: 100vw;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.um-page .um-profile .um-profile-body {
  max-width: 100%;
}
.um-page .um-profile .um-profile-body.comments .um-ajax-items {
  flex-direction: column;
}
.um-page .um-profile .um-profile-body.comments .um-ajax-items .um-item {
  width: 100%;
}
.um-page .um-profile .um-profile-body.comments .um-ajax-items .um-item .um-item-link i {
  display: inline;
}
.um-page .um-profile .um-profile-body.comments .um-ajax-items .um-item .um-item-link a {
  display: inline;
  -webkit-line-clamp: 5;
}
.um-page .um-profile .favorites-list-holder {
  margin-bottom: 40px;
}
.um-page .um-profile .favorites-list-holder:last-child {
  margin-bottom: 0;
}
.um-page .um-profile .custom-favorites-list {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media (min-width: 768px) {
  .um-page .um-profile .custom-favorites-list {
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (min-width: 1024px) {
  .um-page .um-profile .custom-favorites-list .type-dorama,
  .um-page .um-profile .custom-favorites-list .type-film,
  .um-page .um-profile .custom-favorites-list .type-show {
    width: calc(25% - 15px);
  }
}
.um-page .picker__box,
.um-page .picker__nav--next:hover,
.um-page .picker__nav--prev:hover,
.um-page .um .um-field-group-head,
.um-page .um .um-members-pagi span.current,
.um-page .um .um-members-pagi span.current:hover,
.um-page .um .um-profile-nav-item.active a,
.um-page .um .um-profile-nav-item.active a:hover,
.um-page .um-modal-btn,
.um-page .um-modal-btn.disabled,
.um-page .um-modal-btn.disabled:hover,
.um-page .um-modal-header,
.um-page .upload,
.um-page div.uimob800 .um-account-side li a.current,
.um-page div.uimob800 .um-account-side li a.current:hover {
  background: #0047a0;
}
.um-page .picker__box:hover,
.um-page .picker__nav--next:hover:hover,
.um-page .picker__nav--prev:hover:hover,
.um-page .um .um-field-group-head:hover,
.um-page .um .um-members-pagi span.current:hover,
.um-page .um .um-members-pagi span.current:hover:hover,
.um-page .um .um-profile-nav-item.active a:hover,
.um-page .um .um-profile-nav-item.active a:hover:hover,
.um-page .um-modal-btn:hover,
.um-page .um-modal-btn.disabled:hover,
.um-page .um-modal-btn.disabled:hover:hover,
.um-page .um-modal-header:hover,
.um-page .upload:hover,
.um-page div.uimob800 .um-account-side li a.current:hover,
.um-page div.uimob800 .um-account-side li a.current:hover:hover {
  background: #cd2e3a;
}
.um-page .um-profile.um .um-name a {
  color: var(--icon-check);
  transition: all 0.3s ease-in-out;
}
.um-page .um-profile.um .um-name a:hover {
  color: #cd2e3a;
}
.um-page .um-profile-photo a.um-profile-photo-img {
  border-width: 3px;
  border-color: #cfcfcf !important;
}
.um-page .um-header {
  border-color: var(--icon-check);
}
.um-page .um-profile-nav {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}
.um-page .um-profile-nav .um-profile-nav-item:first-child a {
  margin-left: 0;
}
.um-page .um-profile-nav .um-profile-nav-item.active .title,
.um-page .um-profile-nav .um-profile-nav-item.active i, .um-page .um-profile-nav .um-profile-nav-item:hover .title,
.um-page .um-profile-nav .um-profile-nav-item:hover i {
  color: #fff;
}
.um-page .um-profile-nav .um-profile-nav-item .title,
.um-page .um-profile-nav .um-profile-nav-item i {
  color: var(--icon-check);
}
.um-page .um-account-side li {
  background: transparent;
  border-bottom: 1px solid var(--icon-check);
  margin-bottom: 0 !important;
}
.um-page .um-account-side li a {
  color: var(--icon-check);
}
.um-page .um-account-side li a.current {
  color: var(--icon-check);
}
.um-page .um-account-side li a span.um-account-title,
.um-page .um-account-side li a span.um-account-icon {
  color: inherit;
}

button.swiper-button-prev,
button.swiper-button-next {
  background-color: #0047a0;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  transition: all 0.3s;
  margin: 0;
  transform: none;
}
@media (min-width: 1280px) {
  button.swiper-button-prev,
  button.swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
button.swiper-button-prev:after,
button.swiper-button-next:after {
  color: #fcfcfc;
  font-size: 12px;
}
@media (min-width: 1280px) {
  button.swiper-button-prev:after,
  button.swiper-button-next:after {
    font-size: 16px;
  }
}
button.swiper-button-prev:hover,
button.swiper-button-next:hover {
  background-color: #cd2e3a;
}

button.swiper-button-prev:after {
  padding-right: 3px;
}

button.swiper-button-next:after {
  padding-left: 3px;
}

.swiper-pagination .swiper-pagination-bullet {
  background-color: #2b3750;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0047a0;
}

.single-project-info {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media (min-width: 1280px) {
  .single-project-info {
    row-gap: 37px;
  }
}
.single-project-info .title-holder {
  color: var(--icon-check);
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (min-width: 1280px) {
  .single-project-info .title-holder {
    font-size: 36px;
    gap: 24px;
  }
}
.single-project-info .row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 50px;
}
@media (min-width: 1280px) {
  .single-project-info .row {
    gap: 40px;
    margin-bottom: 100px;
  }
}
.single-project-info .col-left {
  flex: 1 0 0;
  min-width: 280px;
}
@media (min-width: 1280px) {
  .single-project-info .col-left {
    width: 100%;
    max-width: 388px;
  }
}
.single-project-info .col-middle {
  flex: 1 0 0;
  min-width: 280px;
}
@media (min-width: 1280px) {
  .single-project-info .col-middle {
    width: 100%;
    max-width: 360px;
  }
}
.single-project-info .col-right {
  flex: 1 0 0;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media (min-width: 1280px) {
  .single-project-info .col-right {
    max-width: 370px;
    row-gap: 20px;
  }
}
.single-project-info .image-holder {
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .single-project-info .image-holder {
    min-height: 500px;
  }
}
.single-project-info .image-holder .status {
  color: #fcfcfc;
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 10px;
  background-color: #cd2e3a;
  border-top-left-radius: 5px;
  font-weight: 300;
}
.single-project-info .image-holder img {
  width: 100%;
  border-radius: 5px;
  display: block;
}

.project-title,
.project-rating {
  font-size: 24px;
  letter-spacing: 0.01em;
}
@media (min-width: 1280px) {
  .project-title,
  .project-rating {
    font-size: 36px;
  }
}

.project-title {
  font-weight: 600;
  margin-bottom: 0;
}

.project-rating {
  font-weight: 400;
  display: flex;
  align-items: center;
}
.project-rating svg {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
@media (min-width: 1024px) {
  .project-rating svg {
    margin-right: 19px;
  }
}
.project-rating path {
  fill: var(--icon-check);
}

.project-info-list,
.actor-info-list {
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
@media (min-width: 1280px) {
  .project-info-list,
  .actor-info-list {
    row-gap: 22px;
    margin-bottom: 32px;
  }
}
.project-info-list:last-child,
.actor-info-list:last-child {
  margin-bottom: 0;
}
.project-info-list .title,
.actor-info-list .title {
  color: var(--project-info-title);
  font-size: 16px;
}
.project-info-list .value,
.actor-info-list .value {
  color: var(--gray-highlight);
}
.project-info-list .item,
.actor-info-list .item {
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.project-info-list .item a,
.actor-info-list .item a {
  text-decoration: none;
}
.project-info-list .tax-list,
.actor-info-list .tax-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.project-info-list .tax-list li,
.actor-info-list .tax-list li {
  display: inline-block;
}
.project-info-list .tax-list li:last-child:after,
.actor-info-list .tax-list li:last-child:after {
  display: none;
}
.project-info-list .tax-list li:after,
.actor-info-list .tax-list li:after {
  content: ",";
  margin-right: 6px;
  margin-left: -2px;
}
.project-info-list .tax-list a,
.actor-info-list .tax-list a {
  color: var(--gray-highlight);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.project-info-list .tax-list a:hover,
.actor-info-list .tax-list a:hover {
  color: #cd2e3a;
}

.team-holder {
  background: var(--bg-primary);
  border: 1px solid var(--bg-primary-dark);
  color: var(--icon-check);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  padding: 16px;
  row-gap: 12px;
}
@media (min-width: 1280px) {
  .team-holder {
    row-gap: 17px;
    padding: 28px 19px;
  }
}
.team-holder .teams-title {
  color: inherit;
  font-size: 20px;
  letter-spacing: 0.01em;
  font-weight: 600;
  margin-bottom: 0;
}
.team-holder ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.team-holder ul li {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (min-width: 1280px) {
  .team-holder ul li {
    gap: 20px;
  }
}
.team-holder ul li a {
  color: inherit;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.team-holder ul li a:hover {
  color: #cd2e3a;
}
.team-holder ul li img {
  border-radius: 50%;
  width: 64px;
  height: 64px;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-holder .date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  color: var(--project-info-title);
  font-size: 16px;
}
.team-holder .date span {
  color: var(--gray-highlight);
}

.hero-wrapper {
  align-items: stretch;
}

.hero-slider.swiper-horizontal .hero-slider-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  position: absolute;
  bottom: 20px;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.hero-slider.swiper-horizontal .hero-slider-nav .swiper-button-prev,
.hero-slider.swiper-horizontal .hero-slider-nav .swiper-button-next,
.hero-slider.swiper-horizontal .hero-slider-nav .swiper-pagination {
  position: static;
}
@media (min-width: 1280px) {
  .hero-slider.swiper-horizontal .hero-slider-nav .swiper-button-prev,
  .hero-slider.swiper-horizontal .hero-slider-nav .swiper-button-next {
    position: absolute;
    top: unset;
    margin: 0;
    bottom: 40px;
  }
}
.hero-slider.swiper-horizontal .hero-slider-nav .swiper-button-prev {
  left: 20px;
  top: unset;
  bottom: 22px;
}
@media (min-width: 1280px) {
  .hero-slider.swiper-horizontal .hero-slider-nav .swiper-button-prev {
    left: unset;
    right: 118px;
  }
}
.hero-slider.swiper-horizontal .hero-slider-nav .swiper-button-next {
  right: 20px;
  top: unset;
  bottom: 22px;
}
@media (min-width: 1280px) {
  .hero-slider.swiper-horizontal .hero-slider-nav .swiper-button-next {
    right: 60px;
  }
}
.hero-slider.swiper-horizontal .hero-slider-nav .swiper-pagination {
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1280px) {
  .hero-slider.swiper-horizontal .hero-slider-nav .swiper-pagination {
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.hero-slide {
  display: flex;
  flex-direction: column;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding: 56px 0 100px;
  min-height: 320px;
  height: auto;
  position: relative;
}
.hero-slide .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 24px;
  flex: 1 0 0;
  margin: 0;
  max-width: 730px;
}
@media (min-width: 1280px) {
  .hero-slide .container {
    padding-bottom: 0;
  }
}
.hero-slide .section-title {
  color: #fcfcfc;
  margin: 0;
  font-size: 24px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .hero-slide .section-title {
    font-size: 36px;
  }
}
@media (min-width: 1280px) {
  .hero-slide .btn {
    min-width: 210px;
  }
}
.hero-slide .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.hero-slide .bg-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body:not(.single) .type-dorama,
body:not(.single) .type-film,
body:not(.single) .type-post,
body:not(.single) .type-show,
body:not(.single) .type-actor,
body.single-team .type-dorama,
body.single-team .type-film,
body.single-team .type-post,
body.single-team .type-show,
body.single-team .type-actor,
body.single-actor .team-projects .type-dorama,
body.single-actor .team-projects .type-film,
body.single-actor .team-projects .type-post,
body.single-actor .team-projects .type-show,
body.single-actor .team-projects .type-actor {
  display: flex;
  border-radius: 5px;
  flex-direction: column;
  padding: 14px;
  border: 1px solid var(--border-dark);
  background: var(--bg-card);
}
@media (min-width: 768px) {
  body:not(.single) .type-dorama,
  body:not(.single) .type-film,
  body:not(.single) .type-post,
  body:not(.single) .type-show,
  body:not(.single) .type-actor,
  body.single-team .type-dorama,
  body.single-team .type-film,
  body.single-team .type-post,
  body.single-team .type-show,
  body.single-team .type-actor,
  body.single-actor .team-projects .type-dorama,
  body.single-actor .team-projects .type-film,
  body.single-actor .team-projects .type-post,
  body.single-actor .team-projects .type-show,
  body.single-actor .team-projects .type-actor {
    width: calc(50% - 10px);
  }
}
@media (min-width: 1024px) {
  body:not(.single) .type-dorama,
  body:not(.single) .type-film,
  body:not(.single) .type-post,
  body:not(.single) .type-show,
  body:not(.single) .type-actor,
  body.single-team .type-dorama,
  body.single-team .type-film,
  body.single-team .type-post,
  body.single-team .type-show,
  body.single-team .type-actor,
  body.single-actor .team-projects .type-dorama,
  body.single-actor .team-projects .type-film,
  body.single-actor .team-projects .type-post,
  body.single-actor .team-projects .type-show,
  body.single-actor .team-projects .type-actor {
    width: calc(33.33% - 14px);
    padding: 20px 24px 28px;
  }
}
body:not(.single) .type-dorama .post-thumbnail,
body:not(.single) .type-film .post-thumbnail,
body:not(.single) .type-post .post-thumbnail,
body:not(.single) .type-show .post-thumbnail,
body:not(.single) .type-actor .post-thumbnail,
body.single-team .type-dorama .post-thumbnail,
body.single-team .type-film .post-thumbnail,
body.single-team .type-post .post-thumbnail,
body.single-team .type-show .post-thumbnail,
body.single-team .type-actor .post-thumbnail,
body.single-actor .team-projects .type-dorama .post-thumbnail,
body.single-actor .team-projects .type-film .post-thumbnail,
body.single-actor .team-projects .type-post .post-thumbnail,
body.single-actor .team-projects .type-show .post-thumbnail,
body.single-actor .team-projects .type-actor .post-thumbnail {
  position: relative;
  flex: 1;
  margin-bottom: 12px;
}
@media (min-width: 1280px) {
  body:not(.single) .type-dorama .post-thumbnail,
  body:not(.single) .type-film .post-thumbnail,
  body:not(.single) .type-post .post-thumbnail,
  body:not(.single) .type-show .post-thumbnail,
  body:not(.single) .type-actor .post-thumbnail,
  body.single-team .type-dorama .post-thumbnail,
  body.single-team .type-film .post-thumbnail,
  body.single-team .type-post .post-thumbnail,
  body.single-team .type-show .post-thumbnail,
  body.single-team .type-actor .post-thumbnail,
  body.single-actor .team-projects .type-dorama .post-thumbnail,
  body.single-actor .team-projects .type-film .post-thumbnail,
  body.single-actor .team-projects .type-post .post-thumbnail,
  body.single-actor .team-projects .type-show .post-thumbnail,
  body.single-actor .team-projects .type-actor .post-thumbnail {
    margin-bottom: 24px;
  }
}
body:not(.single) .type-dorama .post-thumbnail:hover + .post-details .post-title a,
body:not(.single) .type-film .post-thumbnail:hover + .post-details .post-title a,
body:not(.single) .type-post .post-thumbnail:hover + .post-details .post-title a,
body:not(.single) .type-show .post-thumbnail:hover + .post-details .post-title a,
body:not(.single) .type-actor .post-thumbnail:hover + .post-details .post-title a,
body.single-team .type-dorama .post-thumbnail:hover + .post-details .post-title a,
body.single-team .type-film .post-thumbnail:hover + .post-details .post-title a,
body.single-team .type-post .post-thumbnail:hover + .post-details .post-title a,
body.single-team .type-show .post-thumbnail:hover + .post-details .post-title a,
body.single-team .type-actor .post-thumbnail:hover + .post-details .post-title a,
body.single-actor .team-projects .type-dorama .post-thumbnail:hover + .post-details .post-title a,
body.single-actor .team-projects .type-film .post-thumbnail:hover + .post-details .post-title a,
body.single-actor .team-projects .type-post .post-thumbnail:hover + .post-details .post-title a,
body.single-actor .team-projects .type-show .post-thumbnail:hover + .post-details .post-title a,
body.single-actor .team-projects .type-actor .post-thumbnail:hover + .post-details .post-title a {
  color: #cd2e3a;
}
body:not(.single) .type-dorama .post-thumbnail a,
body:not(.single) .type-dorama .post-thumbnail img,
body:not(.single) .type-film .post-thumbnail a,
body:not(.single) .type-film .post-thumbnail img,
body:not(.single) .type-post .post-thumbnail a,
body:not(.single) .type-post .post-thumbnail img,
body:not(.single) .type-show .post-thumbnail a,
body:not(.single) .type-show .post-thumbnail img,
body:not(.single) .type-actor .post-thumbnail a,
body:not(.single) .type-actor .post-thumbnail img,
body.single-team .type-dorama .post-thumbnail a,
body.single-team .type-dorama .post-thumbnail img,
body.single-team .type-film .post-thumbnail a,
body.single-team .type-film .post-thumbnail img,
body.single-team .type-post .post-thumbnail a,
body.single-team .type-post .post-thumbnail img,
body.single-team .type-show .post-thumbnail a,
body.single-team .type-show .post-thumbnail img,
body.single-team .type-actor .post-thumbnail a,
body.single-team .type-actor .post-thumbnail img,
body.single-actor .team-projects .type-dorama .post-thumbnail a,
body.single-actor .team-projects .type-dorama .post-thumbnail img,
body.single-actor .team-projects .type-film .post-thumbnail a,
body.single-actor .team-projects .type-film .post-thumbnail img,
body.single-actor .team-projects .type-post .post-thumbnail a,
body.single-actor .team-projects .type-post .post-thumbnail img,
body.single-actor .team-projects .type-show .post-thumbnail a,
body.single-actor .team-projects .type-show .post-thumbnail img,
body.single-actor .team-projects .type-actor .post-thumbnail a,
body.single-actor .team-projects .type-actor .post-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body:not(.single) .type-dorama .post-thumbnail .status-label,
body:not(.single) .type-film .post-thumbnail .status-label,
body:not(.single) .type-post .post-thumbnail .status-label,
body:not(.single) .type-show .post-thumbnail .status-label,
body:not(.single) .type-actor .post-thumbnail .status-label,
body.single-team .type-dorama .post-thumbnail .status-label,
body.single-team .type-film .post-thumbnail .status-label,
body.single-team .type-post .post-thumbnail .status-label,
body.single-team .type-show .post-thumbnail .status-label,
body.single-team .type-actor .post-thumbnail .status-label,
body.single-actor .team-projects .type-dorama .post-thumbnail .status-label,
body.single-actor .team-projects .type-film .post-thumbnail .status-label,
body.single-actor .team-projects .type-post .post-thumbnail .status-label,
body.single-actor .team-projects .type-show .post-thumbnail .status-label,
body.single-actor .team-projects .type-actor .post-thumbnail .status-label {
  background: #cd2e3a;
  color: #fcfcfc;
  font-weight: 300;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  padding: 8px 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
body:not(.single) .type-dorama .post-title,
body:not(.single) .type-film .post-title,
body:not(.single) .type-post .post-title,
body:not(.single) .type-show .post-title,
body:not(.single) .type-actor .post-title,
body.single-team .type-dorama .post-title,
body.single-team .type-film .post-title,
body.single-team .type-post .post-title,
body.single-team .type-show .post-title,
body.single-team .type-actor .post-title,
body.single-actor .team-projects .type-dorama .post-title,
body.single-actor .team-projects .type-film .post-title,
body.single-actor .team-projects .type-post .post-title,
body.single-actor .team-projects .type-show .post-title,
body.single-actor .team-projects .type-actor .post-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 12px;
}
@media (min-width: 1280px) {
  body:not(.single) .type-dorama .post-title,
  body:not(.single) .type-film .post-title,
  body:not(.single) .type-post .post-title,
  body:not(.single) .type-show .post-title,
  body:not(.single) .type-actor .post-title,
  body.single-team .type-dorama .post-title,
  body.single-team .type-film .post-title,
  body.single-team .type-post .post-title,
  body.single-team .type-show .post-title,
  body.single-team .type-actor .post-title,
  body.single-actor .team-projects .type-dorama .post-title,
  body.single-actor .team-projects .type-film .post-title,
  body.single-actor .team-projects .type-post .post-title,
  body.single-actor .team-projects .type-show .post-title,
  body.single-actor .team-projects .type-actor .post-title {
    margin-bottom: 24px;
    font-size: 20px;
  }
}
body:not(.single) .type-dorama .post-title a,
body:not(.single) .type-film .post-title a,
body:not(.single) .type-post .post-title a,
body:not(.single) .type-show .post-title a,
body:not(.single) .type-actor .post-title a,
body.single-team .type-dorama .post-title a,
body.single-team .type-film .post-title a,
body.single-team .type-post .post-title a,
body.single-team .type-show .post-title a,
body.single-team .type-actor .post-title a,
body.single-actor .team-projects .type-dorama .post-title a,
body.single-actor .team-projects .type-film .post-title a,
body.single-actor .team-projects .type-post .post-title a,
body.single-actor .team-projects .type-show .post-title a,
body.single-actor .team-projects .type-actor .post-title a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
body:not(.single) .type-dorama .post-title a:hover,
body:not(.single) .type-film .post-title a:hover,
body:not(.single) .type-post .post-title a:hover,
body:not(.single) .type-show .post-title a:hover,
body:not(.single) .type-actor .post-title a:hover,
body.single-team .type-dorama .post-title a:hover,
body.single-team .type-film .post-title a:hover,
body.single-team .type-post .post-title a:hover,
body.single-team .type-show .post-title a:hover,
body.single-team .type-actor .post-title a:hover,
body.single-actor .team-projects .type-dorama .post-title a:hover,
body.single-actor .team-projects .type-film .post-title a:hover,
body.single-actor .team-projects .type-post .post-title a:hover,
body.single-actor .team-projects .type-show .post-title a:hover,
body.single-actor .team-projects .type-actor .post-title a:hover {
  color: #cd2e3a;
}
body:not(.single) .type-dorama .post-title a span,
body:not(.single) .type-film .post-title a span,
body:not(.single) .type-post .post-title a span,
body:not(.single) .type-show .post-title a span,
body:not(.single) .type-actor .post-title a span,
body.single-team .type-dorama .post-title a span,
body.single-team .type-film .post-title a span,
body.single-team .type-post .post-title a span,
body.single-team .type-show .post-title a span,
body.single-team .type-actor .post-title a span,
body.single-actor .team-projects .type-dorama .post-title a span,
body.single-actor .team-projects .type-film .post-title a span,
body.single-actor .team-projects .type-post .post-title a span,
body.single-actor .team-projects .type-show .post-title a span,
body.single-actor .team-projects .type-actor .post-title a span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 1280px) {
  body:not(.single) .type-dorama .post-title a span,
  body:not(.single) .type-film .post-title a span,
  body:not(.single) .type-post .post-title a span,
  body:not(.single) .type-show .post-title a span,
  body:not(.single) .type-actor .post-title a span,
  body.single-team .type-dorama .post-title a span,
  body.single-team .type-film .post-title a span,
  body.single-team .type-post .post-title a span,
  body.single-team .type-show .post-title a span,
  body.single-team .type-actor .post-title a span,
  body.single-actor .team-projects .type-dorama .post-title a span,
  body.single-actor .team-projects .type-film .post-title a span,
  body.single-actor .team-projects .type-post .post-title a span,
  body.single-actor .team-projects .type-show .post-title a span,
  body.single-actor .team-projects .type-actor .post-title a span {
    margin-bottom: 8px;
  }
}
body:not(.single) .type-dorama .post-title a span:last-child,
body:not(.single) .type-film .post-title a span:last-child,
body:not(.single) .type-post .post-title a span:last-child,
body:not(.single) .type-show .post-title a span:last-child,
body:not(.single) .type-actor .post-title a span:last-child,
body.single-team .type-dorama .post-title a span:last-child,
body.single-team .type-film .post-title a span:last-child,
body.single-team .type-post .post-title a span:last-child,
body.single-team .type-show .post-title a span:last-child,
body.single-team .type-actor .post-title a span:last-child,
body.single-actor .team-projects .type-dorama .post-title a span:last-child,
body.single-actor .team-projects .type-film .post-title a span:last-child,
body.single-actor .team-projects .type-post .post-title a span:last-child,
body.single-actor .team-projects .type-show .post-title a span:last-child,
body.single-actor .team-projects .type-actor .post-title a span:last-child {
  margin-bottom: 0;
}
body:not(.single) .type-dorama .post-meta,
body:not(.single) .type-film .post-meta,
body:not(.single) .type-post .post-meta,
body:not(.single) .type-show .post-meta,
body:not(.single) .type-actor .post-meta,
body.single-team .type-dorama .post-meta,
body.single-team .type-film .post-meta,
body.single-team .type-post .post-meta,
body.single-team .type-show .post-meta,
body.single-team .type-actor .post-meta,
body.single-actor .team-projects .type-dorama .post-meta,
body.single-actor .team-projects .type-film .post-meta,
body.single-actor .team-projects .type-post .post-meta,
body.single-actor .team-projects .type-show .post-meta,
body.single-actor .team-projects .type-actor .post-meta {
  font-size: 12px;
  font-weight: 300;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: inherit;
  text-decoration: none;
}
@media (min-width: 1280px) {
  body:not(.single) .type-dorama .post-meta,
  body:not(.single) .type-film .post-meta,
  body:not(.single) .type-post .post-meta,
  body:not(.single) .type-show .post-meta,
  body:not(.single) .type-actor .post-meta,
  body.single-team .type-dorama .post-meta,
  body.single-team .type-film .post-meta,
  body.single-team .type-post .post-meta,
  body.single-team .type-show .post-meta,
  body.single-team .type-actor .post-meta,
  body.single-actor .team-projects .type-dorama .post-meta,
  body.single-actor .team-projects .type-film .post-meta,
  body.single-actor .team-projects .type-post .post-meta,
  body.single-actor .team-projects .type-show .post-meta,
  body.single-actor .team-projects .type-actor .post-meta {
    font-size: 14px;
  }
}
body:not(.single) .type-dorama .post-date,
body:not(.single) .type-dorama .post-author,
body:not(.single) .type-film .post-date,
body:not(.single) .type-film .post-author,
body:not(.single) .type-post .post-date,
body:not(.single) .type-post .post-author,
body:not(.single) .type-show .post-date,
body:not(.single) .type-show .post-author,
body:not(.single) .type-actor .post-date,
body:not(.single) .type-actor .post-author,
body.single-team .type-dorama .post-date,
body.single-team .type-dorama .post-author,
body.single-team .type-film .post-date,
body.single-team .type-film .post-author,
body.single-team .type-post .post-date,
body.single-team .type-post .post-author,
body.single-team .type-show .post-date,
body.single-team .type-show .post-author,
body.single-team .type-actor .post-date,
body.single-team .type-actor .post-author,
body.single-actor .team-projects .type-dorama .post-date,
body.single-actor .team-projects .type-dorama .post-author,
body.single-actor .team-projects .type-film .post-date,
body.single-actor .team-projects .type-film .post-author,
body.single-actor .team-projects .type-post .post-date,
body.single-actor .team-projects .type-post .post-author,
body.single-actor .team-projects .type-show .post-date,
body.single-actor .team-projects .type-show .post-author,
body.single-actor .team-projects .type-actor .post-date,
body.single-actor .team-projects .type-actor .post-author {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
body:not(.single) .type-dorama .post-date:hover,
body:not(.single) .type-dorama .post-author:hover,
body:not(.single) .type-film .post-date:hover,
body:not(.single) .type-film .post-author:hover,
body:not(.single) .type-post .post-date:hover,
body:not(.single) .type-post .post-author:hover,
body:not(.single) .type-show .post-date:hover,
body:not(.single) .type-show .post-author:hover,
body:not(.single) .type-actor .post-date:hover,
body:not(.single) .type-actor .post-author:hover,
body.single-team .type-dorama .post-date:hover,
body.single-team .type-dorama .post-author:hover,
body.single-team .type-film .post-date:hover,
body.single-team .type-film .post-author:hover,
body.single-team .type-post .post-date:hover,
body.single-team .type-post .post-author:hover,
body.single-team .type-show .post-date:hover,
body.single-team .type-show .post-author:hover,
body.single-team .type-actor .post-date:hover,
body.single-team .type-actor .post-author:hover,
body.single-actor .team-projects .type-dorama .post-date:hover,
body.single-actor .team-projects .type-dorama .post-author:hover,
body.single-actor .team-projects .type-film .post-date:hover,
body.single-actor .team-projects .type-film .post-author:hover,
body.single-actor .team-projects .type-post .post-date:hover,
body.single-actor .team-projects .type-post .post-author:hover,
body.single-actor .team-projects .type-show .post-date:hover,
body.single-actor .team-projects .type-show .post-author:hover,
body.single-actor .team-projects .type-actor .post-date:hover,
body.single-actor .team-projects .type-actor .post-author:hover {
  color: #cd2e3a;
}
body:not(.single) .type-dorama .post-author,
body:not(.single) .type-film .post-author,
body:not(.single) .type-post .post-author,
body:not(.single) .type-show .post-author,
body:not(.single) .type-actor .post-author,
body.single-team .type-dorama .post-author,
body.single-team .type-film .post-author,
body.single-team .type-post .post-author,
body.single-team .type-show .post-author,
body.single-team .type-actor .post-author,
body.single-actor .team-projects .type-dorama .post-author,
body.single-actor .team-projects .type-film .post-author,
body.single-actor .team-projects .type-post .post-author,
body.single-actor .team-projects .type-show .post-author,
body.single-actor .team-projects .type-actor .post-author {
  text-transform: uppercase;
}

body .simplefavorite-button.preset {
  background: transparent;
  border: none;
  padding: 0;
  margin: -8px 0 0;
  width: 40px;
  height: 40px;
  position: relative;
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
body .simplefavorite-button.preset:hover, body .simplefavorite-button.preset.active {
  background: transparent;
}
body .simplefavorite-button.preset:hover:before, body .simplefavorite-button.preset.active:before {
  background-image: url("./img/icon-heart-fill.svg");
}
body .simplefavorite-button.preset:before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("./img/icon-heart-outline.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: auto;
  transition: all 0.3s ease-in-out;
}
body .simplefavorite-button.preset i {
  display: none;
}

.filtration {
  background: var(--bg-secondary);
  color: var(--color-text);
  border: 1px solid var(--bg-primary-dark);
  padding: 20px 16px;
  border-radius: 5px;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  transition: top 0.3s ease-in-out, padding 0.3s ease-in-out;
}
@media (min-width: 1280px) {
  .filtration {
    padding: 20px 16px 40px;
  }
}
.dark-theme .filtration {
  background: var(--bg-card);
}
.filtration.scrolling {
  border-color: var(--color-text);
  left: 20px;
  top: 40px;
  z-index: 10;
  position: fixed;
  padding: 10px 16px;
  width: calc(100% - 40px);
}
.filtration.scrolling .sidebar-toggle {
  padding: 0;
}
.filtration .filter {
  padding-top: 20px;
}
@media (min-width: 1280px) {
  .filtration .filter {
    padding-top: 0;
  }
}
.filtration .filter-title {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  padding: 0;
}
@media (min-width: 1280px) {
  .filtration .filter-title {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.filtration .item {
  margin-bottom: 22px;
}
.filtration .item:last-child {
  margin-bottom: 0;
}
.filtration .item.open-close {
  border-top: 1px solid var(--border-checkbox);
  margin-bottom: 0;
}
.filtration .item.open-close:last-child {
  border-bottom: 1px solid var(--border-checkbox);
}
.filtration .item#year .slide, .filtration .item#country .slide, .filtration .item#collection .slide, .filtration .item#genre .slide {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.filtration .item#year .slide label, .filtration .item#country .slide label, .filtration .item#collection .slide label, .filtration .item#genre .slide label {
  width: calc(50% - 6px);
}
.filtration .item label {
  cursor: pointer;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.filtration .item label:hover {
  color: #cd2e3a;
}
.filtration .item input {
  margin-right: 12px;
}

.open-close.opened .opener:after {
  transform: translateY(-50%) rotate(0);
}
.open-close .opener {
  cursor: pointer;
  position: relative;
  display: block;
  width: 100%;
  background: transparent;
  border: none;
  text-align: left;
  padding-left: 26px;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1280px) {
  .open-close .opener {
    padding-left: 36px;
  }
}
.open-close .opener:hover {
  color: #cd2e3a;
}
.open-close .opener:hover:before, .open-close .opener:hover:after {
  background: #cd2e3a;
}
.open-close .opener:before, .open-close .opener:after {
  content: "";
  background: var(--color-text);
  width: 12px;
  height: 1px;
  position: absolute;
  display: block;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1280px) {
  .open-close .opener:before, .open-close .opener:after {
    left: 6px;
  }
}
.open-close .opener:after {
  transform: translateY(-50%) rotate(90deg);
}
.open-close .slide {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.sidebar-toggle,
.sidebar-close {
  background: transparent;
  border: none;
}

.sidebar-toggle {
  text-align: left;
  display: block;
  width: 100%;
}
@media (min-width: 1280px) {
  .sidebar-toggle {
    display: none;
  }
}
.sidebar-toggle i {
  margin-right: 10px;
}

.sidebar-close {
  font-size: 0;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}
@media (min-width: 1280px) {
  .sidebar-close {
    display: none;
  }
}
.sidebar-close i {
  font-size: 20px;
}

.sidebar-holder {
  background: var(--bg-primary-dark);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  padding: 60px 20px;
  transform: translateX(-100%);
  z-index: 5;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1280px) {
  .sidebar-holder {
    position: unset;
    width: unset;
    height: unset;
    left: unset;
    top: unset;
    overflow: unset;
    padding: unset;
    transform: unset;
    background: unset;
  }
}
.sidebar-holder.show-sidebar {
  transform: translateX(0);
}
.sidebar-holder .filter-title {
  margin-bottom: 10px;
}
.sidebar-holder .filter-title.opener {
  padding: 14px 0 14px 32px;
  font-size: 14px;
}

.sticky-placeholder {
  height: 0;
  transition: all 0.3s ease-in-out;
}

.reset-filters {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
}
.reset-filters.visible {
  position: relative;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out 0.3s;
}

.reset-button {
  cursor: pointer;
  color: #cd2e3a;
  background: transparent;
  border: none;
  padding: 0;
  margin: 20px 0;
  text-align: left;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s ease-in-out;
}
.reset-button:hover {
  color: var(--color-text);
}

.post-type-archive-dorama #post-type,
.post-type-archive-film #post-type,
.post-type-archive-show #post-type,
.post-type-archive-actor #post-type,
.blog #post-type {
  display: none;
}

.results-wrapper {
  display: none;
}
.results-wrapper .section-title {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
}
.results-wrapper .section-title .loader {
  margin: 0 0 0 20px;
}

.posts-list {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media (min-width: 768px) {
  .posts-list {
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}

.top-posts {
  background: var(--bg-card);
  border: 1px solid var(--bg-primary-dark);
  padding: 20px 16px;
  border-radius: 5px;
}
@media (min-width: 1200px) {
  .top-posts {
    padding: 24px 32px;
  }
}

.top-posts-list {
  font-size: 14px;
  font-weight: 300;
  padding-left: 20px;
  margin: 0;
  padding-top: 28px;
  padding-bottom: 28px;
}
.top-posts-list li {
  margin-bottom: 20px;
}
.top-posts-list li:last-child {
  margin-bottom: 0;
}
.top-posts-list a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.top-posts-list a:hover {
  color: #cd2e3a;
}

.project-actors {
  text-align: center;
  margin-bottom: 60px;
}
@media (min-width: 1280px) {
  .project-actors {
    margin-bottom: 100px;
  }
}

.more-btn {
  cursor: pointer;
  border: none;
  border-bottom: 1px solid #2b3750;
  background: transparent;
  display: block;
  width: 100%;
  padding: 13px 20px;
  margin-top: 24px;
}
.more-btn:after {
  content: "";
  border-bottom: 2px solid var(--icon-check);
  border-left: 2px solid var(--icon-check);
  width: 12px;
  height: 12px;
  display: inline-block;
  background: transparent;
  vertical-align: top;
  transform: translateY(0) rotate(-45deg);
  margin-left: 12px;
  transition: all 0.3s ease-in-out;
}

.actors-title {
  margin-bottom: 24px;
}
@media (min-width: 1280px) {
  .actors-title {
    margin-bottom: 48px;
  }
}

.actors-list {
  margin: 0;
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  overflow: hidden;
  height: auto;
  transition: height 0.3s ease-in-out;
}
@media (min-width: 1280px) {
  .actors-list {
    padding: 0 36px;
  }
}
.actors-list.expanded + .more-btn:after {
  transform: translateY(8px) rotate(-225deg);
}
.actors-list li {
  width: calc(33.33% - 16px);
}
@media (min-width: 768px) {
  .actors-list li {
    width: calc(20% - 18px);
  }
}
@media (min-width: 1024px) {
  .actors-list li {
    width: calc(16.66% - 20px);
    gap: 36px;
  }
}
.actors-list li a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.actors-list li a:hover {
  color: #cd2e3a;
}
.actors-list li .image {
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  max-width: 130px;
  width: 100%;
  margin: 0 auto 18px;
}
.actors-list li .image img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.similar-posts-section {
  margin-top: 70px;
}
@media (min-width: 1024px) {
  .similar-posts-section {
    margin-top: 100px;
  }
}
.similar-posts-section .section-title {
  letter-spacing: -0.015em;
  margin-bottom: 24px;
}
.similar-posts-section .type-dorama,
.similar-posts-section .type-film,
.similar-posts-section .type-post {
  border: 1px solid var(--border-dark);
  background: var(--bg-card);
  display: flex;
  border-radius: 5px;
  flex-direction: column;
  padding: 20px 24px 28px;
}
.similar-posts-section .type-dorama .post-thumbnail,
.similar-posts-section .type-film .post-thumbnail,
.similar-posts-section .type-post .post-thumbnail {
  flex: 1;
  margin-bottom: 24px;
}
.similar-posts-section .type-dorama .post-thumbnail a,
.similar-posts-section .type-dorama .post-thumbnail img,
.similar-posts-section .type-film .post-thumbnail a,
.similar-posts-section .type-film .post-thumbnail img,
.similar-posts-section .type-post .post-thumbnail a,
.similar-posts-section .type-post .post-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.similar-posts-section .type-dorama .post-title,
.similar-posts-section .type-film .post-title,
.similar-posts-section .type-post .post-title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 24px;
}
.similar-posts-section .type-dorama .post-title a,
.similar-posts-section .type-film .post-title a,
.similar-posts-section .type-post .post-title a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}
.similar-posts-section .type-dorama .post-title a span,
.similar-posts-section .type-film .post-title a span,
.similar-posts-section .type-post .post-title a span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
}
.similar-posts-section .type-dorama .post-title a span:last-child,
.similar-posts-section .type-film .post-title a span:last-child,
.similar-posts-section .type-post .post-title a span:last-child {
  margin-bottom: 0;
}
.similar-posts-section .type-dorama .post-meta,
.similar-posts-section .type-film .post-meta,
.similar-posts-section .type-post .post-meta {
  font-size: 14px;
  font-weight: 300;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  color: inherit;
  text-decoration: none;
}
.similar-posts-section .type-dorama .post-date,
.similar-posts-section .type-dorama .post-author,
.similar-posts-section .type-film .post-date,
.similar-posts-section .type-film .post-author,
.similar-posts-section .type-post .post-date,
.similar-posts-section .type-post .post-author {
  color: inherit;
  text-decoration: none;
}
.similar-posts-section .type-dorama .post-author,
.similar-posts-section .type-film .post-author,
.similar-posts-section .type-post .post-author {
  text-transform: uppercase;
}

.swiper.similar-slider {
  padding-bottom: 36px;
  margin-bottom: 70px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 1024px) {
  .swiper.similar-slider {
    margin-bottom: 120px;
  }
}
.swiper.similar-slider:last-child {
  margin-bottom: 0;
}
.swiper.similar-slider button.swiper-button-prev,
.swiper.similar-slider button.swiper-button-next {
  top: calc(50% - 50px);
  transform: translateY(-50%);
}
.swiper.similar-slider button.swiper-button-prev {
  left: 0;
}
.swiper.similar-slider button.swiper-button-next {
  right: 0;
}
.swiper.similar-slider .type-dorama .post-thumbnail:hover + .post-details .post-title a,
.swiper.similar-slider .type-film .post-thumbnail:hover + .post-details .post-title a,
.swiper.similar-slider .type-post .post-thumbnail:hover + .post-details .post-title a,
.swiper.similar-slider .type-show .post-thumbnail:hover + .post-details .post-title a {
  color: #cd2e3a;
}
.swiper.similar-slider .type-dorama .post-title a,
.swiper.similar-slider .type-film .post-title a,
.swiper.similar-slider .type-post .post-title a,
.swiper.similar-slider .type-show .post-title a {
  transition: all 0.3s ease-in-out;
}
.swiper.similar-slider .type-dorama .post-title a:hover,
.swiper.similar-slider .type-film .post-title a:hover,
.swiper.similar-slider .type-post .post-title a:hover,
.swiper.similar-slider .type-show .post-title a:hover {
  color: #cd2e3a;
}
.swiper.similar-slider .type-dorama .post-date,
.swiper.similar-slider .type-dorama .post-author,
.swiper.similar-slider .type-film .post-date,
.swiper.similar-slider .type-film .post-author,
.swiper.similar-slider .type-post .post-date,
.swiper.similar-slider .type-post .post-author,
.swiper.similar-slider .type-show .post-date,
.swiper.similar-slider .type-show .post-author {
  transition: all 0.3s ease-in-out;
}
.swiper.similar-slider .type-dorama .post-date:hover,
.swiper.similar-slider .type-dorama .post-author:hover,
.swiper.similar-slider .type-film .post-date:hover,
.swiper.similar-slider .type-film .post-author:hover,
.swiper.similar-slider .type-post .post-date:hover,
.swiper.similar-slider .type-post .post-author:hover,
.swiper.similar-slider .type-show .post-date:hover,
.swiper.similar-slider .type-show .post-author:hover {
  color: #cd2e3a;
}

#main .apm-opacity-layer-light {
  background: rgba(var(--bg-card), 0.3);
}
#main .voting-widget {
  background: var(--bg-card);
  color: var(--color-text);
  border: 1px solid var(--bg-primary-dark);
  border-radius: 5px;
  padding: 20px 16px;
}
@media (min-width: 1280px) {
  #main .voting-widget {
    padding: 24px 34px 38px;
  }
}
#main .voting-widget .slide:only-child .choosing-poll {
  padding: 24px 34px 34px;
}
#main .voting-widget .slide:only-child .choosing-poll .apm-title-box {
  display: block;
}
#main .voting-widget .choosing-poll {
  padding: 0 0 72px;
  background: var(--bg-card);
}
#main .voting-widget .choosing-poll .apm-title-box {
  margin: 0;
  display: none;
}
#main .voting-widget .choosing-poll .apm-title-box h5 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 20px;
}
#main .voting-widget .box-apm .results-apm {
  padding: 0;
}
#main .voting-widget .box-apm .results-apm .answer-percent {
  background: var(--color-text) !important;
  color: var(--bg-secondary) !important;
}
#main .voting-widget .box-apm * {
  color: inherit;
}
#main .voting-widget .box-apm .apm-answers .apm-choosing label.ays_label_poll {
  border-color: #2b3750;
  background: transparent;
  border-radius: 3px;
  padding: 8px 12px 10px;
  line-height: 1;
  font-size: 14px;
  font-weight: 300;
}
#main .voting-widget .box-apm .apm-answers .apm-choosing label.ays_label_poll:hover {
  background-color: #0047a0 !important;
  border-color: #0047a0;
}
#main .voting-widget .box-apm .apm-answers .apm-choosing label.ays_label_poll:hover .ays-poll-each-answer-grid {
  color: #fcfcfc !important;
}
#main .voting-widget .box-apm .apm-answers .apm-choosing input[type=radio]:checked + label.ays_label_poll {
  background-color: #0047a0 !important;
  border-color: #0047a0;
}
#main .voting-widget .box-apm .apm-answers .apm-choosing input[type=radio]:checked + label.ays_label_poll .ays-poll-each-answer-grid {
  color: #fcfcfc !important;
}
#main .voting-widget .box-apm .apm-answers .apm-choosing input[type=radio]:checked + label.ays_label_poll * {
  color: inherit;
}
#main .voting-widget .box-apm .apm-button-box {
  margin: 20px 0 0;
  display: flex;
  flex-direction: column-reverse;
}
#main .voting-widget .box-apm span.ays_poll_passed_count {
  background: transparent;
  color: var(--color-text);
  font-size: 16px;
  font-weight: 400;
  bottom: 0;
  right: 0;
  padding-right: 0;
}
#main .voting-widget .box-apm span.ays_poll_passed_count i {
  color: inherit;
}
#main .voting-widget .box-apm span.ays_poll_passed_count i:before {
  content: "\f500";
}
#main .voting-widget .ays-poll-btn {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  max-width: unset;
  transition: all 0.3s ease-in-out !important;
}
#main .voting-widget .ays-poll-btn:hover {
  background-color: #cd2e3a !important;
  filter: opacity(1);
}
#main .voting-widget .ays-poll-btn.ays-see-res-button-show {
  border: 1px solid var(--color-text);
  color: var(--color-text) !important;
  background-color: transparent !important;
}
#main .voting-widget .ays-poll-btn.ays-see-res-button-show:hover {
  background-color: var(--color-text) !important;
  color: var(--bg-secondary) !important;
}

.single-post-top-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  line-height: 1.3;
  margin-bottom: 42px;
}
.single-post-top-content .col-left {
  width: 100%;
  max-width: 350px;
}
@media (min-width: 1024px) {
  .single-post-top-content .col-left {
    width: unset;
    max-width: unset;
    flex: 0 1 300px;
  }
}
@media (min-width: 1280px) {
  .single-post-top-content .col-left {
    flex: 0 1 522px;
  }
}
@media (min-width: 1024px) {
  .single-post-top-content .col-right {
    flex: 1 1 calc(100% - 320px);
  }
}
@media (min-width: 1280px) {
  .single-post-top-content .col-right {
    flex: 1 1 calc(100% - 542px);
  }
}
.single-post-top-content .image-holder {
  overflow: hidden;
  border-radius: 5px;
}
.single-post-top-content .image-holder img {
  display: block;
  width: 100%;
}
.single-post-top-content h1 {
  letter-spacing: 0.015em;
  line-height: 1.3;
}
.single-post-top-content h3 {
  font-size: 18px;
  margin-bottom: 13px;
}
@media (min-width: 1024px) {
  .single-post-top-content h3 {
    font-size: 20px;
    margin-bottom: 26px;
  }
}
.single-post-top-content .right-info-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  font-size: 14px;
  font-weight: 300;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .single-post-top-content .right-info-holder {
    -moz-column-gap: 125px;
         column-gap: 125px;
    margin-top: 53px;
  }
}
.single-post-top-content .author,
.single-post-top-content .tag-links .btn.btn-outline {
  font-size: inherit;
  font-weight: inherit;
}
.single-post-top-content .author {
  background: var(--bg-primary);
  border-color: var(--bg-primary-dark);
  color: var(--icon-check);
}
.single-post-top-content p {
  margin-bottom: 15px;
}
.single-post-top-content p:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .single-post-bottom-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
  }
}
@media (min-width: 1280px) {
  .single-post-bottom-content {
    gap: 100px;
  }
}
.single-post-bottom-content .date {
  color: var(--gray-highlight);
  margin-bottom: 13px;
}
.single-post-bottom-content .col-left {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .single-post-bottom-content .col-left {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .single-post-bottom-content .col-right {
    max-width: 546px;
    width: 100%;
  }
}

.tag-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.tag-links .btn {
  font-size: 14px;
  font-weight: 300;
  padding: 0.8em;
}

.comments-link {
  border: 1px solid var(--bg-primary-dark);
  color: var(--icon-check);
  text-decoration: none;
  border-radius: 5px;
  padding: 10px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s ease-in-out;
}
.comments-link:hover {
  border-color: #cd2e3a;
  color: #cd2e3a;
}
.comments-link:hover path {
  fill: #cd2e3a;
}
.comments-link svg {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.comments-link path {
  fill: var(--icon-check);
  transition: all 0.3s ease-in-out;
}

.addtoany_shortcode .addtoany_list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.addtoany_shortcode .addtoany_list a {
  border: 1px solid var(--border-checkbox);
  background: transparent;
  border-radius: 5px;
  padding: 10px;
  display: inline-flex;
  transition: all 0.3s ease-in-out;
}
.addtoany_shortcode .addtoany_list a:hover {
  border: 1px solid #cd2e3a;
}
.addtoany_shortcode .addtoany_list a:hover span {
  opacity: 1;
}
.addtoany_shortcode .addtoany_list a:hover path {
  fill: #cd2e3a;
}
.addtoany_shortcode .addtoany_list a > span {
  background: transparent !important;
}
.addtoany_shortcode .addtoany_list a path {
  fill: var(--icon-check);
  transition: all 0.3s ease-in-out;
}

.author-info {
  background: var(--bg-primary);
  border: 1px solid var(--bg-primary-dark);
  color: var(--icon-check);
  border-radius: 5px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media (min-width: 768px) {
  .author-info {
    padding: 16px 28px;
    gap: 32px;
  }
}
.author-info .author-img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.author-info .author-img img {
  display: block;
  width: 100%;
}
.author-info a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease-in-out;
}
.author-info a:hover {
  color: #cd2e3a;
}
.author-info .author-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
@media (min-width: 768px) {
  .author-info .author-stats {
    gap: 20px;
  }
}
.author-info .user-website {
  align-self: flex-start;
  margin-left: auto;
  font-size: 0;
  width: 24px;
  height: 24px;
}
.author-info .user-website a:hover path {
  fill: #cd2e3a;
}
.author-info .user-website svg {
  width: 100%;
  max-width: 100%;
}
.author-info .user-website path {
  fill: var(--icon-check);
  transition: all 0.3s ease-in-out;
}

.single-dorama .video-player-holder,
.single-dorama .about-text-holder,
.single-film .video-player-holder,
.single-film .about-text-holder,
.single-show .video-player-holder,
.single-show .about-text-holder {
  margin-bottom: 40px;
}
@media (min-width: 1280px) {
  .single-dorama .video-player-holder,
  .single-dorama .about-text-holder,
  .single-film .video-player-holder,
  .single-film .about-text-holder,
  .single-show .video-player-holder,
  .single-show .about-text-holder {
    margin-bottom: 53px;
  }
}
@media (min-width: 1280px) {
  .single-dorama .about-text-holder,
  .single-film .about-text-holder,
  .single-show .about-text-holder {
    margin-bottom: 100px;
  }
}
.single-dorama .about-text-holder .holder,
.single-film .about-text-holder .holder,
.single-show .about-text-holder .holder {
  line-height: 1.25;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}
.single-dorama .about-text-holder p:last-child,
.single-film .about-text-holder p:last-child,
.single-show .about-text-holder p:last-child {
  margin-bottom: 0;
}
.single-dorama #wrapper .vote-form,
.single-film #wrapper .vote-form,
.single-show #wrapper .vote-form {
  padding: 14px 30px 28px;
  font-weight: 300;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .single-dorama #wrapper .vote-form,
  .single-film #wrapper .vote-form,
  .single-show #wrapper .vote-form {
    padding: 14px 78px 28px;
  }
}
.single-dorama #wrapper .vote-form .box-apm > div,
.single-film #wrapper .vote-form .box-apm > div,
.single-show #wrapper .vote-form .box-apm > div {
  margin: 14px 0;
}
.single-dorama #wrapper .vote-form .ays_question,
.single-film #wrapper .vote-form .ays_question,
.single-show #wrapper .vote-form .ays_question {
  font-size: 14px;
  font-weight: 300;
}
.single-dorama #wrapper .vote-form .ays_question *,
.single-film #wrapper .vote-form .ays_question *,
.single-show #wrapper .vote-form .ays_question * {
  font-family: inherit !important;
}
.single-dorama #wrapper .vote-form .apm-answers,
.single-dorama #wrapper .vote-form .ays_poll_grid_view_container,
.single-film #wrapper .vote-form .apm-answers,
.single-film #wrapper .vote-form .ays_poll_grid_view_container,
.single-show #wrapper .vote-form .apm-answers,
.single-show #wrapper .vote-form .ays_poll_grid_view_container {
  flex-direction: row;
}
.single-dorama #wrapper .vote-form p,
.single-film #wrapper .vote-form p,
.single-show #wrapper .vote-form p {
  font-size: inherit;
}

.video-player-holder .pjscssed pjsdiv,
.video-player-holder .pjscssed pjsdiv > * {
  --pjscolor1: rgba(0, 0, 0, 0.7) !important;
}
.video-player-holder .pjscssed > pjsdiv:nth-child(10) > pjsdiv:first-child > pjsdiv {
  width: 44px !important;
  height: 44px !important;
  background-color: #0047a0 !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  transform: none !important;
  position: relative;
}
@media (min-width: 1024px) {
  .video-player-holder .pjscssed > pjsdiv:nth-child(10) > pjsdiv:first-child > pjsdiv {
    width: 96px !important;
    height: 96px !important;
  }
}
.video-player-holder .pjscssed > pjsdiv:nth-child(10) > pjsdiv:first-child > pjsdiv:after {
  content: "";
  width: 22px;
  height: 22px;
  border-left: 16px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-28%, -50%);
  background: transparent;
  display: block;
}
@media (min-width: 1024px) {
  .video-player-holder .pjscssed > pjsdiv:nth-child(10) > pjsdiv:first-child > pjsdiv:after {
    width: 44px;
    height: 44px;
    border-left: 34px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
  }
}
.video-player-holder .pjscssed > pjsdiv:nth-child(10) svg {
  display: none;
}
.video-player-holder .pjscssed + pjsdiv:last-child svg {
  display: none !important;
}
.video-player-holder .pjscssed #player_playlist2,
.video-player-holder .pjscssed #player_playlist1 {
  border-color: #fff !important;
  border-radius: 5px !important;
}
.video-player-holder .pjscssed #player_playlist2 > pjsdiv:first-child,
.video-player-holder .pjscssed #player_playlist1 > pjsdiv:first-child {
  position: relative;
}
.video-player-holder .pjscssed #player_playlist2 > pjsdiv:first-child > pjsdiv:after,
.video-player-holder .pjscssed #player_playlist1 > pjsdiv:first-child > pjsdiv:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%) rotate(90deg);
  background-image: url("./img/icon-arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  z-index: -1;
}
@media (min-width: 1024px) {
  .video-player-holder .pjscssed #player_playlist2 > pjsdiv:first-child > pjsdiv:after,
  .video-player-holder .pjscssed #player_playlist1 > pjsdiv:first-child > pjsdiv:after {
    width: 18px;
    height: 18px;
    right: 20px;
  }
}
.video-player-holder .pjscssed #player_playlist2 > pjsdiv > pjsdiv,
.video-player-holder .pjscssed #player_playlist1 > pjsdiv > pjsdiv {
  font-family: "Source Sans Pro", sans-serif !important;
  border-color: #fff !important;
  color: #fff !important;
  border-radius: 5px !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  padding: 8px 24px 8px 8px !important;
}
@media (min-width: 1024px) {
  .video-player-holder .pjscssed #player_playlist2 > pjsdiv > pjsdiv,
  .video-player-holder .pjscssed #player_playlist1 > pjsdiv > pjsdiv {
    font-size: 16px !important;
    padding: 17px 50px 17px 16px !important;
  }
}
.video-player-holder .pjscssed #player_playlist2 svg,
.video-player-holder .pjscssed #player_playlist1 svg {
  display: none !important;
}

.about-text-holder .title {
  margin-bottom: 20px;
}
.about-text-holder .about-text .holder.expanded + .more-btn:after {
  transform: translateY(8px) rotate(-225deg);
}
.about-text-holder .more-btn:after {
  transform: translateY(0) rotate(-45deg);
  transition: all 0.3s ease-in-out;
}

.interactions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.interactions .simplefavorite-button.preset {
  border-radius: 5px;
  padding: 10px;
  border: 1px solid var(--bg-primary-dark);
  margin: 0;
  height: inherit;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 40px;
  justify-content: space-between;
  gap: 8px;
  transition: all 0.3s ease-in-out;
}
.interactions .simplefavorite-button.preset.active {
  border-color: var(--bg-primary-dark);
}
.interactions .simplefavorite-button.preset.active:hover {
  border-color: #cd2e3a;
  color: #cd2e3a;
}
.interactions .simplefavorite-button.preset.active:hover:before {
  background-image: url("./img/icon-heart-fill-red.svg");
}
.interactions .simplefavorite-button.preset:hover {
  border-color: #cd2e3a;
  color: #cd2e3a;
}
.interactions .simplefavorite-button.preset:hover:before {
  background-image: url("./img/icon-heart-outline-red.svg");
  transition: all 0.2s ease-in-out;
}
.interactions .simplefavorite-button.preset:before {
  transition: all 0.3s ease-in-out;
}
.interactions .simplefavorite-button-count {
  font-size: 16px;
}

@media (min-width: 1024px) {
  .additional-project-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
}
.additional-project-info .col-left {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .additional-project-info .col-left {
    width: calc(50% - 10px);
    margin-bottom: 0;
  }
}
.additional-project-info .col-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1024px) {
  .additional-project-info .col-right {
    width: calc(50% - 10px);
  }
}

#wrapper .vote-form {
  background: var(--bg-primary);
  border: 1px solid var(--bg-primary-dark);
  color: var(--icon-check);
  border-radius: 5px;
  padding: 32px 69px;
}
#wrapper .vote-form .ays-poll-main {
  margin: 0 !important;
}
#wrapper .vote-form .box-apm {
  background: transparent !important;
  color: inherit !important;
  padding-bottom: 30px;
}
#wrapper .vote-form .box-apm * {
  color: inherit !important;
}
#wrapper .vote-form .box-apm span.ays_poll_passed_count {
  background: transparent !important;
  padding: 0;
}
#wrapper .vote-form .box-apm .apm-title-box {
  font-weight: 600;
}
#wrapper .vote-form .box-apm i {
  transition: all 0.3s ease-in-out !important;
}
#wrapper .vote-form .ays-see-res-button-show,
#wrapper .vote-form .ays_finish_poll {
  background: var(--bg-vote-btn) !important;
  border: 1px solid var(--bg-primary-dark);
  color: var(--icon-check);
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  padding: 0.6em 0.8em;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  opacity: 1;
  filter: unset;
  order: 0;
  flex: 1 1 40%;
  transition: all 0.3s ease-in-out !important;
}
#wrapper .vote-form .ays-see-res-button-show:hover,
#wrapper .vote-form .ays_finish_poll:hover {
  background-color: #cd2e3a !important;
  border-color: #cd2e3a;
  opacity: 1;
  filter: unset;
}
#wrapper .vote-form .ays-see-res-button-show {
  border-color: var(--color-text);
  color: var(--color-text);
  background: transparent !important;
  order: 1;
}
#wrapper .vote-form .ays-see-res-button-show:hover {
  background-color: #cd2e3a !important;
  border-color: #cd2e3a;
}

.single-actor .top-content {
  margin-bottom: 36px;
}
.single-actor .top-content .row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.single-actor .top-content .col-left {
  width: 100%;
  max-width: 350px;
}
@media (min-width: 1024px) {
  .single-actor .top-content .col-left {
    width: unset;
    max-width: unset;
    flex: 0 1 300px;
  }
}
@media (min-width: 1280px) {
  .single-actor .top-content .col-left {
    flex: 0 1 522px;
  }
}
@media (min-width: 1024px) {
  .single-actor .top-content .col-right {
    flex: 1 1 calc(100% - 320px);
  }
}
@media (min-width: 1280px) {
  .single-actor .top-content .col-right {
    flex: 1 1 calc(100% - 542px);
  }
}
.single-actor .top-content .image-holder img {
  width: 100%;
  display: block;
  border-radius: 5px;
}
.single-actor .single-post-bottom-content {
  margin-bottom: 36px;
}
@media (min-width: 1280px) {
  .single-actor .single-post-bottom-content {
    margin-bottom: 56px;
  }
}

.actor-acordeon {
  margin-bottom: 60px;
}
@media (min-width: 1280px) {
  .actor-acordeon {
    margin-bottom: 120px;
  }
}
.actor-acordeon .item {
  color: var(--color-text);
  border-bottom: 1px solid #2b3750;
  padding: 0 12px;
  margin-bottom: 24px;
}
.actor-acordeon .item:last-child {
  margin-bottom: 0;
}
.actor-acordeon .opener {
  cursor: pointer;
  width: 100%;
  background: transparent;
  padding: 12px 0;
  border: none;
  text-align: left;
  display: flex;
  gap: 40px;
  font-size: 20px;
  font-weight: 600;
}
.actor-acordeon .opener:after {
  content: "";
  border-bottom: 2px solid var(--icon-check);
  border-left: 2px solid var(--icon-check);
  width: 14px;
  height: 14px;
  display: inline-block;
  background: transparent;
  vertical-align: top;
  transform: rotate(-45deg);
  margin-left: auto;
}
.actor-acordeon .slide {
  line-height: 1.25;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-in-out;
}
.actor-acordeon .slide ul {
  padding: 30px 18px;
  margin: 0;
}
@media (min-width: 1024px) {
  .actor-acordeon .slide ul {
    padding: 44px 18px;
  }
}
.actor-acordeon .slide ul li {
  margin-bottom: 14px;
}
@media (min-width: 1024px) {
  .actor-acordeon .slide ul li {
    margin-bottom: 28px;
  }
}
.actor-acordeon .slide img {
  float: left;
  margin: 0 20px 20px 0;
}
.actor-acordeon .slide:after {
  content: "";
  display: block;
  clear: both;
}

.gallery-section {
  margin-bottom: 50px;
}
@media (min-width: 1280px) {
  .gallery-section {
    margin-bottom: 100px;
  }
}
.gallery-section .swiper-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 22px;
}
@media (min-width: 1280px) {
  .gallery-section .swiper-nav {
    margin-top: 44px;
  }
}
.gallery-section .swiper-pagination-fraction {
  position: static;
  top: 0;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
}
.gallery-section .swiper-button-prev,
.gallery-section .swiper-button-next {
  color: var(--icon-check);
  position: static;
  background: transparent;
  padding: 0;
  width: 24px;
  height: 24px;
}
.gallery-section .swiper-button-prev:hover,
.gallery-section .swiper-button-next:hover {
  background: transparent;
  transform: scale(1.1);
}
.gallery-section .swiper-button-prev:after,
.gallery-section .swiper-button-next:after {
  color: inherit;
}
.gallery-section .swiper {
  width: 100%;
  height: 100%;
}
.gallery-section .swiper-wrapper {
  height: 100%;
}
.gallery-section .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  height: auto;
  overflow: hidden;
}
.gallery-section .swiper-slide button {
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
}
.gallery-section .gallery-swiper {
  margin-bottom: 32px;
}
.gallery-section .gallery-swiper a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.gallery-section .gallery-swiper img {
  height: auto;
}
.gallery-section .gallery-swiper-thumb {
  box-sizing: border-box;
}
.gallery-section .gallery-swiper-thumb .swiper-slide {
  width: 14.285%;
  height: 100%;
}
.gallery-section .gallery-swiper-thumb .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.gallery-section .gallery-swiper-thumb .swiper-slide.swiper-slide-thumb-active button:after {
  border-color: #fcfcfc;
}
.gallery-section .gallery-swiper-thumb button {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.gallery-section .gallery-swiper-thumb button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 4px solid transparent;
  transition: border 0.3s ease-in-out;
}

body.single-team .top-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  body.single-team .top-content {
    gap: 60px;
    margin-bottom: 100px;
  }
}
body.single-team .top-content .col-left {
  width: 100%;
}
@media (min-width: 1024px) {
  body.single-team .top-content .col-left {
    width: calc(60% - 30px);
  }
}
body.single-team .top-content .col-right {
  background: var(--bg-primary);
  border: 1px solid var(--bg-primary-dark);
  color: var(--icon-check);
  border-radius: 5px;
  padding: 20px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
}
@media (min-width: 1024px) {
  body.single-team .top-content .col-right {
    width: calc(40% - 30px);
  }
}
body.single-team .top-content .col-right h2 {
  margin: 0;
}
body.single-team .top-content .col-right p:last-child {
  margin-bottom: 0;
}
body.single-team .main-info {
  max-width: 540px;
  width: 100%;
  margin: 0 auto 40px;
}
@media (min-width: 1024px) {
  body.single-team .main-info {
    margin-bottom: 80px;
  }
}
body.single-team .main-info .title {
  text-align: center;
}
body.single-team .main-info .text-holder {
  line-height: 1.25;
  overflow: hidden;
  margin-bottom: 20px;
  transition: height 0.3s ease-in-out;
}
body.single-team .main-info .text-holder p:last-child {
  margin-bottom: 0;
}

.single-team-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
}
.single-team-holder .image-holder {
  border-radius: 50%;
  overflow: hidden;
  max-width: 100px;
  width: 100%;
  aspect-ratio: 1/1;
}
.single-team-holder .image-holder img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-team-holder .team-links {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 16px;
}
.single-team-holder .team-links .team-link a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: inherit;
}
.single-team-holder .team-links .team-link img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}

body.single-team .team-projects,
body.single-actor .team-projects {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  margin-bottom: 60px;
}
@media (min-width: 480px) {
  body.single-team .team-projects,
  body.single-actor .team-projects {
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (min-width: 1280px) {
  body.single-team .team-projects,
  body.single-actor .team-projects {
    margin-bottom: 120px;
  }
}
body.single-team .team-projects:last-child,
body.single-actor .team-projects:last-child {
  margin-bottom: 0;
}
@media (min-width: 480px) {
  body.single-team .team-projects .type-dorama,
  body.single-team .team-projects .type-film,
  body.single-team .team-projects .type-post,
  body.single-team .team-projects .type-show,
  body.single-actor .team-projects .type-dorama,
  body.single-actor .team-projects .type-film,
  body.single-actor .team-projects .type-post,
  body.single-actor .team-projects .type-show {
    width: calc(50% - 10px);
  }
}
@media (min-width: 768px) {
  body.single-team .team-projects .type-dorama,
  body.single-team .team-projects .type-film,
  body.single-team .team-projects .type-post,
  body.single-team .team-projects .type-show,
  body.single-actor .team-projects .type-dorama,
  body.single-actor .team-projects .type-film,
  body.single-actor .team-projects .type-post,
  body.single-actor .team-projects .type-show {
    width: calc(33.33% - 14px);
  }
}
@media (min-width: 1024px) {
  body.single-team .team-projects .type-dorama,
  body.single-team .team-projects .type-film,
  body.single-team .team-projects .type-post,
  body.single-team .team-projects .type-show,
  body.single-actor .team-projects .type-dorama,
  body.single-actor .team-projects .type-film,
  body.single-actor .team-projects .type-post,
  body.single-actor .team-projects .type-show {
    width: calc(25% - 15px);
  }
}

.archive-posts-holder {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.archive-posts-holder article {
  width: 100%;
}

body.blog:not(.single) main > .container,
body.archive:not(.single) main > .container {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  body.blog:not(.single) main > .container,
  body.archive:not(.single) main > .container {
    margin-top: 60px;
  }
}
@media (min-width: 480px) {
  body.blog:not(.single) .archive-posts-holder .type-post,
  body.archive:not(.single) .archive-posts-holder .type-post {
    width: calc(50% - 10px);
  }
}
@media (min-width: 768px) {
  body.blog:not(.single) .archive-posts-holder .type-post,
  body.archive:not(.single) .archive-posts-holder .type-post {
    width: calc(33.33% - 14px);
  }
}
@media (min-width: 1024px) {
  body.blog:not(.single) .archive-posts-holder .type-post,
  body.archive:not(.single) .archive-posts-holder .type-post {
    width: calc(25% - 15px);
  }
}

.section-comments .commentlist {
  margin: 0 0 40px;
}
.section-comments .commentlist .edit-link {
  margin: 0;
}
.section-comments .commentlist .comment {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.section-comments .commentlist .avatar-holder {
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.section-comments .commentlist .avatar-holder img {
  display: block;
}
.section-comments .commentlist .comment-text {
  background: var(--comment-bg);
  padding: 10px 20px;
  margin-bottom: 40px;
}
.section-comments .commentlist-item .commentlist-item {
  padding: 0;
}
@media (min-width: 768px) {
  .section-comments .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
  }
}
.section-comments .comment,
.section-comments .commentlist-holder {
  overflow: hidden;
}
.section-comments .commentlist-item .commentlist-item,
.section-comments .commentlist-item + .commentlist-item {
  padding-top: 40px;
}

#cancel-comment-reply-link {
  margin-left: 10px;
}