/*----------------------------------------
[Master Stylesheet]

Project:	FlixTV HTML Template
Version:	1.0
Primary use:	FlixTV HTML Template
----------------------------------------*/
/*----------------------------------------
[Table of contents]

1. Fonts
2. Common styles
3. Header
4. Section
5. Catalog
6. Profile
7. Breadcrumb
8. Card
9. Live
10. Interview
11. Series
12. Category
13. Plans
14. Plan
15. Step
16. Stats
17. Feature
18. Dashbox
19. Article
20. Categories
21. Share
22. Subscribe
23. Comments
24. Requirements
25. Sidebar
26. Contacts
27. Footer
28. Partners
29. Sign
30. Page 404
31. Slider radio
32. Modal
33. Select2
34. Scrollbar-track
35. Plyr
----------------------------------------*/
/*==============================
	Fonts
==============================*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500&family=Rubik:ital,wght@0,300;0,400;0,500;1,400&display=swap");
@import url('https://fonts.cdnfonts.com/css/altone-trial');
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #141414;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.5s ease;
}

.miraculous-loader {
    text-align: center;
    color: white;
    animation: zoomIn 1s ease forwards;
}

.miraculous-loader img {
    width: 120px;
    height: auto;
    animation: float 2s ease-in-out infinite;
    filter: drop-shadow(0 0 10px #b200ff);
}

.miraculous-loader p {
    margin-top: 20px;
    font-size: 20px;
    letter-spacing: 1px;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

@keyframes zoomIn {
    0% { transform: scale(0.8); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}

/*==============================
	Common styles
==============================*/
:root {
  --glow-hue: 359deg;
  --shadow-hue: 359deg;
  --spring-easing: linear(
          0, 0.002, 0.01 0.9%, 0.038 1.8%, 0.156, 0.312 5.8%, 0.789 11.1%, 1.015 14.2%,
          1.096, 1.157, 1.199, 1.224 20.3%, 1.231, 1.231, 1.226, 1.214 24.6%,
          1.176 26.9%, 1.057 32.6%, 1.007 35.5%, 0.984, 0.968, 0.956, 0.949 42%,
          0.946 44.1%, 0.95 46.5%, 0.998 57.2%, 1.007, 1.011 63.3%, 1.012 68.3%,
          0.998 84%, 1
  );
  --spring-duration: 1.33s;
}
@property --shimmer {
  syntax: "<angle>";
  inherits: false;
  initial-value: 33deg;
}

@keyframes shimmer {
  0% {
    --shimmer: 0deg;
  }
  100% {
    --shimmer: 360deg;
  }
}

