
.tab-content>.tab-pane {
 display:none
}
.tab-content>.active {
 display:block
}
.fade {
 transition:opacity .15s linear
}
@media(prefers-reduced-motion:reduce) {
 .fade {
  transition:none
 }
}
.fade:not(.show) {
 opacity:0
}
.serie-menu {
 margin-bottom:5px
}
.serie-menu ul {
 margin:0;
 padding: 0;
}
.serie-menu ul li {
 list-style:none
}
.serie-menu ul {
 overflow:hidden;
 list-style:none;
 position:relative;
 width:auto!important
}
.serie-menu ul li {
 display:inline-block
}
.serie-menu ul a {
 padding:4px 8px;
 display:block;
 cursor:pointer;
 color:#fff;
 text-decoration:none;
 min-width: 24px;
 border-radius: 25px;
 text-align: center;
 font-weight:700
}
.serie-menu ul a:hover {
  background-color: rgba(255,255,255,.15);
}
.serie-menu ul .active>a,
.serie-menu ul a.active {
 text-shadow:none;
 background:#10D5FF;
 color:#fff!important
}
.tt_label {
 padding:0 15px;
 color:#fff
}
.tt_season {
 background: #1e2c38;
 background-position:0 100%;
 background-repeat:repeat-x;
 padding:0 5px;
 display:-webkit-flex;
 display:-ms-flex;
 display:flex;
 -ms-align-items:center;
 align-items:center;
 min-height:40px;
 margin-bottom:4px;
 font-size:14px
}
.tt_series {
 background:#1e2c38;
 background-position:0 100%;
 background-repeat:repeat-x;
 padding:0 5px;
 display:-webkit-flex;
 display:-ms-flex;
 display:flex;
 -ms-align-items:center;
 align-items:center;
 min-height:42px;
 margin-bottom:4px;
 font-size:14px
}
.tt_series li .mirrors {
 display:none!important
}
.mirrors {
 background-color:transparent;
 padding:5px 0;
 display:-webkit-flex;
 display:-ms-flex;
 display:flex;
 -ms-align-items:center;
 align-items:center
}
.mirrors a {
 height:44px;
 padding-left:16px;
 padding-right:16px;
 border: 2px solid transparent;
 font-weight: bold;
 display:-webkit-flex;
 display:-ms-flex;
 display:flex;
 -ms-align-items:center;
 align-items:center;
 color:#fff;
 text-shadow:none;
 text-decoration:none
}
.mirrors a img {
 margin-right:8px
}
.mirrors a.active {
 border-color:#10D5FF;
 color:#10D5FF;
}


.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.su-spoiler-btn {
  padding: 5px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 6px;
  font-size: 16px;
}

.su-spoiler {
  padding: 3px 12px;
  margin-bottom: 6px;
  font-size: 14px;
  background-color: #1e2c38;
}
.su-spoiler:hover {
background-color: #333;

}
.su-spoiler a {
  text-decoration: underline;
  color:  inherit;
}

.su-spoiler-title {
  font-weight: bold;
  color: #fff;
  padding: 6px 10px;
  padding-left: 24px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' xml:space='preserve'%3E%3Cstyle%3E.st0%7Bfill:%23E50914%7D%3C/style%3E%3Cpath class='st0' d='M8 0C3.6 0 0 3.6 0 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zm0 14.4c-3.5 0-6.4-2.9-6.4-6.4S4.5 1.6 8 1.6s6.4 2.9 6.4 6.4-2.9 6.4-6.4 6.4z'/%3E%3Cpath class='st0' d='M8 9.3 4.6 5.8 3.4 7 8 11.5 12.6 7l-1.1-1.1L8 9.3z'/%3E%3C/svg%3E") no-repeat 0 50%;
  cursor: pointer;
}

.su-spoiler-content {
  padding: 0 23px;
  color: #fff;
  line-height: 28px;
}
