html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  transition: all 0.2s ease;
  -webkit-font-smoothing: antialiased;
  overflow-y: scroll;
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji,
    Segoe UI Symbol;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  min-height: 100%;
}
[tabindex="-1"]:focus {
  outline: none !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  font-style: normal;
  line-height: inherit;
}
address,
dl,
ol,
ul {
  margin-bottom: 1rem;
}
dl,
ol,
ul {
  margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
a:focus {
  outline: none;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: top;
  border-style: none;
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
[role="button"],
a,
area,
button,
input:not([type="range"]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
a,
a:hover {
  color: inherit;
}
a:hover {
  text-decoration: none;
}
.justify-fix {
  font-size: 0;
  height: 0;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  margin: 0;
}
.group:after,
.group:before {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  *zoom: 1;
}
.main-container {
  max-width: 100%;
  max-height: none;
  overflow-x: hidden;
  overflow-y: scroll;
}
*,
:after,
:before {
  box-sizing: border-box;
  transition: all 0.2s ease;
  -webkit-font-smoothing: antialiased;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  font-family: isidora, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  font-weight: 400;
  background-color: #141414;
}
h1,
strong {
  font-weight: 700;
}
h1 {
  font-size: 42px;
  letter-spacing: -0.5px;
  margin: 0;
}
h2 {
  line-height: 1.2;
  color: #fff;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.5);
  margin: 0 0 25px;
}
h2,
h3 {
  font-size: 36px;
  font-weight: 700;
}
h3 {
  line-height: 1.1;
}
h3,
h4 {
  margin: 0;
}
h4 {
  font-size: 24px;
  line-height: 1.3;
}
h4,
h5 {
  font-weight: 700;
}
h5 {
  font-size: 20px;
  line-height: 1.1;
}
ol,
p,
ul {
  font-size: 18px;
  line-height: 1.5;
  color: rgba(20, 20, 20, 0.8);
  margin-bottom: 18px;
}
input:not([type="checkbox"]),
select,
textarea {
  font-family: isidora, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #141414;
  background-color: #fff;
  font-weight: 400;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #d0d0d0;
  outline: none;
  width: 100%;
  height: 48px;
  margin: 0 0 20px;
  padding: 8px 15px 11px;
}
input:not([type="checkbox"]).half,
select.half,
textarea.half {
  width: 48.5%;
}
input:not([type="checkbox"]):focus,
select:focus,
textarea:focus {
  border: 1px solid #ea1d25;
  box-shadow: 0 0 10px rgba(234, 29, 37, 0.5);
}
input[type="checkbox"] {
  margin: 15px 15px 0 0;
  display: inline-block;
  vertical-align: top;
}
input[type="checkbox"] + label {
  margin: 8px 0 20px;
  vertical-align: top;
  width: calc(100% - 40px);
}
select {
  background-image: url(../images/dropdown-arrow.svg?a117453afe38c8409781ec4f8e0bf263);
  background-repeat: no-repeat;
  background-position: calc(100% - 14px) 50%;
}
.submit,
button {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 100px;
  padding: 10px 34px 13px;
  cursor: pointer;
  transform: translate(-2px);
}
.submit,
.submit:focus,
.submit:hover,
button,
button:focus,
button:hover {
  background-color: #ea1d25;
  outline: none;
  color: #fff;
  border: 1px solid #ea1d25;
}
.submit:active,
button:active {
  background-color: #ea1d25;
}
.submit.secondary,
button.secondary {
  background-color: #fff;
  color: #ea1d25;
}
.submit.secondary:focus,
.submit.secondary:hover,
button.secondary:focus,
button.secondary:hover {
  color: #ea1d25;
}
.controller {
  margin: 0 auto;
  width: 88%;
  max-width: 1280px;
}
.wrapper-poza {
  overflow: hidden;
  height: 0;
  padding-bottom: 66.66%;
  width: 100%;
  position: relative;
}
.wrapper-poza .poza {
  height: 0;
  padding-bottom: 66.66%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  transition: all 1s ease;
}
.header {
  height: 160px;
  width: 100%;
  padding: 0 50px;
  position: absolute;
  background-image: url(../images/gradient-header.svg?996290aa553b679067a071efdf386dcf);
  z-index: 100;
}
.header .antena-tab {
  width: 100px;
  margin: 0 auto;
}
.header .menu {
  list-style-type: none;
  color: #fff;
  padding: 13px 0 0;
  margin: 0;
}
.header .menu li {
  display: inline-block;
  margin-right: 55px;
}
@media (max-width: 1300px) {
  .header .menu li {
    margin-right: 35px;
  }
}
.header .menu li a {
  position: relative;
}
.header .menu li a.focusable:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #ea1d25;
  left: -27px;
  top: -20px;
  right: -30px;
  bottom: -20px;
  border-radius: 100px;
  opacity: 0;
}
@media (max-width: 1300px) {
  .header .menu li a.focusable:before {
    left: -17px;
    top: -10px;
    right: -20px;
    bottom: -15px;
  }
}
.header .menu li a.focusable:focus:before,
.header .menu li a.focusable:hover:before {
  opacity: 1;
}
.header .menu li a img {
  margin-right: 10px;
  position: relative;
  margin-top: 5px;
  width: 25px;
  height: 25px;
}
@media (max-width: 1300px) {
  .header .menu li a img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
}
.header .menu li a span {
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}
@media (max-width: 1300px) {
  .header .menu li a span {
    font-size: 14.66px;
  }
}
.header .logo {
  position: absolute;
  right: 60px;
  top: 43px;
  width: 200px;
  height: 66px;
}
@media (max-width: 1300px) {
  .header .logo {
    width: 168px;
  }
}
.header .logo img {
  width: 100%;
}
.live-page-spacer {
  width: 100%;
  height: 115px;
}
h1 {
  font-weight: 300;
  text-transform: uppercase;
  color: #ea1d25;
  font-size: 64px;
  line-height: 1.1;
  margin: 0 50px 35px;
  position: relative;
  z-index: 101;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.5);
}
@media (max-width: 1300px) {
  h1 {
    font-size: 42px;
  }
}
.live-items-wrapper {
  margin: 0 0 30px 50px;
  font-size: 0;
}
.live-item {
  width: 356px;
  height: 356px;
  display: inline-block;
  background-color: #141414;
  overflow: hidden;
  border-radius: 12px;
  margin: 0 10px 30px 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  text-align: center;
  position: relative;
  border: 1px solid #646464;
}
@media (max-width: 1300px) {
  .live-item {
    width: 228px;
    height: 170px;
  }
}
.live-item.focusable:focus,
.live-item.focusable:hover {
  position: relative;
  z-index: 10;
  transform: scale(1.08);
  box-shadow: 0 0 30px rgba(20, 20, 20, 0.5);
  border: 1px solid #fff;
}
@media (max-width: 1300px) {
  .live-item.focusable:focus,
  .live-item.focusable:hover {
    transform: scale(1.12);
  }
}
.live-item .logo-canal {
  position: absolute;
  top: 20%;
  right: 8.33%;
  bottom: 20%;
  left: 8.33%;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.live-item p {
  position: absolute;
  bottom: 25%;
  font-size: 24px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 20px;
}
.live-items-wrapper .live-item p {
    color:#fff;
    font-size:16px;
    bottom:5%;
}
@media (max-width: 1300px) {
  .live-item p {
    font-size: 16px;
    bottom: 19%;
  }
}
.filtre {
  margin: 0 50px 20px;
}
.filtre p {
  color: #ea1d25;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 1300px) {
  .filtre p {
    font-size: 14.66px;
    margin-right: 15px;
  }
}
.filtre ul {
  list-style-type: none;
  font-size: 0;
  margin: 0;
  padding: 0;
}
.filtre ul,
.filtre ul li,
.filtre ul li a {
  display: inline-block;
}
.filtre ul li a {
  font-size: 22px;
  color: hsla(0, 0%, 100%, 0.5);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid hsla(0, 0%, 100%, 0);
  padding: 4px 20px 8px;
}
@media (max-width: 1300px) {
  .filtre ul li a {
    font-size: 14.66px;
    padding: 4px 15px 8px;
  }
}
.filtre ul li a.active {
  color: #fff;
}
.filtre ul li a.focusable:focus,
.filtre ul li a.focusable:hover {
  border: 1px solid hsla(0, 0%, 100%, 0.5);
  border-radius: 200px;
}
.show-item {
  width: 356px;
  height: 320px;
  display: inline-block;
  background-color: #141414;
  border-radius: 12px;
  margin: 0 10px 30px 0;
  position: relative;
  overflow: hidden;
  border: 1px solid #333;
}
@media (max-width: 1300px) {
  .show-item {
    width: 228px;
    height: 220px;
  }
}
.show-item.focusable:focus,
.show-item.focusable:hover {
  position: relative;
  z-index: 10;
  transform: scale(1.08);
  box-shadow: 0 0 30px rgba(20, 20, 20, 0.5);
}
@media (max-width: 1300px) {
  .show-item.focusable:focus,
  .show-item.focusable:hover {
    transform: scale(1.12);
  }
}
.show-item .thumb {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-size: cover;
  background-position: 82% 23%;
  background-repeat: no-repeat;
}
.show-item .show-name {
  font-size: 0;
  height: 100px;
  width: 100%;
}
@media (max-width: 1300px) {
  .show-item .show-name {
    height: 66.66px;
  }
}
.show-item .show-name h5 {
  font-size: 27px;
  font-weight: 400;
  display: inline-block;
  margin: 10px;
  padding: 0 20px;
  color: #fff;
  vertical-align: middle;
}
@media (max-width: 1300px) {
  .show-item .show-name h5 {
    font-size: 20px;
    padding: 0 14px;
  }
}
.show-item .show-name .decoration {
  display: inline-block;
  height: 100px;
  width: 66px;
  background-image: url(../images/bg-item-show-A.svg?90114774492166b9e777a47f8c0fc7e0);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  vertical-align: middle;
  display: none;
}
@media (max-width: 1300px) {
  .show-item .show-name .decoration {
    height: 66.66px;
    width: 44px;
  }
}
.show-item:nth-child(2n) .show-name .decoration {
  background-image: url(../images/bg-item-show-B.svg?3337e201737d182dccac0db9fc6a783c);
  display: none;
}
.hero {
  width: 100%;
  height: 814px;
  position: relative;
}
.show-hero-image {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.hero-shape {
  position: absolute;
  height: 100%;
  top: 0;
}
.hero-shape.left {
  left: -20px;
}
.hero-shape.right {
  right: 0;
}
.gradient-bottom {
  position: absolute;
  width: 100%;
  height: 230px;
  background-image: url(../images/gradient-hero.svg?0aaf0a38827fc86c684012e353926bf4);
  bottom: 0;
}
.info-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 530px;
  margin-left: 50px;
}
.info-wrapper h1 {
  margin: 86px 0 30px;
  text-shadow: none;
  color: #fff;
  font-weight: 700;
  text-transform: none;
  font-size: 60px;
  line-height: 1;
}
.info-wrapper p {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 45px;
}
.info-wrapper .buton-hero {
  display: block;
  border: 1px solid #646464;
  border-radius: 200px;
  padding: 13px 16px 12px;
  margin-bottom: 16px;
  width: 340px;
  font-size: 0;
}
.info-wrapper .buton-hero img {
  height: 39px;
  width: 39px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.info-wrapper .buton-hero img .svg-fill {
  fill: #fff;
}
.info-wrapper .buton-hero span {
  display: inline-block;
  vertical-align: middle;
  margin: -1px 0 4px;
  font-weight: 700;
  width: calc(100% - 39px);
  font-size: 22px;
  text-align: center;
}
.info-wrapper .buton-hero.focusable:focus,
.info-wrapper .buton-hero.focusable:hover {
  background-color: #ea1d25;
  border: transparent;
}
.info-wrapper .buton-hero.focusable.blue:focus,
.info-wrapper .buton-hero.focusable.blue:hover {
  color: #fff;
}
.info-wrapper .buton-hero.focusable.blue:focus svg .svg-fill,
.info-wrapper .buton-hero.focusable.blue:hover svg .svg-fill {
  fill: #fff;
}
.info-wrapper .buton-hero.focusable.pink:focus,
.info-wrapper .buton-hero.focusable.pink:hover {
  color: #fff;
}
.info-wrapper .buton-hero.focusable.pink:focus svg .svg-fill,
.info-wrapper .buton-hero.focusable.pink:hover svg .svg-fill {
  fill: #fff;
}
.info-wrapper .buton-hero.focusable.purple:focus,
.info-wrapper .buton-hero.focusable.purple:hover {
  color: #fff;
}
.info-wrapper .buton-hero.focusable.purple:focus svg .svg-fill,
.info-wrapper .buton-hero.focusable.purple:hover svg .svg-fill {
  fill: #fff;
}
.aligner {
  display: inline-block;
  vertical-align: middle;
  height: 814px;
  width: 1px;
}
.homescreen-live {
  margin: -60px 0 0;
  padding: 0 0 20px 50px;
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
.homescreen-live .live-items-wrapper {
  margin: 0;
  width: 10000px;
}
.homescreen-live .live-item {
  width: 219px;
  height: 170px;
}
.homescreen-live .live-item.focusable:focus,
.homescreen-live .live-item.focusable:hover {
  transform: scale(1.5);
}
.homescreen-live .live-item p {
  font-size: 15px;
  bottom: 21%;
}
.episode-item {
  width: 356px;
  height: 300px;
  display: inline-block;
  background-color: #141414;
  border-radius: 12px;
  margin: 0 10px 30px 0;
  position: relative;
  overflow: hidden;
  border: 1px solid #333;
}
@media (max-width: 1300px) {
  .episode-item {
    width: 228px;
    height: 220px;
  }
}
.episode-item.focusable:focus,
.episode-item.focusable:hover {
  position: relative;
  z-index: 10;
  transform: scale(1.08);
  box-shadow: 0 0 30px rgba(20, 20, 20, 0.5);
}
@media (max-width: 1300px) {
  .episode-item.focusable:focus,
  .episode-item.focusable:hover {
    transform: scale(1.12);
  }
}
.episode-item .thumb {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.episode-item .episode-info {
  font-size: 0;
  height: 100px;
  width: 100%;
  padding: 13px 20px;
}
@media (max-width: 1300px) {
  .episode-item .episode-info {
    height: 66.66px;
  }
}
.episode-item .episode-info h5 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  display: inline-block;
  margin: 0 0 4px;
  padding: 0;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
@media (max-width: 1300px) {
  .episode-item .episode-info h5 {
    font-size: 20px;
    padding: 0 14px;
  }
}
.episode-item .episode-info p {
  color: hsla(0, 0%, 100%, 0.7);
  margin: 0;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.homescreen-show-wrapper {
  padding: 30px 0 30px 50px;
  overflow-x: hidden;
  font-size: 0;
  position: relative;
}
.homescreen-show-wrapper .live-items-wrapper {
  margin: 0;
  width: 10000px;
}
.homescreen-show-wrapper .arrows {
  bottom: 60px;
}
.homescreen-show-wrapper .arrows .arrow {
  height: 330px;
}
.homescreen-show-wrapper .arrows .arrow.right {
  width: 40px;
}
.homescreen-show-wrapper .arrows .arrow span {
  margin-top: 124px;
}
.homescreen-show-wrapper h2 {
  margin-bottom: 0;
}
.js-slider {
  overflow: hidden;
  padding-top: 25px;
}
.big-show-thumb {
  display: inline-block;
  width: 490px;
  height: 332px;
  background-size: cover;
  background-position: 75% 23%;
  border-radius: 12px;
  margin: 30px 0;
  vertical-align: bottom;
  position: relative;
  z-index: 1;
}
.big-show-thumb.focusable:focus,
.big-show-thumb.focusable:hover {
  position: relative;
  z-index: 10;
  transform: scale(1.08);
}
.overflow-wrapper {
  overflow-x: hidden;
  padding: 25px 30px;
  position: relative;
}
.big-show-wrapper {
  display: inline-block;
  font-size: 0;
  width: calc(100% - 490px);
  margin-bottom: 5px;
  padding-left: 10px;
  vertical-align: bottom;
  position: relative;
}
.big-show-wrapper h2 {
  font-size: 52px;
  text-transform: none;
  font-weight: 700;
  color: #fff;
  text-shadow: none;
  margin-bottom: 0;
  padding-left: 30px;
}
.big-show-wrapper .episode-item {
  width: 315px;
  height: 253px;
  margin-bottom: 0;
  border: 1px solid #333;
}
.big-show-wrapper .episode-item.focusable:focus,
.big-show-wrapper .episode-item.focusable:hover {
  transform: scale(1.09);
}
.big-show-wrapper .episode-item .episode-info {
  padding: 10px 20px;
}
.big-show-wrapper .episode-item .episode-info h5 {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1.2;
}
.big-show-wrapper .episode-item .episode-info p {
  font-size: 20px;
  line-height: 1.2;
}
.big-show-wrapper .arrows {
  width: 1340px;
  left: 40px;
  bottom: 25px;
}
.big-show-wrapper .arrows .arrow {
  height: 253px;
}
.big-show-wrapper .arrows .arrow span {
  margin-top: 87px;
}
.negative-mt {
  margin-top: -60px;
  position: relative;
}
.show-description {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 24px;
  line-height: 1.5;
  max-width: 1088px;
  margin: 15px 0 30px;
  display: block;
}
.view-more {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  padding-top: 120px;
}
.view-more,
.view-more:focus,
.view-more:hover {
  color: #ea1d25;
}
.loader {
  padding-bottom: 50px;
  margin: -20px 50px 0;
  display: none;
}
.loader.block {
  display: block;
}
.text-align-center {
  text-align: center;
}
.homescreen-content-wrapper
  .homescreen-show-wrapper:nth-child(odd)
  .episode-item {
  background-color: #141414;
  border: 1px solid #333;
}
.homescreen-content-wrapper
  .homescreen-show-wrapper:nth-child(odd)
  .arrows
  .arrow {
  background-color: #141414;
}
.titlu-categorie-cautare {
  margin-left: 50px;
}
.search-input {
  margin-bottom: 30px;
}
.search-input input:not([type="checkbox"]) {
  width: 722px;
  margin-left: 50px;
  border: 1px solid hsla(0, 0%, 100%, 0.5);
  font-size: 36px;
  color: #fff;
  background-color: transparent;
  height: 80px;
  padding: 0 80px 8px 30px;
  line-height: 0.1;
  background-image: url(../images/icon-search.svg?82d33837e9f59f3580441709957c6398);
  background-repeat: no-repeat;
  background-position: calc(100% - 30px) 50%;
  background-size: 35px;
}
.search-input input:not([type="checkbox"]).focusable:focus {
  border: 1px solid #fff;
}
.account-wrapper {
  margin: 115px 50px 100px;
  width: 1335px;
}
.account-wrapper h3 {
  font-size: 64px;
  margin-bottom: 30px;
}
.account-wrapper p {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 42px;
  line-height: 1.3;
  margin-bottom: 60px;
}
.account-wrapper p.account-state {
  font-size: 32px;
  text-transform: uppercase;
}
.account-wrapper p.account-state:before {
  content: "";
  display: inline-block;
  height: 22px;
  width: 22px;
  vertical-align: middle;
  border-radius: 200px;
  background-color: red;
  margin: -5px 15px 0 0;
}
.account-wrapper p.account-state.active:before {
  background-color: #45a412;
}
.account-wrapper p.numar {
  font-weight: 700;
  font-size: 32px;
  color: #141414;
  width: 64px;
  height: 64px;
  line-height: 1;
  background-color: #fff;
  text-align: center;
  border-radius: 200px;
  padding-top: 12px;
  margin-bottom: 10px;
}
.account-wrapper p strong {
  color: #fff;
}
.account-wrapper .logout {
  display: inline-block;
  width: 340px;
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  border: 1px solid #ea1d25;
  border-radius: 200px;
  line-height: 1.1;
  color: #ea1d25;
  padding: 16px 0 21px;
}
.account-wrapper .logout.focusable:focus,
.account-wrapper .logout.focusable:hover {
  border: 1px solid #fff;
  background-color: #fff;
}
.account-footer {
  position: fixed;
  bottom: 0;
  padding: 0 60px 50px 50px;
  font-size: 0;
  text-align: justify;
  width: 100%;
}
.account-footer .forceweb,
.account-footer .service-code {
  display: inline-block;
  width: 340px;
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  border: 1px solid #fff;
  border-radius: 200px;
  line-height: 1.1;
  padding: 16px 0 21px;
}
.account-footer .forceweb.focusable:focus,
.account-footer .forceweb.focusable:hover,
.account-footer .service-code.focusable:focus,
.account-footer .service-code.focusable:hover {
  border: 1px solid #fff;
  background-color: #fff;
  color: #141414;
}
.account-footer p {
  color: hsla(0, 0%, 100%, 0.8);
  display: inline-block;
  font-size: 24px;
}
.mb0 {
  margin-bottom: 0 !important;
}
.arrows {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 1920px;
  pointer-events: none;
}
.arrows .arrow {
  height: 175px;
  width: 38px;
  background-color: #333;
  display: block;
  position: absolute;
  bottom: 0;
  font-size: 60px;
  line-height: 1;
  text-align: center;
  pointer-events: auto;
}
.arrows .arrow.left {
  left: 0;
  border-radius: 0 12px 12px 0;
}
.arrows .arrow.left:hover span {
  transform: translateX(-3px);
}
.arrows .arrow.right {
  right: 0;
  border-radius: 12px 0 0 12px;
}
.arrows .arrow.right:hover span {
  transform: translateX(3px);
}
.arrows .arrow span {
  margin-top: 50px;
  display: block;
}
#playerHolder {
  position: relative;
  margin: 0 auto;
}
.play-resume {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
}
.res-inner {
  margin: 350px auto 0;
  width: 500px;
  height: auto;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 40px 50px 45px;
  border-radius: 8px;
}
.res-inner p {
  color: #fff;
  font-weight: 700;
}
.res-inner #start-video {
  margin-top: 25px;
  display: inline-block;
  color: #00a1e4;
  text-decoration: underline;
}
.res-inner #start-video:hover {
  color: #006fb8;
}
.pr-btn {
  display: block;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
  padding: 18px 20px 20px 100px;
  border-radius: 100px;
  margin-top: 15px;
  background-image: url(../images/playres.png?c2bd0eeac2cee181c1d0141ddd122dee);
  background-repeat: no-repeat;
  background-position: 30px -56px;
  text-transform: uppercase;
  background-color: #ea1d25;
}
.pr-btn:first-child {
  background-position: 30px 22px;
  margin-top: 0;
}
.pr-btn:focus,
.pr-btn:hover {
  background-color: #ea1d25;
  color: #fff;
}
.pr-btn.subscr {
  background-image: none;
  padding-left: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.scroll-arrow {
  display: block;
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100px;
  height: 100px;
  border-radius: 500px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 45px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 45px 0 rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  z-index: 10000;
}
.scroll-arrow-up {
	cursor: pointer;
	top: -145px;
	background-image: url(/design/images/scroll-arrow-up.svg);
}
.scroll-arrow-up:hover {
  -webkit-transform: translateX(-50%) scale(1.1);
          transform: translateX(-50%) scale(1.1);
}
.scroll-arrow-up.scroll-arrow-show {
  top: 130px;
}
.scroll-arrow-down {
	cursor: pointer;
	bottom: -145px;
	background-image: url(/design/images/scroll-arrow-down.svg);
}
.scroll-arrow-down:hover {
  -webkit-transform: translateX(-50%) scale(1.1);
          transform: translateX(-50%) scale(1.1);
}
.scroll-arrow-down.scroll-arrow-show {
  bottom: 130px;
}
.homescreen-live .live-items-wrapper,.homescreen-show-wrapper .live-items-wrapper {
  width: 20000px;
}
.homescreen-live.second, .homescreen-live.third {
  margin-top: 0;
}