@keyframes shine {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes text {
  0% {
    background-position: 100% center;
  }
  100% {
    background-position: -100% center;
  }
}
.infos {
  border-radius: 50%;
  margin: auto;
  margin-top: 20px;
  text-align: center;
  align-items: center;
  display: flex;
}
.btn.btn-special{
  color: #7913ac;
  font-weight: 600;
  /*     background-image: linear-gradient(90deg, #fcecfe, #fbf6e7, #e6fcf5); */
  background-image: linear-gradient(
          315deg,
          #7913ac -10%,
          #75201d 50%,
          #910500 110%
  );
  padding: .8em 1.4em;
  position: relative;
  isolation: isolate;
  box-shadow: 0 2px 3px 1px hsl(var(--glow-hue) 50% 20% / 50%), inset 0 -10px 20px -10px hsla(var(--shadow-hue),10%,90%,20%);
  border-radius: 0.66em;
  scale: 1;
  transition: all var(--spring-duration) var(--spring-easing);
}

.btn.btn-special:hover:not(:active),
.btn.btn-special.active {
  transition-duration: calc(var(--spring-duration)*0.5);
  scale: 1.080;
  box-shadow: 0 4px 8px -2px hsl(var(--glow-hue) 50% 20% / 50%), inset 0 0 0 transparent;
}
.btn.btn-special:active {
  scale: 1.080;
  transition-duration: calc(var(--spring-duration)*0.5);
}

.shimmer {
  position: absolute;
  inset: -40px;
  border-radius: inherit;
  mask-image: conic-gradient(
          from var(--shimmer, 0deg),
          transparent 0%,
          transparent 10%,
          black 36%,
          black 45%,
          transparent 50%,
          transparent 60%,
          black 85%,
          black 95%,
          transparent 100%
  );
  mask-size: cover;
  mix-blend-mode: plus-lighter;
  animation: shimmer 1s linear infinite both;
}

.btn.btn-special:hover .shimmer::before,
.btn.btn-special:hover .shimmer::after,
.btn.btn-special.active .shimmer::before,
.btn.btn-special.active .shimmer::after {
  opacity: 1;
  animation: shine 1.2s ease-in 1 forwards;
}

.shimmer::before,
.shimmer::after {
  transition: all 0.5s ease;
  opacity: 0;
  content: "";
  border-radius: inherit;
  position: absolute;
  mix-blend-mode: color;
  inset: 40px;
  pointer-events: none;
}
.shimmer::before {
  box-shadow: 0 0 3px 2px hsl(var(--glow-hue) 20% 95%),
  0 0 7px 4px hsl(var(--glow-hue) 20% 80%),
  0 0 13px 4px hsl(var(--glow-hue) 50% 70%),
  0 0 25px 5px hsl(var(--glow-hue) 100% 70%);
  z-index: -1;
}

.shimmer::after {
  box-shadow: inset 0 0 0 1px hsl(var(--glow-hue) 70% 95%),
  inset 0 0 2px 1px hsl(var(--glow-hue) 100% 80%),
  inset 0 0 5px 2px hsl(var(--glow-hue) 100% 70%);
  z-index: 2;
}

.btn.btn-special .text {
  color: transparent;
  background-clip: text;
  background-color: #fff;
  background-image: linear-gradient(120deg, transparent, hsla(var(--glow-hue),100%,80%,0.66) 40%, hsla(var(--glow-hue),100%,90%,.9) 50%, transparent 52%);
  background-repeat: no-repeat;
  background-size: 300% 300%;
  background-position: center 200%;
}

.btn.btn-special:hover .text,
.btn.btn-special.active .text {
  animation: text .66s ease-in 1 both;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
body {
  height: 100%;
}
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #141414;
  -webkit-font-smoothing: antialiased;
}
button {
  padding: 0;
  border: none;
  background-color: transparent;
  transition: 0.5s ease;
  transition-property: color, background-color, border-color;
  cursor: pointer;
}
button:focus {
  outline: none;
}
a {
  transition: 0.5s ease;
  transition-property: color, background-color, border-color;
}
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}
input,
textarea,
select {
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  box-shadow: none;
  transition: 0.5s ease;
  transition-property: color, border-color;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
select::-ms-expand {
  display: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
::-moz-selection {
  background: #fff;
  color: #242426;
  text-shadow: none;
}
::selection {
  background: #fff;
  color: #242426;
  text-shadow: none;
}
::-webkit-input-placeholder {
  color: #f2f2f2;
  opacity: 1;
}
::-moz-placeholder {
  color: #f2f2f2;
  opacity: 1;
}
:-moz-placeholder {
  color: #f2f2f2;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #f2f2f2;
  opacity: 1;
}
:focus {
  outline: -webkit-focus-ring-color auto 0px;
}
body::-webkit-scrollbar {
  width: 16px;
}
body::-webkit-scrollbar-track {
  background: #242426;
}
body::-webkit-scrollbar-thumb {
  background-color: #7913ac;
  outline: 1px solid #242426;
}
@media (min-width: 1440px) {
  .container {
    max-width: 1330px;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.tab-content {
  width: 100%;
}
:root {
  --font-color: white;
  --font-color-invert: black;
  --font-color-index: #ddd;
  --font-color-footer: #666;
  --font-color-settings: #ffff00;

  --bg-color: #0f0f0f;
  --bg-color2: #121212;

  --bg-button: #272727;
  --bg-button-hover: #3f3f3f;
  --bg-button-click: #515151;

  --bg-cards: #212121;

  --bg-bottom-right: rgba(0, 0, 0, 0.7);

  --videojs-font: white;
  --videojs-bg: rgba(0, 0, 0, 0.2);
  --videojs-spinner: rgba(255, 255, 255, 0.7);
  --videojs-load-progress: rgba(255, 255, 255, 0.5);
  --videojs-gradient: rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6);
  --videojs-bg-menus: rgba(32, 32, 32, 0.2);

  --scrollbar-videojs: rgba(32, 32, 32, 0.1);
  --scrollbar-thumb-videojs: rgba(32, 32, 32, 0.6);

  --card-hover: #373737;
  --card-border: #383838;

  --timer-bg: #ef5350;

  --color-active: white;
  --color-secondary: #3ea6ff;
  --color-active-transparent: rgba(255, 255, 255, 0.2);

  --slider-disabled: #ccc;
}
.video-container {
  margin-top: 15px;
}

*:focus {
  outline: none;
}

@media (min-width: 0px) {

  .video-container {
    width: 100%;
    height: 203px;
  }

}

@media (min-width: 360px) {
  .video-container {
    width: 360px;
    height: 203px;
  }

}

@media (min-width: 375px) {
  .video-container {
    width: 100%;
    height: 203px;
  }
}

@media (min-width: 540px) {
  .video-container {
    width: 480px;
    height: 270px;
  }
}

@media (min-width: 768px) {
  .video-container {
    width: 720px;
    height: 406px;
  }
}




@media (min-width: 1000px) {
  .video-container {
    width: 960px;
    height: 540px;
  }

}

@media (min-width: 0px) and (max-width: 768px) {

  .vjs-skip-forward-10,
  .vjs-skip-backward-10,
  .snapshot_button {
    display: none !important;
  }
}

.video-js .vjs-audio-button .vjs-icon-placeholder:before,
.vjs-icon-audio:before {
  padding-top: 1px;
}

.vjs-play-progress .vjs-time-tooltip {
  background-color: var(--color-active) !important;
  color: var(--font-color-invert) !important;
}

.vjs-mouse-display .vjs-time-tooltip {
  background-color: var(--font-color-invert) !important;
  color: var(--font-color) !important;
}

.vjs-slider-horizontal {
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.vjs-load-progress {
  background-color: var(--font-color-index) !important;
}

video,
.video-container,
.video-js,
.vjs-poster>img {
  border-radius: 10px;
}

.vjs-control-bar {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.vjs-play-control {
  border-bottom-left-radius: 10px;
}

.vjs-fullscreen-control {
  border-bottom-right-radius: 10px;
}

video:fullscreen,
.video-container:fullscreen,
.video-js:fullscreen,
img:fullscreen {
  border-radius: 0px;
}

.vjs-control-bar:fullscreen {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.video-js .vjs-spacer,
.video-js .vjs-time-control {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.video-js .vjs-time-control {
  -webkit-box-flex: 0 1 auto;
  -moz-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: auto
}

.video-js .vjs-time-control.vjs-time-divider {
  width: 14px
}

.video-js .vjs-time-control.vjs-time-divider div {
  width: 100%;
  text-align: center
}

.video-js .vjs-time-control.vjs-current-time {
  margin-left: 1em
}

.video-js .vjs-time-control .vjs-current-time-display,
.video-js .vjs-time-control .vjs-duration-display {
  width: 100%
}

.video-js .vjs-time-control .vjs-current-time-display {
  text-align: right
}

.video-js .vjs-time-control .vjs-duration-display {
  text-align: left
}

.video-js .vjs-remaining-time,
.video-js .vjs-volume-level:after,
.video-js .vjs-volume-level:before,
.video-js.vjs-live .vjs-time-control.vjs-current-time,
.video-js.vjs-live .vjs-time-control.vjs-duration,
.video-js.vjs-live .vjs-time-control.vjs-time-divider,
.video-js.vjs-no-flex .vjs-time-control.vjs-remaining-time {
  display: none
}

.video-js .vjs-play-progress:before,
.video-js .vjs-progress-control .vjs-play-progress:before {
  visibility: hidden;
}

.video-js .vjs-play-progress:before,
.video-js .vjs-progress-control:hover .vjs-play-progress:before {
  visibility: visible;
  color: var(--color-active);
}

.video-js.vjs-no-flex .vjs-time-control {
  display: table-cell;
  width: 4em
}

.video-js .vjs-control-bar {
  height: 3.25em;
  padding-top: 1px;
}

.video-js .vjs-progress-control {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 21px;
  top: -4px;
  padding-top: 18px;
  transition: 0.1s;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0
}

.video-js .vjs-control-bar {
  height: 3.8em !important;
  padding-top: 4px !important;
}

.video-js .vjs-time-control {
  padding-left: 0em;
  padding-right: 0em;
}

.vjs-progress-control,
.vjs-control {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.vjs-mouse-display .vjs-time-tooltip {
  border-radius: 10px;
  margin-top: -15px !important;
  border: 2px solid var(--font-color-invert) !important;
}

.vjs-play-progress.vjs-slider-bar .vjs-time-tooltip {
  display: none !important;
}

.vjs-menu-button-popup .vjs-menu {
  padding-bottom: 3em !important;
  margin-bottom: 3em !important;
}

.vjs-my-custom-modal .vjs-modal-dialog-content {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  color: var(--videojs-font);
}

.vjs-modal-dialog {
  border-radius: 10px;
}

.vjs-my-custom-modal .vjs-close-button {
  display: none;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.fade {
  transition: opacity 0.4s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
/*==============================
	Header
==============================*/
.header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #141414;
  z-index: 99;
  transition: 0.2s, margin 0s;
  border-bottom: 1px solid #1f1f1f;
}
.header--menu {
  top: 300px;
}
.header__content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
  height: 60px;
  width: 100%;
}
.header__logo {
  display: block;
  margin-left: 35px;
  float: left;
}
.header__logo img {
  height: 30px;
}
.header__nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: fixed;
  background-color: #141414;
  top: -300px;
  left: 0;
  width: 100%;
  z-index: 100;
  height: 300px;
  padding: 20px;
  transition: 0.5s;
  background: #141414;
  border-bottom: 1px solid #242426;
}
.header__nav--active {
  top: 0;
}
.header__nav-link {
  font-size: 14px;
  color: #e0e0e0;
  line-height: 22px;
  height: 22px;
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
}
.header__nav-link svg {
  stroke: #e0e0e0;
  fill: #e0e0e0;
  width: 4px;
  height: auto;
  transition: 0.5s;
  margin-left: 4px;
  margin-top: 1px;
}
.header__nav-link:hover,
.header__nav-link[aria-expanded="true"] {
  color: #fff;
}
.header__nav-link--more svg {
  width: 24px;
  margin: 0;
}
.header__nav-link--live svg {
  width: 12px;
  stroke: inherit;
  fill: inherit;
  margin-top: 3px;
}
.header__nav-item {
  margin-bottom: 20px;
  position: relative;
}
.header__nav-item:last-child {
  margin-bottom: 0;
}
.header__nav-menu {
  display: block;
  position: absolute !important;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  top: 0;
  background-color: #242426;
  border-radius: 16px;
  padding: 0 20px;
  width: 200px;
  transition: 0.2s;
  transform: translate3d(0px, 22px, 0px);
  margin-top: 10px;
  height: auto;
}
.header__nav-menu .header__nav-menu {
  margin-top: 5px;
  margin-left: 20px;
}
.header__nav-menu li {
  position: relative;
  margin-bottom: 15px;
}
.header__nav-menu li:first-child {
  padding-top: 20px;
}
.header__nav-menu li:last-child {
  margin-bottom: 0;
  padding-bottom: 20px;
}
.header__nav-menu a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #e0e0e0;
  font-size: 14px;
  font-weight: 400;
  transition: 0.5s;
  position: relative;
}
.header__nav-menu a svg {
  stroke: #7913ac;
  fill: #7913ac;
  width: 4px;
  height: auto;
  transition: 0.5s;
  margin-left: 4px;
  margin-top: 1px;
}
.header__nav-menu a:hover {
  color: #7913ac;
}
.header__nav-menu a:hover:after {
  opacity: 1;
}
.header__nav-menu--scroll {
  max-height: 240px;
  overflow: hidden;
}
.header__nav-menu.show {
  z-index: 1000;
  pointer-events: auto;
  opacity: 1;
}
.header__menu {
  position: absolute;
  width: 24px;
  height: 22px;
  display: block;
  left: 0;
}
.header__menu span {
  position: absolute;
  left: 0;
  width: 24px;
  height: 4px;
  background-color: #7913ac;
  transition: 0.5s;
  opacity: 1;
}
.header__menu span:first-child {
  top: 0;
}
.header__menu span:nth-child(2) {
    top: 10px;
    width: 16px;
    left: 7px;
}
.header__menu span:last-child {
    top: 20px;
    width: 24px;
}
.header__menu--active span {
  background-color: #7913ac;
}
.header__menu--active span:first-child {
  transform: rotate(45deg);
  top: 9px;
}
.header__menu--active span:nth-child(2) {
  opacity: 0;
}
.header__menu--active span:last-child {
  width: 24px;
  transform: rotate(-45deg);
  top: 9px;
}
.header__form {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: -80px;
  height: 80px;
  background-color: #141414;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  pointer-events: none;
  transition: 0.5s;
}
.header__form--active {
  pointer-events: auto;
  bottom: 0;
}
.header__form-input {
  width: calc(100% - 40px);
  height: 40px;
  border-radius: 16px;
  background-color: #242426;
  border: none;
  padding: 0 60px 0 20px;
  font-size: 14px;
  color: #fff;
}
.header__form-btn {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  right: 60px;
}
.header__form-btn svg {
  width: 20px;
  height: auto;
  fill: #7913ac;
  transition: fill 0.5s;
}
.header__form-btn:hover svg {
  fill: #fff;
}
.header__form-close {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  right: 0;
  opacity: 0.7;
}
.header__form-close svg {
  width: 16px;
  height: auto;
  fill: #7913ac;
}
.header__form-close:hover {
  opacity: 1;
}
.header__actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.header__search {
  margin-right: 30px;
}
.header__search svg {
  width: 20px;
  height: auto;
  fill: #7913ac;
}
.header__user {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.header__user span {
  font-size: 14px;
  color: #e0e0e0;
  font-weight: 500;
  margin-right: 10px;
  transition: 0.5s;
}
.header__user svg {
  width: 20px;
  fill: #7913ac;
}
.header__user:hover span {
  color: #fff;
}
@media (min-width: 576px) {
  .header__nav {
    padding-left: calc((100% - 510px) / 2);
  }
}
@media (min-width: 768px) {
  .header__nav {
    padding-left: calc((100% - 690px) / 2);
  }
  .header__search {
    margin-right: 43px;
  }
}
@media (min-width: 992px) {
  .header__nav {
    padding-left: calc((100% - 930px) / 2);
  }
  .header__search {
    margin-right: 163px;
  }
}
@media (min-width: 1200px) {
  .header--static {
    position: relative;
  }
  .header--fixed {
    border-bottom: 1px solid transparent;
  }
  .header--fixed .header__content,
  .header--fixed .header__nav-item {
    transition: height 0.5s;
  }
  .header--hidden .header__content,
  .header--hidden .header__nav-item {
    transition: height 0.5s;
  }
  .header--active {
    border-color: #242426;
  }
  .header--active .header__content {
    height: 80px;
  }
  .header--active .header__nav {
    height: 80px;
  }
  .header--active .header__nav-item {
    height: 80px;
  }
  .header--scroll {
    top: -80px;
  }
  .header--scroll .header__content {
    height: 80px;
  }
  .header--scroll .header__nav {
    height: 80px;
  }
  .header--scroll .header__nav-item {
    height: 80px;
  }
  .header__content {
    height: 100px;
    overflow: visible;
  }
  .header__nav {
    flex-direction: row;
    align-items: center;
    top: auto;
    left: auto;
    position: relative;
    height: 100px;
    padding: 0;
    width: auto;
    z-index: 2;
    background-color: transparent;
    background: none;
    border-bottom: none;
  }
  .header__nav-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 100px;
    margin-bottom: 0;
    margin-right: 60px;
  }
  .header__nav-item:last-child {
    margin-right: 0;
  }
  .header__nav-menu {
    transform: translate3d(0px, 46px, 0px);
    margin-top: 25px;
  }
  .header__nav-menu .header__nav-menu {
    margin-top: 0;
    margin-left: 0;
    transform: translate3d(0px, 0px, 0px);
    left: 100%;
    padding-top: 30px;
    border-radius: 6px;
  }
  .header__nav-menu .header__nav-menu li:first-child {
    padding-top: 0;
  }
  .header__nav-menu .header__nav-menu:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 10px;
    height: 1px;
    background-color: rgba(175,0,0,0.16);
  }
      .section__bg{
        display: block!important;
    }
  .header__menu {
    display: none;
  }
  .header__logo {
    margin-left: 0;
  }
  .header__actions {
    justify-content: space-between;
    width: 350px;
  }
  .header__form {
    position: relative;
    opacity: 1;
    pointer-events: auto;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 250px;
  }
  .header__form-input {
    width: 100%;
  }
  .header__form-btn {
    right: 20px;
  }
  .header__form-close {
    display: none;
  }
  .header__search {
    display: none;
  }
}
@media (min-width: 1440px) {
  .header__actions {
    width: 383px;
  }
  .header__content {
    padding: 0 30px;
  }
}
/*==============================
	Home
==============================*/
.home {
  position: relative;
  margin-top: 80px;
}
.home--title {
  overflow: hidden;
}
.home--title:after {
  content: '';
  position: absolute;
  top: 0;
  height: 300px;
  left: 0;
  right: 0;
  display: block;
  z-index: 1;
}
.home--title .container,
.home--title .home__carousel {
  z-index: 2;
  position: relative;
}
.home__carousel {
  padding-left: 15px;
}
.home__carousel .owl-dots {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 30px;
}
.home__carousel .owl-dot {
  margin-right: 10px;
}
.home__carousel .owl-dot:last-child {
  margin-right: 0;
}
.home__carousel .owl-dot span {
  display: block;
  height: 4px;
  width: 10px;
  border-radius: 3px;
  background-color: rgba(47,128,237,0.5);
  transition: 0.5s;
}
.home__carousel .owl-dot.active span {
  width: 20px;
  background-color: #7913ac;
}
.home__card {
  display: block;
  width: 290px;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
  border-radius: 16px;
}
.home__card img {
  position: relative;
  width: 100%;
  z-index: 1;
  transition: 0.5s;
}
.home__card:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.8) 75%, rgba(0,0,0,0.9) 100%);
  opacity: 0.65;
  transition: 0.5s;
  pointer-events: none;
}
.home__card div {
  position: absolute;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  pointer-events: none;
}
.home__card div h2 {
  font-family: 'Rubik', sans-serif;
  font-size: 26px;
  line-height: 120%;
  font-weight: 400;
  color: #fff;
  margin-bottom: 15px;
  transition: 0.5s;
}
.home__card div ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.home__card div ul li {
  font-size: 14px;
  font-weight: 400;
  color: #e0e0e0;
  line-height: 100%;
  margin-right: 20px;
}
.home__card div ul li:last-child {
  margin-right: 0;
}
.home__card:hover:before {
  opacity: 0.9;
}
.home__card:hover img {
  transform: scale(1.08);
}
.home__card:hover div h2 {
  color: #7913ac;
}
.home__card:hover .home__add {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}
.home__card:hover .home__rating {
  opacity: 1;
  transform: scale(1);
}
.home__add {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
  transition: 0.5s;
  opacity: 0;
  pointer-events: none;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background-color: #242426;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transform: scale(0.8);
}
.home__add svg {
  width: 18px;
  height: auto;
  fill: #7913ac;
  transition: fill 0.5s;
}
.home__add:hover svg,
.home__add.active svg {
  fill: #ffc312;
}
.home__rating {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 3;
  transition: 0.5s;
  opacity: 0;
  pointer-events: none;
  height: 30px;
  width: auto;
  padding: 0 10px;
  transform: scale(0.8);
  border-radius: 10px;
  background-color: rgba(21,31,48,0.75);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  cursor: default;
}
.home__rating svg {
  width: 16px;
  height: auto;
  fill: #7913ac;
  transition: fill 0.5s;
  margin-right: 5px;
}
.home__nav {
  display: none;
}
.home__title {
  display: block;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 32px;
  line-height: 120%;
  margin-bottom: 30px;
}
.home__title b {
  font-weight: 400;
}
@media (min-width: 360px) {
  .home__card {
    width: 320px;
  }
}
@media (min-width: 400px) {
  .home__card {
    width: 340px;
  }
}
@media (min-width: 576px) {

  .home__card {
    width: 360px;
  }
  .home__card div {
    padding: 30px;
  }
  .home__card div h2 {
    font-size: 30px;
  }
  .home__carousel {
    padding-left: calc((100vw - 510px) / 2);
  }
  .home__add {
    top: 30px;
    left: 30px;
  }
  .home__rating {
    top: 30px;
    right: 30px;
  }
}
@media (min-width: 768px) {
  .home__carousel {
    padding-left: 0;
  }
  .home__carousel .owl-dots {
    margin-top: 40px;
    padding-left: calc((100vw - 690px) / 2);
  }
  .home__rating {
    font-size: 14px;
  }
  .home__rating svg {
    width: 18px;
  }
  .home__title {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .home__card {
    width: 450px;
  }
}
@media (min-width: 992px) {
  .home__carousel .owl-dots {
    padding-left: calc((100vw - 930px) / 2);
  }
}
@media (min-width: 1200px) {
  .home {
    margin-top: 100px;
  }
  .home--static {
    margin-top: 0;
  }
  .home--title:after {
    height: 500px;
  }
  .home--title .home__nav {
    height: 280px;
    top: auto;
  }
  .home__card {
    width: 350px;

  }
  .home__nav {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    width: calc((100% - 1170px) / 2);
  }
  .home__nav--prev {
    left: 0;
    border-radius: 0 16px 16px 0;
  }
  .home__nav--next {
    right: 0;
    border-radius: 16px 0 0 16px;
  }
  .home__carousel .owl-item {
    pointer-events: none;
  }
  .home__carousel .owl-item.active + .center,
  .home__carousel .owl-item.center + .active,
  .home__carousel .owl-item:not(.active) + .active {
    pointer-events: auto;
  }
  .home__carousel .owl-dots {
    padding-left: calc((100vw - 1110px) / 2);
  }
}
@media (min-width: 1440px) {
  .home--title .home__nav {
    height: 330px;
  }
  .home__card {
    width: 413.333333px;
  }
  .home__nav {
    width: calc((100% - 1360px) / 2);
  }
  .home__carousel .owl-dots {
    padding-left: calc((100vw - 1240px) / 2);
  }
}
/*==============================
	Section
==============================*/
.section {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
.section--pb0 {
  padding-top: 0px;
}
.section--head {
  margin-top: 0px;
  padding-top: 30px;
  padding-bottom: 0;
  border-top: 1px solid #242426;
}
.section--gradient:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 300px;
  left: 0;
  right: 0;
  display: block;
  z-index: 1;
  background: linear-gradient(0deg, rgba(21,31,48,0.35) 0%, #141414 100%);
  pointer-events: none;
}
.section--gradient .container {
  z-index: 2;
  position: relative;
}
.section--catalog {
  padding-bottom: 20px;
  border-bottom: 1px solid #242426;
  margin-bottom: 60px;
}
.section--details {
  padding-bottom: 60px;
}
.section--details-bg {
  padding-bottom: 60px;
}
.section__bg {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  height: 450px;
}
.section__bg:before {
  content: '';
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 1;
  background: linear-gradient(180deg, rgba(19,23,32,0.5) 0%, #141414 100%);
  pointer-events: none;
}
.section__title {
  display: block;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 30px;
  line-height: 120%;
  margin-bottom: 10px;
}
.section__title a {
  color: #fff;
}
.section__title a:hover {
  color: #7913ac;
}
.section__title b {
  font-weight: 400;
  color: #7913ac;
}
.section__title--center {
  text-align: center;
}
.section__title--head {
  font-size: 32px;
}
.section__title--sidebar {
  margin-top: 60px;
}
.section__text {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #e0e0e0;
  margin-bottom: 10px;
}
.section__text b {
  font-weight: 500;
  color: #fff;
}
.section__text a {
  color: #7913ac;
}
.section__text a:hover {
  color: #7913ac;
  text-decoration: underline;
}
.section__text--center {
  text-align: center;
}
.section__text:first-child {
  margin-top: 20px;
}
.section__list ol {
  padding-left: 0;
  list-style: none;
  counter-reset: li;
  margin-bottom: 0;
}
.section__list ol ol {
  padding-left: 15px;
  margin-top: 10px;
}
.section__list ol ol ol {
  margin-top: 10px;
  margin-bottom: 10px;
}
.section__list ol ol ol li {
  margin-top: 5px;
}
.section__list ol h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  margin-top: 20px;
  font-weight: 500;
}
.section__list ol li {
  font-size: 16px;
  line-height: 24px;
  color: #e0e0e0;
  position: relative;
}
.section__list ol li b {
  font-weight: 500;
  color: #e0e0e0;
}
.section__list ol li a {
  color: #7913ac;
}
.section__list ol li a:hover {
  color: #7913ac;
  text-decoration: underline;
}
.section__list ol li:last-child {
  margin-bottom: 0;
}

@media (min-width: 800px) {
  #continuewatching {
    margin-bottom: 0px;
  }
}
@media (min-width: 0px) {
  #continuewatching {
  }
}
.card3 {
  transition: 0.3s;
  height: 96%;
}
.continue {
  cursor: pointer;
}
.continuecard {
  border: 1px solid #1f1f1f;
  color: var(--font-color);
  min-height: fit-content;
  transition: 0.3s;
  display: flex;
}
#continuewatching{
  transition: 0.3s;
}
#continuewatching:hover{
  background-color: #1f1f1f;
}
.epID {
  object-fit: cover;
}
.bottom-right {
  position: absolute;
  bottom: -8px;
  background-color: var(--bg-bottom-right);
  color: var(--font-color);
  padding: 4px;
  margin-left: 5px;
  border-radius: 10px;
  transition: 0.3s;
  font-size: 10px;
  z-index: 9999;
}
[dir="ltr"] .bottom-right {
  right: 8px;
}
@media (min-width: 800px) {
  [dir="ltr"] .container2 {
    padding-left: 20px;
    float: left;
  }
}

@media (min-width: 800px) {
  .container2 {
    max-height: 100%;
    text-align: center;
    width: 70%;
  }
}
@media (min-width: 800px) {
  .header-continue {
    text-align: left;
  }
}

@media (min-width: 0px) {
  .header-continue {
    text-align: center;
    margin-top: 20px;
  }
}
@media (min-width: 800px) {
  .epTitle {
    text-align: left;
  }
}

@media (min-width: 0px) {
  .epTitle {
    text-align: center;
  }
}
@media (min-width: 800px) {
  .cards2 {
    max-width: 1100px;
  }
}
@media (min-width: 360px) {
  .cards2 {
    min-width: 360px;
    max-width: 360px;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 0px) {
  .cards2 {
    min-width: 100%;
    max-width: 360px;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 800px) {
  [dir="ltr"] .container2 {
    padding-left: 20px;
    float: left;
  }
}
.cards2 {
  margin: 0 auto;
  display: grid;
  transition: 0.3s;
}
@media (min-width: 800px) {
  [dir="ltr"] .conti {
    float: left;
  }
}
@media (min-width: 800px) {
  .conti {
    width: auto;
    height: 100%;
  }
}
@media (min-width: 0px) {
  .conti {
    width: auto;
    height: 120px;
  }
}
.conti {
  position: relative;
  text-align: center;
}
.section__list ol li:before {
  counter-increment: li;
  content: counters(li, ".") ". ";
}
.section__carousel-wrap {
  position: relative;
  width: 100%;
}
.section__carousel .owl-dots,
.section__interview .owl-dots,
.section__live .owl-dots,
.section__series .owl-dots {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 30px;
}
.section__carousel .owl-dot,
.section__interview .owl-dot,
.section__live .owl-dot,
.section__series .owl-dot {
  margin-right: 10px;
}
.section__carousel .owl-dot:last-child,
.section__interview .owl-dot:last-child,
.section__live .owl-dot:last-child,
.section__series .owl-dot:last-child {
  margin-right: 0;
}
.section__carousel .owl-dot span,
.section__interview .owl-dot span,
.section__live .owl-dot span,
.section__series .owl-dot span {
  display: block;
  height: 4px;
  width: 10px;
  border-radius: 3px;
  background-color: rgba(47,128,237,0.5);
  transition: 0.5s;
}
.section__carousel .owl-dot.active span,
.section__interview .owl-dot.active span,
.section__live .owl-dot.active span,
.section__series .owl-dot.active span {
  width: 20px;
  background-color: #7913ac;
}
.section__series .owl-dots {
  margin-top: 20px;
}
.section__nav {
  display: none;
}
@media (min-width: 768px) {
  .section {
    padding: 80px 0;
  }
  .section--pb0 {
    padding-top: 0px;
  }
  .section--head {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .section--catalog {
    padding-bottom: 30px;
    margin-bottom: 80px;
  }
  .section--details {
    padding-bottom: 80px;
  }
  .section--details-bg {
    padding-bottom: 80px;
    padding-top: 160px;
  }
  .section__title {
    font-size: 36px;
  }
  .section__title--head {
    font-size: 38px;
  }
  .section__text {
    font-size: 18px;
    line-height: 28px;
  }
  .section__text--small {
    font-size: 16px;
    line-height: 26px;
  }
  .section__text:first-child {
    margin-top: 30px;
  }
  .section__list ol h4 {
    font-size: 16px;
  }
  .section__list ol li {
    font-size: 16px;
    line-height: 26px;
  }
  .section__carousel .owl-dots,
  .section__interview .owl-dots,
  .section__live .owl-dots,
  .section__series .owl-dots {
    margin-top: 40px;
  }
  .section__series .owl-dots {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .section__title--sidebar {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .section--gradient:after {
    height: 500px;
  }
  .section--head {
    margin-top: 0px;
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .section--catalog {
    padding-bottom: 30px;
    margin-bottom: 80px;
  }
  .section--details {
    padding-bottom: 80px;
  }
  .section--details-bg {
    padding-bottom: 80px;
    padding-top: 160px;
  }
  .section__nav {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 50%;
    margin-top: -10px;
    background-color: #242426;
  }
  .section__nav svg {
    stroke: #e0e0e0;
    transition: stroke 0.5s;
  }
  .section__nav:hover {
    background-color: #7913ac;
  }
  .section__nav--cards {
    top: 142px;
    margin-top: -25px;
  }
  .section__nav--interview,
  .section__nav--live {
    top: 148px;
    margin-top: -25px;
  }
  .section__nav--series {
    top: 90px;
    margin-top: -25px;
  }
  .section__nav--prev {
    right: 100%;
    margin-right: 30px;
  }
  .section__nav--next {
    left: 100%;
    margin-left: 30px;
  }
}
@media (min-width: 1440px) {
  .section__nav--cards {
    top: 165px;
  }
  .section__nav--interview,
  .section__nav--live {
    top: 170px;
  }
  .section__nav--series {
    top: 102px;
  }
}
.alert {
  position: relative;
  top: 10px;
  left: 0;
  width: auto;
  height: auto;
  padding: 10px;
  margin: 10px;
  line-height: 1.8;
  border-radius: 5px;
  font-family: sans-serif;
  font-weight: 400;
}

.alertCheckbox {
  display: none;
}

:checked + .alert {
  display: none;
}

.alertText {
  display: table;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
}

.alertClose {
  float: right;
  padding-top: 5px;
  font-size: 10px;
}

.clear {
  clear: both;
}

.info {
  background-color: #EEE;
  border: 1px solid #DDD;
  color: #999;
}

.success {
  background-color: #EFE;
  border: 1px solid #DED;
  color: #9A9;
}

.notice {
  background-color: #EFF;
  border: 1px solid #DEE;
  color: #9AA;
}

.warning {
  background-color: #FDF7DF;
  border: 1px solid #FEEC6F;
  color: #C9971C;
}

.error {
  background-color: #FEE;
  border: 1px solid #EDD;
  color: #A66;
}
/*==============================
	Catalog
==============================*/
.catalog {
  position: relative;
  padding: 40px 0 60px;
  overflow: hidden;
}
.catalog:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 500px;
  left: 0;
  right: 0;
  display: block;
  z-index: 1;
}
.catalog .container {
  z-index: 2;
  position: relative;
}
.catalog__nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #242426;
  padding: 10px 20px 20px;
  border-radius: 16px;
  width: 100%;
}
.catalog__select-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 2;
}
.catalog__more {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0;
  width: 160px;
  height: 50px;
  border-radius: 16px;
  background-color: #242426;
  font-size: 14px;
  color: #e0e0e0;
  text-transform: uppercase;
  font-weight: 500;
}
.catalog__more:hover {
  color: #fff;
  background-color: #7913ac;
}
.catalog__paginator-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0;
  width: 100%;
  height: 50px;
  border-radius: 16px;
  background-color: #242426;
}
.catalog__paginator-wrap--comments {
  margin: 30px auto;
}
.catalog__pages {
  display: none;
}
.catalog__paginator {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.catalog__paginator li {
  margin-right: 15px;
}
.catalog__paginator li:last-child {
  margin-right: 0;
}
.catalog__paginator li.active a {
  color: #7913ac;
  cursor: default;
}
.catalog__paginator a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 12px;
  background-color: #141414;
  font-size: 14px;
  color: #e0e0e0;
  font-weight: 500;
}
.catalog__paginator a svg {
  stroke: #e0e0e0;
  transition: 0.5s;
}
.catalog__paginator a:hover {
  color: #7913ac;
}
.catalog__paginator a:hover svg {
  stroke: #7913ac;
}
.catalog--list:after {
  display: none;
}
.catalog--page {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .catalog {
    padding: 60px 0 80px;
  }
  .catalog--page {
    padding-top: 30px;
  }
  .catalog__nav {
    padding: 20px 30px;
    flex-direction: row;
  }
  .catalog__more {
    margin: 60px auto 0;
    width: 180px;
    height: 60px;
  }
  .catalog__paginator-wrap {
    padding: 0 30px;
    margin: 60px auto 0;
    height: 60px;
    justify-content: space-between;
  }
  .catalog__paginator-wrap--comments {
    margin: 30px auto;
    padding: 0 20px;
  }
  .catalog__pages {
    display: block;
    font-size: 14px;
    color: #e0e0e0;
    font-weight: 500;
  }
}
@media (min-width: 1200px) {
  .catalog {
    overflow: visible;
  }
  .catalog__nav {
    position: relative;
    top: -1px;
    z-index: 99;
    background-color: #141414;
    border-radius: 0 0 16px 16px;
  }
  .catalog__nav:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 16px;
    background-color: #242426;
    z-index: 1;
    pointer-events: none;
  }
  .catalog__nav--relative {
    position: relative;
    top: auto;
  }
}
.row--grid {
  margin-right: -10px;
  margin-left: -10px;
}
.row--grid .col-6,
.row--grid .col-12 {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .row--grid {
    margin-right: -15px;
    margin-left: -15px;
  }
  .row--grid .col-6,
  .row--grid .col-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*==============================
	Profile
==============================*/
.profile {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #242426;
  padding: 20px 20px 0;
  border-radius: 16px;
  position: relative;
}
.profile__tabs {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  width: 100%;
}
.profile__tabs li {
  margin-right: 30px;
}
.profile__tabs li:last-child {
  margin-right: 0;
}
.profile__tabs a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 40px;
  color: #fff;
  position: relative;
  font-size: 14px;
}
.profile__tabs a:hover {
  color: #7913ac;
}
.profile__tabs a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  display: block;
  background-color: #7913ac;
  transition: 0.5s;
  transform: translateY(2px);
  opacity: 0;
  border-radius: 2px;
}
.profile__tabs a.active {
  color: #7913ac;
  cursor: default;
}
.profile__tabs a.active:before {
  opacity: 1;
  transform: translateY(0);
}
.profile__logout {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  position: absolute;
  top: 20px;
  right: 20px;
}
.profile__logout span {
  font-size: 14px;
  color: #e0e0e0;
  font-weight: 500;
  margin-right: 10px;
  transition: 0.5s;
}
.profile__logout svg {
  fill: #7913ac;
  width: 20px;
  height: auto;
}
.profile__logout:hover span {
  color: #7913ac;
}
.profile__user {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.profile__meta {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.profile__meta h3 {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 7px;
  line-height: 100%;
}
.profile__meta span {
  color: #e0e0e0;
  font-size: 12px;
  line-height: 100%;
}
.profile__avatar {
  display: block;
  position: relative;
  width: 40px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 15px;
}
.profile__avatar img {
  width: 100%;
}
@media (min-width: 768px) {
  .profile {
    padding: 0 30px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .profile__tabs {
    border-bottom: none;
    margin-bottom: 0;
    width: auto;
    margin-right: auto;
  }
  .profile__tabs a {
    align-items: center;
    height: 80px;
  }
  .profile__user {
    margin-bottom: 0;
    margin-right: 60px;
  }
  .profile__logout {
    position: relative;
    top: auto;
    right: auto;
  }
}
@media (min-width: 992px) {
  .profile__tabs li {
    margin-right: 40px;
  }
  .profile__tabs li:last-child {
    margin-right: 0;
  }
}
/*==============================
	Breadcrumb
==============================*/
.breadcrumb {
  display: none;
  flex-direction: row;
  align-items: center;
  margin-top: 0;
  height: calc(100% - 10px);
}
.breadcrumb__item {
  font-size: 14px;
  line-height: 22px;
  color: #e0e0e0;
  transition: 0.5s;
  position: relative;
  margin-right: 34px;
}
.breadcrumb__item:before {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  height: 22px;
  width: 34px;
  background: url("../img/breadcrumb.svg") no-repeat center/12px auto;
}
.breadcrumb__item:hover {
  color: #e0e0e0;
}
.breadcrumb__item:last-child {
  margin-right: 0;
}
.breadcrumb__item:last-child:before {
  display: none;
}
.breadcrumb__item--active {
  cursor: default;
  margin-right: 0;
}
.breadcrumb__item--active:before {
  display: none;
}
.breadcrumb__item--active:hover {
  color: #e0e0e0;
}
.breadcrumb a {
  color: #fff;
}
.breadcrumb a:hover {
  color: #7913ac;
}
@media (min-width: 1200px) {
  .breadcrumb {
    display: flex;
  }
}
/*==============================
	Card
==============================*/
.card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}
.card--big {
  flex-direction: row;
  align-items: stretch;
  background-color: #242426;
  border-radius: 16px;
}
.card--big .card__cover {
  width: 140px;
  border-radius: 16px 0 0 16px;
}
.card--big .card__rating {
  right: calc(100% - 130px);
}
.card--favorites .card__add {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}
.card--favorites .card__add svg {
  fill: #ffc312;
}
.card--favorites .card__add:hover svg {
  fill: #7913ac;
}
.card__cover {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.card__cover img {
  width: 100%;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
.card__cover svg {
  position: absolute;
  display: block;
  stroke: #fff;
  width: 46px;
  height: auto;
  transition: 0.5s;
  z-index: 3;
  transform: scale(0.8);
  opacity: 0;
}
.card__cover:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.8) 75%, rgba(0,0,0,0.9) 100%);
  opacity: 0.1;
  transition: 0.5s;
}
.card__add {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  transition: 0.5s;
  opacity: 0;
  pointer-events: none;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background-color: #242426;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transform: scale(0.8);
}
.card__add svg {
  width: 16px;
  height: auto;
  fill: #7913ac;
  transition: 0.5s;
}
.card__add:hover svg,
.card__add.active svg {
  fill: #ffc312;
}
.card__rating {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  transition: 0.5s;
  opacity: 0;
  pointer-events: none;
  height: 30px;
  width: auto;
  padding: 0 10px;
  transform: scale(0.8);
  border-radius: 10px;
  background-color: rgba(21,31,48,0.75);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  cursor: default;
}
.card__rating svg {
  width: 16px;
  height: auto;
  fill: #7913ac;
  transition: fill 0.5s;
  margin-right: 5px;
}
.card__title {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 5px;
  transition: 0.5s;
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
.card__title a {
  color: #fff;
}
.card__list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.card__list li {
  font-size: 12px;
  color: #e0e0e0;
  margin-right: 15px;
  white-space: nowrap;
}
.card__list li:last-child {
  margin-right: 0;
}
.card__info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 10px;
}
.card__info li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 12px;
  color: #fff;
}
.card__info li a {
  color: #fff;
}
.card__info li a:hover {
  color: #7913ac;
}
.card__info li span:first-child {
  margin-right: 5px;
  color: #e0e0e0;
}
.card__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(100% - 140px);
  padding: 5px 15px 15px 20px;
  position: relative;
  overflow: hidden;
}
.card__tagline {
  font-size: 14px;
  line-height: 21px;
  color: #e0e0e0;
  margin-bottom: 0;
  overflow: hidden;
  margin-top: auto;
  font-family: 'Rubik', sans-serif;
  font-style: italic;
}
.card:hover .card__cover:before {
  opacity: 0.7;
}
.card:hover .card__cover img {
  transform: scale(1.06);
  filter: blur(4px);
  -webkit-filter: blur(4px);
}
.card:hover .card__cover svg {
  opacity: 1;
  transform: scale(1);
}
.card:hover .card__title {
  color: #7913ac;
}
.card:hover .card__title a {
  color: #7913ac;
}
.card:hover .card__add {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}
.card:hover .card__rating {
  opacity: 1;
  transform: scale(1);
}
@media (min-width: 576px) {
  .card--big .card__cover {
    width: 160px;
  }
  .card--big .card__rating {
    right: calc(100% - 150px);
  }
  .card__content {
    width: calc(100% - 160px);
  }
}
@media (min-width: 768px) {
  .card {
    margin-top: 30px;
  }
  .card--big .card__rating {
    right: calc(100% - 140px);
  }
  .card__title {
    margin-top: 15px;
    font-size: 17px;
  }
  .card__cover svg {
    width: 56px;
  }
  .card__add {
    top: 15px;
    left: 15px;
  }
  .card__add svg {
    width: 18px;
  }
  .card__rating {
    top: 15px;
    right: 15px;
    font-size: 14px;
  }
  .card__rating svg {
    width: 18px;
    margin-bottom: 1px;
  }
  .card__content {
    padding: 0 15px 15px 20px;
  }
}
@media (min-width: 1200px) {
  .card--big .card__title {
    white-space: normal;
    font-size: 18px;
  }
  .card__title--subs {
    text-align: center;
  }
  .card__list--subs {
    justify-content: center;
  }
  .card__list--subs li {
    text-align: center;
  }
  .card__content {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1440px) {
  .card--big .card__title {
    margin-top: 17px;
  }
  .card--big .card__cover {
    width: 190px;
  }
  .card--big .card__rating {
    right: calc(100% - 170px);
  }
  .card__content {
    width: calc(100% - 190px);
    padding: 0 20px 20px;
  }
}
/*==============================
	Live
==============================*/
.live {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}
.live__cover {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.live__cover img {
  position: relative;
  width: 100%;
  z-index: 1;
  transition: 0.5s;
}
.live__cover svg {
  position: absolute;
  display: block;
  stroke: #fff;
  width: 46px;
  height: auto;
  transition: 0.5s;
  z-index: 3;
  transform: scale(0.8);
  opacity: 0;
}
.live__cover:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.8) 75%, rgba(0,0,0,0.9) 100%);
  opacity: 0.65;
  transition: 0.5s;
}
.live__value {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 3;
  pointer-events: none;
  height: 30px;
  width: auto;
  padding: 0 12px;
  border-radius: 10px;
  background-color: rgba(21,31,48,0.75);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
.live__status {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
  pointer-events: none;
  height: 24px;
  width: auto;
  padding: 0 10px;
  border-radius: 10px;
  background-color: #eb5757;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
.live__avatar {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  margin-right: 15px;
  overflow: hidden;
  margin-top: 15px;
}
.live__avatar img {
  width: 100%;
  height: auto;
}
.live__title {
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #e0e0e0;
  margin-bottom: 0;
  margin-top: 15px;
  width: calc(100% - 55px);
}
.live__title a {
  color: #e0e0e0;
}
.live:hover .live__cover:before {
  opacity: 0.9;
}
.live:hover .live__cover img {
  transform: scale(1.08);
}
.live:hover .live__cover svg {
  opacity: 1;
  transform: scale(1);
}
.live:hover .live__title a {
  color: #7913ac;
}
@media (min-width: 768px) {
  .live {
    margin-top: 30px;
  }
  .live__title {
    font-size: 20px;
    line-height: 30px;
  }
  .live__value {
    bottom: 30px;
    left: 30px;
    font-size: 14px;
  }
  .live__status {
    top: 30px;
    left: 30px;
  }
  .live__cover svg {
    width: 56px;
  }
}
/*==============================
	Interview
==============================*/
.interview {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}
.interview__cover {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.interview__cover img {
  position: relative;
  width: 100%;
  z-index: 1;
  transition: 0.5s;
}
.interview__cover:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.8) 75%, rgba(0,0,0,0.9) 100%);
  opacity: 0.65;
  transition: 0.5s;
}
.interview__cover span {
  z-index: 3;
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  color: #e0e0e0;
}
.interview__cover span svg {
  width: 26px;
  height: auto;
  stroke: #e0e0e0;
  margin-right: 10px;
  transition: stroke 0.5s;
}
.interview__title {
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #e0e0e0;
  margin-bottom: 0;
  margin-top: 15px;
}
.interview__title a {
  color: #e0e0e0;
}
.interview:hover .interview__cover:before {
  opacity: 0.9;
}
.interview:hover .interview__cover img {
  transform: scale(1.08);
}
.interview:hover .interview__cover svg {
  stroke: #7913ac;
}
.interview:hover .interview__title a {
  color: #7913ac;
}
@media (min-width: 768px) {
  .interview {
    margin-top: 30px;
  }
  .interview__title {
    font-size: 20px;
    line-height: 30px;
  }
  .interview__cover span {
    bottom: 30px;
    left: 30px;
  }
}
@media (min-width: 1200px) {
  .interview__cover span {
    font-size: 15px;
  }
  .interview__cover span svg {
    width: 28px;
    margin-right: 12px;
  }
}
/*==============================
	Series
==============================*/
.series {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}
.series__cover {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.series__cover img {
  position: relative;
  width: 100%;
  z-index: 1;
  transition: 0.5s;
}
.series__cover:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.8) 75%, rgba(0,0,0,0.9) 100%);
  opacity: 0.65;
  transition: 0.5s;
}
.series__cover span {
  z-index: 3;
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  color: #e0e0e0;
}
.series__cover span svg {
  width: 24px;
  height: auto;
  stroke: #e0e0e0;
  margin-right: 10px;
  transition: stroke 0.5s;
}
.series__title {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #e0e0e0;
  margin-bottom: 0;
  margin-top: 10px;
}
.series__title a {
  color: #e0e0e0;
}

.series.uwu .series__cover:before {
  opacity: 0.9;
}
.series.uwu .series__cover img {
  transform: scale(1.08);
}
.series.uwu .series__cover svg {
  stroke: #7913ac;
}
.series.uwu .series__title a {
  color: #7913ac;
}


.series:hover .series__cover:before {
  opacity: 0.9;
}
.series:hover .series__cover img {
  transform: scale(1.08);
}
.series:hover .series__cover svg {
  stroke: #7913ac;
}
.series:hover .series__title a {
  color: #7913ac;
}
@media (min-width: 768px) {
  .series__title {
    font-size: 18px;
    line-height: 26px;
    margin-top: 15px;
  }
  .series__cover span {
    bottom: 20px;
    left: 20px;
  }
}
.series-wrap {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.series-wrap__title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  color: #fff;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}
.series-wrap__title svg {
  width: 22px;
  height: auto;
  margin-right: 10px;
  fill: #7913ac;
}
@media (min-width: 768px) {
  .series-wrap {
    margin-top: 20px;
  }
}
/*==============================
	Category
==============================*/
.category {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}
.category__cover {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.category__cover img {
  position: relative;
  width: 100%;
  z-index: 1;
  transition: 0.5s;
}
.category__cover:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.8) 75%, rgba(0,0,0,0.9) 100%);
  opacity: 0.65;
  transition: 0.5s;
}
.category__title {
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #e0e0e0;
  margin-bottom: 0;
  position: absolute;
  z-index: 3;
  bottom: 20px;
  left: 20px;
  right: 90px;
  transition: 0.5s;
}
.category__value {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 3;
  transition: 0.5s;
  pointer-events: none;
  height: 30px;
  width: auto;
  padding: 0 12px;
  border-radius: 10px;
  background-color: rgba(21,31,48,0.75);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
}
.category:hover .category__cover:before {
  opacity: 0.9;
}
.category:hover .category__cover img {
  transform: scale(1.08);
}
.category:hover .category__title {
  color: #7913ac;
}
@media (min-width: 768px) {
  .category {
    margin-top: 30px;
  }
  .category__title {
    font-size: 20px;
    line-height: 30px;
    left: 30px;
    bottom: 30px;
  }
  .category__value {
    bottom: 30px;
    right: 30px;
    font-size: 14px;
  }
}
/*==============================
	Plans
==============================*/
.plans {
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  padding: 40px 20px;
  border-radius: 16px;
  background-color: #242426;
}
.plans--mt0 {
  margin-top: 0;
}
.plans__head {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}
.plans__head b {
  color: #7913ac;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 100%;
}
.plans__head p {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 42px;
  color: #fff;
  margin-bottom: 10px;
  line-height: 100%;
}
.plans__head span {
  color: #e0e0e0;
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
}
.plans__title {
  font-size: 16px;
  color: #e0e0e0;
  display: block;
  min-width: 200px;
}
.plans__title b {
  color: #7913ac;
  font-weight: 500;
}
.plans__status svg {
  width: 16px;
  height: auto;
}
.plans__status--red svg {
  stroke: #eb5757;
  width: 14px;
}
.plans__status--green svg {
  stroke: #29b474;
}
.plans__table {
  width: 100%;
  min-width: 600px;
}
.plans__table th,
.plans__table td {
  padding: 0 20px;
}
.plans__table th:first-child,
.plans__table td:first-child {
  width: 240px;
  padding-left: 0;
}
.plans__table th:last-child,
.plans__table td:last-child {
  padding-right: 0;
}
.plans__table tbody tr td {
  border-bottom: 1px solid rgba(47,128,237,0.1);
  padding-top: 20px;
  padding-bottom: 20px;
  vertical-align: top;
  transition: background-color 0.36s linear;
}
.plans__table tbody tr.last td {
  border-bottom: none;
}
.plans__table tbody tr.last td:nth-child(2) {
  border-radius: 0 0 0 20px;
}
.plans__table tbody tr.last td:last-child {
  border-radius: 0 0 20px 0;
}
.plans__table tbody tr:first-child td:nth-child(2) {
  border-radius: 20px 0 0 0;
}
.plans__table tbody tr:first-child td:last-child {
  border-radius: 0 20px 0 0;
}
.plans__table tbody tr:last-child td {
  border-bottom: none;
  padding-bottom: 0;
}
.plans__btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 100%;
  min-width: 160px;
  height: 50px;
  border-radius: 16px;
  background-color: #141414;
  font-size: 14px;
  color: #e0e0e0;
  text-transform: uppercase;
  font-weight: 500;
}
.plans__btn:hover {
  color: #242426;
  background-color: #fff;
}
@media (min-width: 768px) {
  .plans {
    margin-top: 30px;
    padding: 40px 30px;
  }
  .plans--mt0 {
    margin-top: 0;
  }
  .plans__btn {
    height: 60px;
    min-width: 180px;
  }
  .plans__table tbody tr:last-child td {
    padding: 20px 10px 0 20px;
  }
  .plans__table tbody tr:last-child td:last-child {
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .plans__table th:first-child,
  .plans__table td:first-child {
    width: 260px;
  }
}
@media (min-width: 1200px) {
  .plans {
    border-radius: 32px;
  }
  .plans__table th:first-child,
  .plans__table td:first-child {
    width: 290px;
  }
  .plans__title {
    padding-right: 20px;
  }
}
@media (min-width: 1440px) {
  .plans {
    padding: 40px;
  }
  .plans__table th,
  .plans__table td {
    padding: 0 25px;
  }
  .plans__table th:first-child,
  .plans__table td:first-child {
    padding-left: 0;
    width: 325px;
  }
  .plans__table th:last-child,
  .plans__table td:last-child {
    padding-right: 0;
  }
  .plans__table tbody tr:last-child td {
    padding: 20px 15px 0 25px;
  }
  .plans__table tbody tr:last-child td:last-child {
    padding-right: 0;
  }
}
/*==============================
	Plan
==============================*/
.plan {
  display: block;
  margin-top: 20px;
  padding: 20px;
  border-radius: 16px;
  background-color: #242426;
  position: relative;
  overflow: hidden;
}
.plan--style2 .plan__title {
  text-align: center;
}
.plan--style2 .plan__price {
  text-align: center;
  border-top: none;
  padding-top: 0;
  border-bottom: 1px solid rgba(47,128,237,0.1);
  padding-bottom: 15px;
}
.plan--style2 .plan__list {
  margin-top: 20px;
  align-items: center;
}
.plan--best {
  background: linear-gradient(30deg, rgba(47,128,237,0.7) 0%, rgba(47,128,237,0.9) 100%);
}
.plan--best .plan__title {
  border-color: rgba(21,31,48,0.2);
}
.plan--best .plan__price {
  border-color: rgba(21,31,48,0.2);
}
.plan--best .plan__list li {
  color: #fff;
}
.plan--best .plan__btn {
  background-color: #242426;
}
.plan--best .plan__btn:hover {
  background-color: #fff;
  color: #242426;
}
.plan__title {
  position: relative;
  z-index: 2;
  font-size: 20px;
  color: #fff;
  line-height: 100%;
  display: block;
  font-weight: 400;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(47,128,237,0.1);
  font-family: 'Rubik', sans-serif;
}
.plan__list {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.plan__list li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  font-size: 16px;
  color: #e0e0e0;
}
.plan__list li:last-child {
  margin-bottom: 0;
}
.plan__list li svg {
  width: 10px;
  height: auto;
  margin-right: 10px;
}
.plan__list li.red svg {
  stroke: #eb5757;
}
.plan__list li.green svg {
  stroke: #29b474;
}
.plan__price {
  position: relative;
  z-index: 2;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  font-size: 36px;
  color: #fff;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(47,128,237,0.1);
  display: block;
  line-height: 100%;
}
.plan__price span {
  font-size: 16px;
}
.plan__btn {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 100%;
  min-width: 160px;
  height: 50px;
  border-radius: 16px;
  background-color: #141414;
  font-size: 14px;
  color: #e0e0e0;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 20px;
}
.plan__btn:hover {
  color: #fff;
  background-color: #7913ac;
}
@media (min-width: 768px) {
  .plan {
    margin-top: 30px;
    padding: 30px;
  }
  .plan__btn {
    height: 60px;
  }
  .plan--style2 .plan__list {
    margin-top: 30px;
  }
  .plan--style2 .plan__btn {
    margin-top: 30px;
  }
}
/*==============================
	Step
==============================*/
.step {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  padding: 20px;
  border-radius: 16px;
  background-color: #242426;
}
.step__number {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-family: 'Rubik', sans-serif;
  line-height: 100%;
  font-weight: 500;
  font-size: 24px;
  color: #7913ac;
  background-color: rgba(47,128,237,0.3);
}
.step__title {
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
  margin-left: 20px;
}
.step__text {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  color: #e0e0e0;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .step {
    margin-top: 30px;
    padding: 30px;
  }
}
/*==============================
	Stats
==============================*/
.stats {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  margin-top: 20px;
  padding: 20px;
  border-radius: 16px;
  background-color: #242426;
  width: 100%;
}
.stats span {
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}
.stats span a {
  font-size: 14px;
  color: #7913ac;
  margin-left: 5px;
}
.stats span a:hover {
  color: #fff;
}
.stats p {
  font-size: 16px;
  color: #e0e0e0;
  margin-bottom: 0;
  margin-top: 10px;
}
.stats p sub {
  bottom: 0;
  font-size: 12px;
}
.stats p b {
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
}
.stats p a {
  color: #fff;
}
.stats p a:hover {
  color: #7913ac;
}
.stats svg {
  position: absolute;
  bottom: 20px;
  right: 20px;
  fill: #7913ac;
  width: 34px;
  height: auto;
}
@media (min-width: 768px) {
  .stats {
    margin-top: 30px;
    padding: 20px 30px;
  }
  .stats svg {
    right: 30px;
  }
}
/*==============================
	Feature
==============================*/
.feature {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #242426;
}
.feature__icon {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.feature__icon svg {
  fill: #7913ac;
  width: auto;
  height: 34px;
}
.feature__title {
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
  margin-left: 20px;
}
.feature__text {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  color: #e0e0e0;
  margin-bottom: 0;
  margin-top: 20px;
}
.feature--last {
  border-bottom: none;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .feature {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .feature--last,
  .feature--prelast {
    border-bottom: none;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .feature {
    margin-top: 40px;
    padding-bottom: 0;
    border-bottom: none;
  }
}
/*==============================
	Dashbox
==============================*/
.dashbox {
  background-color: #242426;
  margin-top: 20px;
  border-radius: 16px;
  overflow: hidden;
}
.dashbox__title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid rgba(47,128,237,0.1);
}
.dashbox__title h3 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  margin-bottom: 0;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
}
.dashbox__title h3 svg {
  fill: #7913ac;
  margin-right: 10px;
  width: 24px;
  height: auto;
}
.dashbox__wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.dashbox__more {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  height: 30px;
  background-color: #141414;
  font-size: 12px;
  margin-left: 15px;
  color: #e0e0e0;
  border-radius: 12px;
}
.dashbox__more:hover {
  color: #7913ac;
}
.dashbox__refresh {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 30px;
}
.dashbox__refresh svg {
  fill: #e0e0e0;
  width: 16px;
  height: auto;
  transition: fill 0.5s;
}
.dashbox__refresh:hover svg {
  fill: #7913ac;
}
.dashbox__table-wrap {
  position: relative;
  display: block;
  width: 100%;
  overflow: auto;
  padding: 20px 20px 15px;
}
@media (min-width: 768px) {
  .dashbox {
    margin-top: 30px;
  }
  .dashbox__title {
    padding: 20px 30px;
  }
  .dashbox__table-wrap {
    padding: 20px 30px 20px;
  }
}
/*==============================
	Main
==============================*/
.main__table {
  width: 100%;
  min-width: 500px;
  border-spacing: 0;
}
.main__table thead {
  border-bottom: 1px solid rgba(47,128,237,0.1);
}
.main__table thead th {
  font-size: 12px;
  color: #e0e0e0;
  font-weight: 400;
  padding: 0 10px 15px 0;
  line-height: 100%;
  margin-bottom: 0;
  border: none;
}
.main__table tbody tr {
  border-bottom: none;
  background-color: transparent;
}
.main__table tbody td {
  padding: 0;
  background-color: transparent;
  border: 0px solid transparent;
}
.main__table tbody td:first-child .main__table-text {
  border-radius: 16px 0 0 16px;
}
.main__table tbody td:last-child .main__table-text,
.main__table tbody td:last-child .main__table-btns {
  border-radius: 0 16px 16px 0;
}
.main__table tbody td .main__table-text {
  background-color: transparent;
  padding: 10px 15px 0 0;
}
.main__table-text {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  padding: 20px;
  background-color: #242426;
  white-space: nowrap;
}
.main__table-text a {
  color: #fff;
}
.main__table-text a:hover {
  color: #7913ac;
}
.main__table-text svg {
  margin-right: 6px;
  fill: #7913ac;
  width: 16px;
  height: auto;
}
.main__table-text--rate {
  font-weight: 500;
  font-size: 14px;
}
.main__table-text--red {
  color: #eb5757;
}
.main__table-text--green {
  color: #29b474;
}
.main__table-text--grey {
  color: rgba(255,255,255,0.5);
}
/*==============================
	Article
==============================*/
.article__trailer {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.article__trailer svg {
  display: block;
  stroke: #fff;
  width: 46px;
  height: auto;
  margin-right: 15px;
  transition: stroke 0.5s;
}
.article__trailer:hover {
  color: #7913ac;
}
.article__trailer:hover svg {
  stroke: #7913ac;
}
.article__category {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 30px;
  min-width: 60px;
  width: auto;
  color: #e0e0e0;
  font-size: 14px;
  background-color: #242426;
  border-radius: 12px;
  padding: 0 12px;
  margin-bottom: 20px;
}
.article__category:hover {
  color: #fff;
  background-color: #7913ac;
}
.article__date {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
  line-height: 30px;
  color: #e0e0e0;
}
.article__date svg {
  fill: #7913ac;
  width: 16px;
  height: auto;
  margin-right: 10px;
}
.article__content {
  position: relative;
}
.article__content img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  border-radius: 16px;
}
.article__content iframe {
  display: block;
  width: 100%;
  height: 240px;
  margin-bottom: 20px;
  border-radius: 16px;
  border: none;
}
.article__content h1,
.article__content h2,
.article__content h3,
.article__content h4,
.article__content h5,
.article__content h6 {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
  line-height: 140%;
}
.article__content h1:last-child,
.article__content h2:last-child,
.article__content h3:last-child,
.article__content h4:last-child,
.article__content h5:last-child,
.article__content h6:last-child {
  margin-bottom: 0;
}
.article__content h1 {
  font-size: 32px;
  font-weight: 700;
}
.article__content h2 {
  font-size: 28px;
}
.article__content h3 {
  font-size: 24px;
}
.article__content h4 {
  font-size: 22px;
}
.article__content h5 {
  font-size: 18px;
}
.article__content h6 {
  font-size: 16px;
}
.article__content p {
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #e0e0e0;
  margin-bottom: 20px;
}
.article__content p b {
  font-weight: 500;
}
.article__content p a {
  color: #7913ac;
  text-decoration: underline;
}
.article__content p a:hover,
.article__content p a:focus {
  color: #7913ac;
  text-decoration: none;
}
.article__content p:last-child {
  margin-bottom: 0;
}
.article__content blockquote {
  display: block;
  position: relative;
  font-family: 'Rubik', sans-serif;
  padding: 0 0 0 20px;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 20px;
}
.article__content blockquote:before {
  content: '';
  position: absolute;
  display: block;
  top: 2px;
  bottom: 2px;
  left: 0;
  width: 2px;
  background-color: #7913ac;
  border-radius: 2px;
}
.article__content blockquote:last-child {
  margin-bottom: 0;
}
.article__content ul {
  margin-bottom: 20px;
  display: block;
}
.article__content ul li {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #e0e0e0;
  padding-left: 20px;
  position: relative;
}
.article__content ul li:before {
  content: '';
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #7913ac;
  left: -2px;
  top: 50%;
  margin-top: -3px;
}
.article__content ul:last-child {
  margin-bottom: 0;
}
.article__content ul.list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.article__content ul.list li {
  margin-right: 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.article__content ul.list li svg {
  width: 18px;
  height: auto;
  fill: #7913ac;
  transition: fill 0.5s;
  margin-right: 5px;
}
.article__content ul.list li:first-child {
  padding-left: 0;
}
.article__content ul.list li:first-child:before {
  display: none;
}
.article__content ul.list li:last-child {
  margin-right: 0;
}
.article__btns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.article__btns .article__btn {
  width: calc(50% - 10px);
}
.article__btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  width: 100%;
  height: 50px;
  border-radius: 16px;
  background-color: #7913ac;
  font-size: 14px;
  color: #e0e0e0;
  text-transform: uppercase;
  font-weight: 500;
}
.article__btn:hover {
  color: #242426;
  background-color: #fff;
}
.article__btn--white {
  background-color: #fff;
  color: #242426;
}
.article__btn--white:hover {
  background-color: #242426;
  color: #fff;
}
.article__actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  flex-wrap: wrap;
}
.article__actions--details .article__download,
.article__actions--details .article__favorites {
  margin-bottom: 0;
  margin-top: 20px;
}
.article__favorites {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-bottom: 20px;
  color: #e0e0e0;
  font-size: 14px;
}
.article__favorites svg {
  width: 20px;
  height: auto;
  fill: #7913ac;
  transition: fill 0.5s ease;
  margin-right: 6px;
  margin-bottom: 1px;
}
.article__favorites:hover {
  color: #fff;
}
.article__favorites:hover svg {
  fill: #ffc312;
}
.article__favorites.active svg {
  fill: #ffc312;
}
.article__download {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  color: #e0e0e0;
  font-size: 14px;
}
.article__download svg {
  width: 20px;
  height: auto;
  fill: #7913ac;
  transition: fill 0.5s ease;
  margin-right: 6px;
  margin-bottom: 3px;
}
.article__download a {
  margin-left: 10px;
  color: #fff;
  margin-right: 10px;
  position: relative;
  line-height: 22px;
}
.article__download a:before {
  content: '|';
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
  font-size: 8px;
  color: #7913ac;
  opacity: 0.3;
}
.article__download a:hover {
  color: #7913ac;
}
.article__download a:last-child {
  margin-right: 0;
}
.article__download a:last-child:before {
  display: none;
}
@media (min-width: 576px) {
  .article__content iframe {
    height: 280px;
  }
}
@media (min-width: 768px) {
  .article__trailer {
    margin-bottom: 40px;
  }
  .article__category {
    margin-bottom: 30px;
  }
  .article__content h1 {
    font-size: 36px;
  }
  .article__content h2 {
    font-size: 32px;
  }
  .article__content h3 {
    font-size: 28px;
  }
  .article__content h4 {
    font-size: 24px;
  }
  .article__content h5 {
    font-size: 20px;
  }
  .article__content h6 {
    font-size: 18px;
  }
  .article__content h1,
  .article__content h2,
  .article__content h3,
  .article__content h4,
  .article__content h5,
  .article__content h6,
  .article__content p,
  .article__content blockquote,
  .article__content ul,
  .article__content img,
  .article__content iframe {
    margin-bottom: 30px;
  }
  .article__content h1:last-child,
  .article__content h2:last-child,
  .article__content h3:last-child,
  .article__content h4:last-child,
  .article__content h5:last-child,
  .article__content h6:last-child,
  .article__content p:last-child,
  .article__content blockquote:last-child,
  .article__content ul:last-child,
  .article__content img:last-child,
  .article__content iframe:last-child {
    margin-bottom: 0;
  }
  .article__content iframe {
    height: 400px;
  }
  .article__content ul.list {
    margin-top: -20px;
  }
  .article__btn {
    margin-bottom: 30px;
    height: 60px;
  }
  .article__btns .article__btn {
    width: calc(50% - 15px);
  }
  .article__actions {
    justify-content: space-between;
  }
  .article__actions--details .article__download,
  .article__actions--details .article__favorites {
    margin-bottom: 0;
  }
  .article__favorites {
    margin-bottom: 30px;
  }
  .article__download {
    margin-bottom: 30px;
    width: auto;
  }
}
@media (min-width: 992px) {
  .article__btns {
    justify-content: flex-start;
  }
  .article__btns .article__btn {
    width: 200px;
  }
  .article__btn {
    width: 200px;
    margin-right: 30px;
  }
}
@media (min-width: 1200px) {
  .article__content {
    padding-right: 30px;
  }
  .article__content iframe {
    height: 460px;
  }
  .article__date {
    right: 30px;
  }
  .article__actions--details {
    padding-right: 30px;
  }
}
/*==============================
	Categories
==============================*/
.categories {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.categories__title {
  display: block;
  width: 100%;
  color: #fff;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}
.categories__item {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 30px;
  min-width: 60px;
  width: auto;
  color: #e0e0e0;
  font-size: 14px;
  background-color: #242426;
  border-radius: 12px;
  padding: 0 12px;
  margin-top: 20px;
  margin-right: 20px;
}
.categories__item:hover {
  color: #fff;
  background-color: #7913ac;
}
@media (min-width: 768px) {
  .categories {
    margin-top: 20px;
  }
}
/*==============================
	Share
==============================*/
.share {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.share__title {
  display: block;
  width: 100%;
  color: #fff;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}
.share__link {
  margin-top: 20px;
  margin-right: 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0 15px;
  height: 30px;
  border-radius: 12px;
  color: #fff;
  font-size: 14px;
  background-color: #7913ac;
}
.share__link svg {
  fill: #fff;
  margin-right: 10px;
  margin-top: 1px;
}
.share__link--fb {
  background-color: #3b5998;
}
.share__link--tw {
  background-color: #55acee;
}
.share__link--vk {
  background-color: #4c6c91;
}
.share__link:hover {
  background-color: #7913ac;
  color: #fff;
}
@media (min-width: 768px) {
  .share {
    margin-top: 20px;
  }
}
/*==============================
	Subscribe
==============================*/
.subscribe {
  position: relative;
  padding: 20px;
  border-radius: 16px;
  border: 1px solid rgba(47,128,237,0.1);
  background-color: #141414;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.subscribe__img {
  width: 100%;
  margin-bottom: 20px;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.subscribe__img svg {
  width: 46px;
  height: auto;
  fill: #7913ac;
}
.subscribe__title {
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 20px;
  position: relative;
  font-family: 'Rubik', sans-serif;
}
.subscribe__text {
  font-size: 16px;
  line-height: 26px;
  color: #e0e0e0;
  margin-bottom: 25px;
  width: 100%;
  text-align: center;
}
.subscribe .sign__btn {
  margin: 0;
}
@media (min-width: 768px) {
  .subscribe {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .subscribe {
    padding: 30px;
  }
}
/*==============================
	Comments
==============================*/
.comments {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid rgba(47,128,237,0.1);
}
.comments__title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
}
.comments__title h4 {
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 0;
  position: relative;
  font-family: 'Rubik', sans-serif;
}
.comments__title span {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 6px;
  background-color: #7913ac;
  font-size: 12px;
  color: #e0e0e0;
  font-weight: 400;
  margin-left: 10px;
}
.comments__title--tabs li {
  position: relative;
  margin-right: 20px;
}
.comments__title--tabs li:last-child {
  margin-right: 0;
}
.comments__title--tabs a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0.5;
  transition: opacity 0.4s linear;
}
.comments__title--tabs a:hover {
  opacity: 1;
}
.comments__title--tabs a.active {
  opacity: 1;
  cursor: default;
}
.comments__autor {
  display: block;
  position: relative;
  padding-left: 55px;
  margin-bottom: 20px;
}
.comments__avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  border-radius: 10px;
}
.comments__name {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  font-weight: 500;
}
.comments__time {
  display: block;
  font-size: 12px;
  color: #e0e0e0;
  line-height: 20px;
  font-weight: 400;
}
.comments__text {
  display: block;
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  padding: 20px 0;
  position: relative;
  border-top: 1px solid rgba(47,128,237,0.1);
  border-bottom: 1px solid rgba(47,128,237,0.1);
}
.comments__text b {
  font-weight: 500;
}
.comments__text a {
  color: #7913ac;
}
.comments__text a:hover {
  color: #7913ac;
  text-decoration: underline;
}
.comments__text span {
  display: block;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
  min-height: 80px;
  border-radius: 16px;
  color: #e0e0e0;
  background-color: #141414;
}
.comments__item {
  margin-bottom: 20px;
  display: block;
  background-color: #242426;
  padding: 20px;
  border-radius: 16px;
}
.comments__item--answer,
.comments__item--quote {
  margin-left: 20px;
}
.comments__actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 0 0;
  position: relative;
}
.comments__actions button {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-right: 20px;
  height: 20px;
}
.comments__actions button span {
  font-size: 12px;
  color: #e0e0e0;
  text-transform: uppercase;
  transition: 0.5s;
  display: none;
}
.comments__actions button svg {
  width: 18px;
  height: auto;
  stroke: #7913ac;
  transition: 0.5s;
}
.comments__actions button:hover span {
  color: #7913ac;
}
.comments__actions button:hover svg {
  stroke: #7913ac;
}
.comments__actions button:last-child {
  margin-right: 0;
}
.comments__rate {
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  left: 0;
  top: 20px;
}
.comments__rate button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #e0e0e0;
  font-size: 14px;
  margin-right: 24px;
  position: relative;
  height: 20px;
}
.comments__rate button svg {
  width: 16px;
  height: auto;
  opacity: 0.7;
  transition: 0.5s;
}
.comments__rate button:last-child {
  margin-right: 0;
}
.comments__rate button:last-child svg {
  margin-left: 10px;
  stroke: #eb5757;
}
.comments__rate button:first-child svg {
  margin-right: 10px;
  stroke: #29b474;
}
.comments__rate button:first-child:before {
  content: '';
  position: absolute;
  display: block;
  left: 100%;
  margin-left: 12px;
  width: 1px;
  height: 16px;
  background-color: rgba(47,128,237,0.1);
  top: 50%;
  transform: translateY(-50%);
}
.comments__rate button:hover {
  color: #fff;
}
.comments__rate button:hover svg {
  opacity: 1;
}
.comments__form {
  border-radius: 16px;
  padding: 20px;
  border: 1px solid rgba(47,128,237,0.1);
  margin-top: 60px;
  background-color: #141414;
}
.comments__form .row {
  margin-left: -10px;
  margin-right: -10px;
}
.comments__form .col-12 {
  padding-left: 10px;
  padding-right: 10px;
}
.comments__form .sign__btn {
  margin: 0;
}
@media (min-width: 576px) {
  .comments__actions button span {
    display: block;
    margin-left: 6px;
  }
  .comments__form .sign__btn {
    width: 180px;
  }
}
@media (min-width: 768px) {
  .comments__item--answer,
  .comments__item--quote {
    margin-left: 30px;
  }
  .comments__title--tabs li {
    margin-right: 30px;
  }
  .comments__title--tabs li:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .comments {
    margin-right: 30px;
  }
}
/*==============================
	Reviews
==============================*/
.reviews {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid rgba(47,128,237,0.1);
}
.reviews__item {
  margin-bottom: 20px;
  display: block;
  background-color: #242426;
  padding: 20px;
  border-radius: 16px;
}
.reviews__autor {
  display: block;
  position: relative;
  padding-left: 55px;
  margin-bottom: 20px;
}
.reviews__avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  border-radius: 10px;
}
.reviews__name {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  font-weight: 500;
  padding-right: 40px;
}
.reviews__time {
  display: block;
  font-size: 12px;
  color: #e0e0e0;
  font-weight: 400;
  line-height: 20px;
  padding-right: 40px;
  margin-top: 5px;
}
.reviews__text {
  display: block;
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  background-color: #242426;
  padding: 20px 0 0;
  position: relative;
  border-top: 1px solid rgba(47,128,237,0.1);
}
.reviews__text b {
  font-weight: 500;
}
.reviews__text a {
  color: #7913ac;
}
.reviews__text a:hover {
  color: #7913ac;
  text-decoration: underline;
}
.reviews__rating {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  position: absolute;
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  right: 0px;
  top: 10px;
}
.reviews__rating svg {
  margin-right: 6px;
  fill: #7913ac;
  width: 18px;
  height: auto;
  margin-bottom: 1px;
}
.reviews__form {
  border-radius: 16px;
  padding: 20px;
  border: 1px solid rgba(47,128,237,0.1);
  margin-top: 60px;
  background-color: #141414;
}
.reviews__form .row {
  margin-left: -10px;
  margin-right: -10px;
}
.reviews__form .col-12 {
  padding-left: 10px;
  padding-right: 10px;
}
.reviews__form .sign__btn {
  margin: 0;
}
.reviews__title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
}
.reviews__title h4 {
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 0;
  position: relative;
  font-family: 'Rubik', sans-serif;
}
.reviews__title span {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 6px;
  background-color: #7913ac;
  font-size: 12px;
  color: #e0e0e0;
  font-weight: 400;
  margin-left: 10px;
}
.reviews__title--tabs li {
  position: relative;
  margin-right: 20px;
}
.reviews__title--tabs li:last-child {
  margin-right: 0;
}
.reviews__title--tabs a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0.5;
  transition: opacity 0.4s linear;
}
.reviews__title--tabs a:hover {
  opacity: 1;
}
.reviews__title--tabs a.active {
  opacity: 1;
  cursor: default;
}
@media (min-width: 576px) {
  .reviews__form .sign__btn {
    width: 180px;
  }
  .reviews__time {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .reviews__title--tabs li {
    margin-right: 30px;
  }
  .reviews__title--tabs li:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .reviews {
    margin-right: 30px;
  }
}
/*==============================
	Sidebar
==============================*/
.sidebar {
  display: block;
  margin-top: 40px;
}
.sidebar__title {
  display: block;
  width: 100%;
  color: #fff;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  margin-top: 60px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .sidebar {
    margin-top: 30px;
  }
  .sidebar__title {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .sidebar {
    margin-top: -30px;
  }
  .sidebar--mt {
    margin-top: 30px;
  }
}
/*==============================
	Contacts
==============================*/
.contacts__list {
  margin-top: 20px;
}
.contacts__list a {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
}
.contacts__list a:hover {
  color: #7913ac;
}
.contacts__social {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.contacts__social a {
  margin-top: 20px;
  margin-right: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  position: relative;
  transition-property: all;
}
.contacts__social a svg {
  width: 100%;
  height: auto;
}
.contacts__social a:last-child {
  margin-right: 0;
}
.contacts__social a:hover {
  opacity: 1 !important;
}
.contacts__social:hover a {
  opacity: 0.4;
}
@media (min-width: 768px) {
  .contacts__list {
    margin-top: 30px;
  }
  .contacts__list a {
    font-size: 18px;
    line-height: 32px;
  }
  .contacts__social {
    margin-top: 10px;
  }
}
/*==============================
	Footer
==============================*/
.footer {
  background-color: #141414;
  padding: 30px 0;
  position: relative;
  overflow: hidden;
}
.footer:after {
  content: '';
  position: absolute;
  top: 0;
  height: 300px;
  left: 0;
  right: 0;
  display: block;
  z-index: 1;
  background: linear-gradient(180deg,  #141414 100% ,rgb(28, 28, 28, 0.700) 10%);
}
.footer .container {
  z-index: 2;
  position: relative;
}
.footer__flixtv {
  margin-top: 60px;
}
.footer__tagline {
  margin-top: 20px;
  display: block;
  font-size: 13px;
  line-height: 21px;
  color: #e0e0e0;
  margin-bottom: 0;
}
.footer__social {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.footer__social a {
  margin-top: 20px;
  margin-right: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  position: relative;
  transition-property: all;
}
.footer__social a svg {
  width: 100%;
  height: auto;
}
.footer__social a:last-child {
  margin-right: 0;
}
.footer__social a:hover {
  opacity: 1 !important;
}
.footer__social:hover a {
  opacity: 0.4;
}
.footer__content {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid rgba(53,53,54,0.1);
}
.footer__links {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.footer__links a {
  font-size: 14px;
  color: #e0e0e0;
  margin-right: 20px;
}
.footer__links a:last-child {
  margin-right: 0;
}
.footer__links a:hover {
  color: #7913ac;
}
.footer__copyright {
  display: block;
  font-size: 13px;
  color: #e0e0e0;
  margin-top: 20px;
}
.footer__copyright a {
  color: #fff;
}
.footer__copyright a:hover {
  color: #7913ac;
}
.footer__title {
  display: block;
  margin-top: 30px;
  font-size: 15px;
  color: #fff;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
}
.footer__nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.footer__nav a {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 10px;
  color: #e0e0e0;
}
.footer__nav a:last-child {
  margin-bottom: 0;
}
.footer__nav a:hover {
  color: #7913ac;
}
@media (min-width: 768px) {
  .footer {
    padding: 40px 0;
  }
  .footer__content {
    margin-top: 80px;
    padding-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .footer__flixtv {
    margin-top: 40px;
  }
  .footer__title {
    margin-top: 40px;
  }
  .footer__links {
    width: auto;
    order: 2;
  }
  .footer__copyright {
    margin-top: 0;
    order: 1;
  }
}
@media (min-width: 1200px) {
  .footer:after {
    height: 500px;
  }
  .footer__social {
    display: inline-flex;
    width: auto;
  }
  .footer__links a {
    margin-right: 30px;
  }
  .footer__links a:last-child {
    margin-right: 0;
  }
}
/*==============================
	Partners
==============================*/
.partners__img img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.7;
  transition: 0.5s;
}
.partners__img:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
/*==============================
	Sign
==============================*/
.sign {
  display: block;
  position: relative;
}
.sign__content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 40px 0;
}
.sign__form {
  background-color: #141414;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  padding: 30px 20px;
  position: relative;
  width: 100%;
  max-width: 400px;
  border: 1px solid #242426;
}
.sign__form--contacts,
.sign__form--profile {
  margin-top: 20px;
  max-width: 100%;
  padding: 20px 20px 5px;
}
.sign__form--contacts .sign__btn,
.sign__form--profile .sign__btn {
  margin: 0 0 15px;
}
.sign__form--contacts .row,
.sign__form--profile .row {
  margin-left: -10px;
  margin-right: -10px;
}
.sign__form--contacts .col-12,
.sign__form--profile .col-12 {
  padding-left: 10px;
  padding-right: 10px;
}
.sign__form--profile .sign__btn {
  margin: 5px 0 15px;
}
.sign__form--first {
  margin-top: 0;
}
.sign__logo {
  display: block;
  margin-bottom: 30px;
}
.sign__logo a {
  max-width: 100%;
  width: auto;
}
.sign__logo img {
  width: 90px;
}
.sign__title {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Rubik', sans-serif;
  color: #fff;
  margin-bottom: 20px;
}
.sign__label {
  font-weight: 400;
  font-size: 14px;
  color: #e0e0e0;
  margin-bottom: 5px;
}
.sign__input {
  background-color: #242426;
  border: 1px solid transparent;
  border-radius: 16px;
  height: 44px;
  position: relative;
  color: #fff;
  font-size: 14px;
  width: 100%;
  padding: 0 20px;
}
.sign__input:focus {
  background-color: #242426;
  border-color: #7913ac;
}
.sign__select {
  background: url("../img/arrow2.svg") no-repeat center right 20px #242426;
  background-size: 16px auto;
  border: 1px solid transparent;
  border-radius: 16px;
  height: 44px;
  position: relative;
  color: #fff;
  font-size: 14px;
  width: 100%;
  padding: 0 20px;
  cursor: pointer;
}
.sign__select:focus {
  background-color: #242426;
}
.sign__textarea {
  background-color: #242426;
  border: 1px solid transparent;
  border-radius: 16px;
  height: 144px;
  position: relative;
  color: #fff;
  font-size: 14px;
  width: 100%;
  padding: 15px 20px;
  resize: none;
}
.sign__textarea:focus {
  background-color: #242426;
  border-color: #7913ac;
}
.sign__group {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}
.sign__group--checkbox {
  width: 100%;
  text-align: left;
}
.sign__group--checkbox input:not(:checked),
.sign__group--checkbox input:checked {
  position: absolute;
  left: -9999px;
}
.sign__group--checkbox input:not(:checked) + label,
.sign__group--checkbox input:checked + label {
  font-size: 14px;
  color: #e0e0e0;
  font-weight: normal;
  position: relative;
  cursor: pointer;
  padding-left: 35px;
  line-height: 22px;
  margin: 0;
}
.sign__group--checkbox input:not(:checked) + label a,
.sign__group--checkbox input:checked + label a {
  color: #7913ac;
}
.sign__group--checkbox input:not(:checked) + label a:hover,
.sign__group--checkbox input:checked + label a:hover {
  color: #7913ac;
  text-decoration: underline;
}
.sign__group--checkbox input:not(:checked) + label:before,
.sign__group--checkbox input:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background-color: #242426;
  border: 1px solid transparent;
  border-radius: 8px;
}
.sign__group--checkbox input:not(:checked) + label:after,
.sign__group--checkbox input:checked + label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  text-align: center;
  transition: 0.5s;
  background: url("../img/checkmark.svg") no-repeat center/12px auto;
  border-radius: 8px;
}
.sign__group--checkbox input:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.sign__group--checkbox input:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.sign__group--checkbox label::-moz-selection {
  background: transparent;
  color: #e0e0e0;
}
.sign__group--checkbox label::selection {
  background: transparent;
  color: #e0e0e0;
}
.sign__btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 15px auto;
  width: 100%;
  height: 50px;
  border-radius: 16px;
  background-color: #7913ac;
  font-size: 14px;
  color: #e0e0e0;
  text-transform: uppercase;
  font-weight: 500;
}
.sign__btn:hover {
  color: #242426;
  background-color: #fff;
}
.sign__text {
  margin-top: 15px;
  font-size: 14px;
  color: #e0e0e0;
}
.sign__text a {
  position: relative;
  color: #7913ac;
}
.sign__text a:hover {
  color: #7913ac;
  text-decoration: underline;
}
.sign__text--small {
  font-size: 12px;
}
.sign__delimiter {
  font-size: 14px;
  color: #e0e0e0;
  line-height: 100%;
}
.sign__social {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 15px;
}
.sign__social a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 44px;
  width: calc(33% - 10px);
  border-radius: 16px;
  color: #fff;
}
.sign__social a svg {
  height: auto;
  fill: #fff;
  transition: 0.5s;
}
.sign__social a.fb {
  background-color: #3b5999;
}
.sign__social a.fb svg {
  width: 10px;
}
.sign__social a.dc {
  background-color: #7289DA;
}

.sign__social a:hover.dc svg {
  fill: #7289DA;
}

.sign__social a.dc svg {
  width: 20px;
}

.sign__social a.gl {
  background-color: #df4a32;
}
.sign__social a.gl svg {
  width: 18px;
}
.sign__social a.tw {
  background-color: #1da1f2;
}
.sign__social a.tw svg {
  width: 18px;
}
.sign__social a:hover {
  background-color: #fff;
}
.sign__social a:hover.fb svg {
  fill: #3b5999;
}
.sign__social a:hover.gl svg {
  fill: #df4a32;
}
.sign__social a:hover.tw svg {
  fill: #1da1f2;
}
.sign__wrap {
  background-color: #242426;
  padding: 20px;
  border-radius: 16px;
  margin-top: 20px;
}
.sign__value {
  font-size: 24px;
  color: #fff;
  display: block;
  font-weight: 500;
  margin-left: 10px;
}
.sign__radio {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 10px;
}
.sign__radio li {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.sign__radio li:last-child {
  margin-bottom: 0;
}
.sign__radio span {
  font-size: 14px;
  color: #e0e0e0;
}
.sign__radio input:not(:checked),
.sign__radio input:checked {
  position: absolute;
  left: -9999px;
}
.sign__radio label {
  display: block;
  margin: 0;
  position: relative;
  font-weight: 400;
  cursor: pointer;
  font-size: 14px;
  color: #e0e0e0;
  line-height: 24px;
  padding-left: 25px;
  transition: 0.5s;
}
.sign__radio label:before {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border: 4px solid rgba(47,128,237,0.5);
  background-color: transparent;
  border-radius: 50%;
  left: 0;
  top: 4px;
  transition: 0.5s;
}
.sign__radio input:checked + label {
  color: #fff;
}
.sign__radio input:checked + label:before {
  border-color: #7913ac;
}
@media (min-width: 576px) {
  .sign__form {
    padding: 40px;
  }
  .sign__form--contacts,
  .sign__form--profile {
    padding: 20px 20px 5px;
  }
  .sign__logo {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .sign__form--contacts,
  .sign__form--profile {
    padding: 30px 30px 15px;
    margin-top: 30px;
  }
  .sign__form--contacts .sign__btn,
  .sign__form--profile .sign__btn {
    margin: 10px 0 15px;
  }
  .sign__form--first {
    margin-top: 0;
  }
  .sign__wrap {
    margin-top: 30px;
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .sign__form--profile {
    margin-top: 0;
  }
  .sign__form--profile .sign__btn {
    width: 180px;
  }
}
/*==============================
	Page 404
==============================*/
.page-404 {
  display: block;
  position: relative;
}
.page-404__wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 40px 0;
}
.page-404__content {
  background-color: #141414;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  padding: 20px;
  position: relative;
  width: 100%;
  max-width: 400px;
  border: 1px solid #242426;
}
.page-404__title {
  position: relative;
  color: #7913ac;
  line-height: 100%;
  font-size: 120px;
  margin-bottom: 10px;
  font-weight: 500;
  font-family: 'Rubik', sans-serif;
}
.page-404__text {
  text-align: center;
  display: block;
  width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 40px;
}
.page-404__btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  height: 50px;
  border-radius: 16px;
  background-color: #7913ac;
  font-size: 14px;
  color: #e0e0e0;
  text-transform: uppercase;
  font-weight: 500;
}
.page-404__btn:hover {
  color: #242426;
  background-color: #fff;
}
@media (min-width: 576px) {
  .page-404__content {
    padding: 40px;
  }
}
/*==============================
	Slider radio
==============================*/
.slider-radio {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #141414;
  padding: 5px 0;
  border-radius: 16px;
  margin-top: 10px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.slider-radio label {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  color: #e0e0e0;
  margin-bottom: 0;
  cursor: pointer;
  border-radius: 12px;
  margin: 0 5px;
  position: relative;
  z-index: 100;
  transition: color 0.5s;
}
.slider-radio label:hover {
  color: #7913ac;
}
.slider-radio .sliding-piece {
  border-radius: 12px;
  background-color: #242426;
  z-index: 99;
}
.slider-radio input[type=radio]:checked + label {
  color: #7913ac;
  background-color: #242426;
}
@media (min-width: 768px) {
  .slider-radio {
    margin-left: auto;
    margin-top: 0;
    width: auto;
  }
}
/*==============================
	Modal
==============================*/
.modal {
  position: relative;
  display: block;
  background-color: #141414;
  margin: 40px auto;
  width: 100%;
  max-width: 440px;
  padding: 20px 20px 5px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(47,128,237,0.1);
}
.modal .mfp-close {
  display: none;
}
.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.modal__close svg {
  fill: #fff;
  opacity: 0.5;
  transition: 0.5s;
  height: auto;
  width: 24px;
}
.modal__close:hover svg {
  opacity: 1;
  fill: #7913ac;
}
@media (min-width: 768px) {
  .modal {
    padding: 30px 30px 15px;
  }
  .modal__close {
    top: 30px;
    right: 30px;
  }
}
.mfp-bg {
  background-color: #141414;
}
.mfp-container {
  padding: 0 15px !important;
}
.mfp-iframe-scaler iframe {
  border-radius: 16px;
  box-shadow: none;
  background-color: #141414;
  border: 1px solid rgba(47,128,237,0.1);
}
.mfp-iframe-holder .mfp-content {
  max-width: 910px;
}
@media (min-width: 1440px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 956px;
  }
}
.mfp-figure::after {
  box-shadow: none;
  background-color: #141414;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.mfp-iframe-holder .mfp-close {
  color: transparent;
  transition: opacity 0.5s;
}
.mfp-iframe-holder .mfp-close:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  background: url("../img/close.svg") no-repeat center;
}
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  transition: all 0.4s ease-in-out;
  transform: scale(0.8);
}
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  transform: scale(1);
}
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  transform: scale(0.8);
  opacity: 0;
}
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: opacity 0.4s ease-out;
}
/*==============================
	Select2
==============================*/
.select2-container {
  width: auto !important;
  margin-right: 30px;
}
.select2-container .select2-selection--single {
  height: 40px;
  background-color: transparent;
  border-radius: 0;
  border: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  color: #fff;
  padding: 0 16px 0 0;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  transition: 0.5s;
}
.select2-container .select2-selection--single[aria-expanded="true"] {
  background-color: transparent;
}
.select2-container .select2-selection--single:hover .select2-selection__rendered {
  color: #7913ac;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 20px;
  width: 16px;
  top: 10px;
  right: 0;
  background: url("../img/arrow2.svg") no-repeat center right;
  background-size: 16px auto;
  margin-top: 1px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #242426;
  color: #7913ac;
  white-space: nowrap;
}
.select2-container--default .select2-results__option--selected {
  color: #7913ac;
  background-color: #242426;
  cursor: default;
}
.select2-results__option {
  padding: 0 0;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  color: #e0e0e0;
  height: 40px;
  line-height: 40px;
  transition: 0.5s;
}
.select2-dropdown {
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: none;
  border-radius: 0;
  min-width: 180px;
  padding: 10px 0 10px 20px;
  background-color: #242426;
}
.select2-container--open .select2-dropdown--below {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.select2-container--open .select2-dropdown--above {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
/*==============================
	Scrollbar-track
==============================*/
.scrollbar-track-y {
  background: #141414 !important;
  top: 10px !important;
  bottom: 10px !important;
  height: auto !important;
  width: 4px !important;
  border-radius: 4px !important;
  right: 10px !important;
  overflow: hidden;
}
.scrollbar-thumb-y {
  background: #7913ac !important;
  width: 4px !important;
  border-radius: 4px !important;
}
.scrollbar-track-x {
  background: #141414 !important;
  left: 10px !important;
  right: 10px !important;
  height: 4px !important;
  width: auto !important;
  border-radius: 4px !important;
  bottom: 10px !important;
  overflow: hidden;
}
.scrollbar-thumb-x {
  background: #7913ac !important;
  height: 4px !important;
  border-radius: 4px !important;
}
/*==============================
	Plyr customization
==============================*/
.plyr {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  border-radius: 16px;
  margin-top: 30px;
}
.plyr__tooltip {
  font-weight: 400;
}
.plyr__tab-focus {
  box-shadow: none;
  outline: none;
}
.plyr__control {
  border-radius: 10px;
}
@media (min-width: 768px) {
  .plyr {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .plyr {
    margin-right: 30px;
  }
  .plyr__controls {
    padding: 20px !important;
  }
}
.plyr__menu__container .plyr__control {
  transition: 0s ease;
}
.plyr__control.plyr__control--overlaid {
  border-radius: 50%;
}
.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded="true"] {
  background: none;
  background-color: #7913ac;
}
.plyr--video .plyr__control--overlaid {
  background-color: #7913ac;
  box-shadow: none;
  padding: 26px;
  transition: 0.5s ease;
  color: #fff;
  border: 3px solid #fff;
  opacity: 1;
}
.plyr--video .plyr__control--overlaid:before {
  content: '';
  position: absolute;
  flexbox: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  border-radius: 50%;
  background: url("../img/play.svg") no-repeat center;
  background-size: 18px auto;
  z-index: 1;
}
.plyr--video .plyr__control--overlaid svg {
  display: none;
}
.plyr--video .plyr__control--overlaid:hover,
.plyr--video .plyr__control--overlaid.plyr__tab-focus {
  background-color: #242426;
  color: #fff;
}
@media (min-width: 768px) {
  .plyr--video .plyr__control--overlaid {
    padding: 33px;
  }
  .plyr--video .plyr__control--overlaid:before {
    background-size: 20px auto;
  }
}
.plyr--video .plyr__progress__buffer {
  box-shadow: none;
}
.plyr__progress__buffer {
  border-radius: 0;
}
.plyr--full-ui input[type="range"] {
  color: #7913ac;
  border-radius: 0;
}
.plyr__control.plyr__tab-focus {
  box-shadow: none;
}
.plyr__menu__container .plyr__control[role="menuitemradio"][aria-checked="true"]::before {
  background: none;
  background-color: #7913ac;
}
.plyr--video .plyr__control svg {
  filter: none;
}
.loader {
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-top: 4px solid #7913ac;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Hide content initially */
.hidden {
  display: none;
}

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
  "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif,
  "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
  "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
          180deg,
          rgba(255, 255, 255, 0.15),
          rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #242426;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgb(47, 47, 50);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}
[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #f4f4f4;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgb(244, 244, 244);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}
.card2 {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(
          var(--bs-border-radius) - (var(--bs-border-width))
  );
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card2 > hr {
  margin-right: 0;
  margin-left: 0;
}
.card2 > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card2 > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card2 > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card2 > .card-header + .list-group,
.card2 > .list-group + .card2-footer {
  border-top: 0;
}
.card2-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}
.card2-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}
.card2-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}
.card2-text:last-child {
  margin-bottom: 0;
}
.card2-link + .card2-link {
  margin-left: var(--bs-card-spacer-x);
}
.card2-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card2-header:first-child {
  border-radius: var(--bs-card-inner-border-radius)
  var(--bs-card-inner-border-radius) 0 0;
}
.card2-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card2-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius)
  var(--bs-card-inner-border-radius);
}
.card2-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card2-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}
.card2-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}
.card2-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}
.card2-img,
.card2-img-bottom,
.card2-img-top {
  width: 100%;
}
.card2-img,
.card2-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card2-img,
.card2-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card2-group > .card2 {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card2-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card2-group > .card2 {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card2-group > .card + .card2 {
    margin-left: 0;
    border-left: 0;
  }
  .card2-group > .card2:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card2-group > .card2:not(:last-child) .card-header,
  .card2-group > .card2:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card2-group > .card2:not(:last-child) .card-footer,
  .card2-group > .card2:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card2-group > .card2:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card2-group > .card2:not(:first-child) .card-header,
  .card2-group > .card2:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card2-group > .card2:not(:first-child) .card-footer,
  .card2-group > .card2:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.card2-header {
  color: #fff;
}
.card2-icon {
  margin-right: 15px;
}
.card2-body {
  color: #fff;
}

.next{
  padding: 5px;
  border-radius: 5px;
  color:#fff;
  background-color: #242426;
  margin-right: 5px;
  transition: 0.5s;
}
.next:hover{
  padding: 5px;
  border-radius: 5px;
  color:#fff;
  background-color: #7913ac;
  margin-right: 5px;
}
.vjs-text-track-display div {
  font-family: 'Altone Trial', sans-serif!important;
}
/**

Sufle Codes Start Here

**/
.synopsis {
  background-color: #161616;
  padding: 5px;
  border-radius: 5px;
  max-width: 250px;
  margin-left: 15px;
  margin-top: 15px;
  cursor: pointer;
}
.synopsis span.title {
  color: #6E6E6E;
  font-weight: bold;
  margin-left: 4px;
}
.button-fields{
  display: flex;
  margin-top: 15px;

  justify-items: end;
}
.sharebutton{
  background-color: #1f1f1f;
  padding: 4px 9px 4px 9px;
  border-radius: 5px;
  justify-content: flex-end;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.sharebutton:hover{
  background-color: #1a1a1f;
}
.sharebutton i{
  color: #fff;
  font-weight: bold;
}
span .mor {
  color: #a855f7;
  margin-left: 8px;
  font-size: 12px;
}
#sypnosis {
  background: #1f1f1f;
  color: #fff;
  min-height: 300px;
  padding: 15px;
  border-radius: 15px;
  margin-left: 20px;
  margin-top: 5px;
}
.video-js .vjs-control-bar{
  background: transparent!important;
}
.vjs-menu-button-popup .vjs-menu .vjs-menu-content{
  background-color: #1f1f1f!important;
}
.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content{
  border-radius: 10px!important;
}
.js-focus-visible .vjs-menu li.vjs-selected:hover, .vjs-menu li.vjs-selected, .vjs-menu li.vjs-selected:focus, .vjs-menu li.vjs-selected:hover{
  background-color: #a855f7!important;
  color: #fff!important;
}
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content, .vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content, .vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  border-radius: 10px!important;
}
.video-js .vjs-load-progress div{
  background: rgba(168, 85, 247, .75)!important;
}
.video-js{
  box-shadow: 0px 0px 2px 0px #a855f7!important;
}
.breadcrumb {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.breadcrumb a {
  text-decoration: none;
  color: white;
  opacity: 0.7;
  transition:  0.3s ease-in-out;
}
.breadcrumb a:hover {
  color: white;
  opacity: 1;
}
.breadcrumb span {
  color: #a855f7;
  margin: 0 8px;
}
