.search {
  display: flex;
  position: relative;
  height: 48px;
  margin-right: 12px
}

@media (max-width: 1024px) {
  .search {
      order:1;
      margin-left: 0;
      align-items: center;
      margin-right: 0;
      height: auto
  }
}

.search button {
  cursor: pointer
}

.search button .svg-icon {
  color: #fca1ff;
  fill: #fca1ff
}

@media (max-width: 1024px) {
  .search button {
      padding:8px
  }

  .search button .svg-icon {
      color: #8d8d8d
  }
}

.search__input {
  display: flex;
  position: relative;
  width: 100%;
  align-items: center;
  height: 50px
}

@media (min-width: 1025px) {
  .search__input {
      height:100%;
      margin-top: 0
  }
}

.search__input input {
  color: #fff;
  text-transform: uppercase;
  flex: 1;
  height: 100%;
  width: inherit;
  padding: 0 8px 0 25px;
  background: #333333;
  border-radius: 44px;
  font-weight: 900
}

@media (min-width: 1025px) {
  .search__input input {
      padding:0 16px 0 25px;
      font-size: 16px
  }
}

.search__input input::placeholder {
  color: #8d8d8d;
  font-size: 18px
}

@media (min-width: 1025px) {
  .search__input input::placeholder {
      font-size:16px
  }
}

.search__input button {
  position: absolute;
  cursor: pointer;
  right: 15px
}

@media (max-width: 1024px) {
  .search__input button {
      left:4px;
      right: auto
  }
}

.search__input_mobile {
  width: auto
}

.search__input_mobile input {
  border: none;
  border-radius: 10px 10px 0 0;
  padding: 0 8px 0 48px
}

.search__container {
  background: #333333;
  min-width: 320px;
  border-radius: 44px;
  flex-grow: 1;
  height: 100%;
  display: flex
}

@media (min-width: 1025px) {
  .search__container {
      background:rgba(0,0,0,.8);
      backdrop-filter: unset;
      background: #333333
  }
}

@media (min-width: 1025px) and (max-width: 1366px) {
  .search__container {
      min-width:280px
  }
}

@media (max-width: 1024px) {
  .search__container {
      box-shadow:none;
      display: none;
      top: 0;
      left: 0;
      right: 0;
      z-index: 113;
      position: fixed;
      background: rgba(0,0,0,.5);
      height: 100vh;
      padding: 10px;
      border-radius: 0;
      gap: 8px;
      width: 100%;
      overflow: hidden
  }
}

.search__container.open .input {
  border: none
}

.search__container .list {
  list-style: none
}

.search__container .list a:focus {
  outline: none
}

.search__container .list .search-item-focus a {
  background: #1d1d1f
}

.search__container .list .search-item-focus a .title {
  color: #8d8d8d
}

.search__container .list li a {
  line-height: 20px;
  height: 40px;
  color: #8d8d8d;
  display: flex;
  white-space: nowrap;
  font-size: 14px;
  align-items: center;
  padding: 0 15px;
  margin: 4px 8px;
  overflow: hidden;
  border-radius: 4px
}

@media (max-width: 1024px) {
  .search__container .list li a {
      white-space:normal
  }
}

.search__container .list li a .title {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  margin-bottom: 0
}

.search__container .list li a .count {
  font-size: 14px;
  color: #8d8d8d;
  opacity: .8;
  margin-left: 5px
}

.search__container .list li a .count.history {
  float: right
}

.search__container .list-group>.title {
  padding: 0 15px;
  font-size: 14px;
  color: #fff;
  height: 40px;
  display: flex;
  align-items: center
}

.search__wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  border-radius: 44px
}

.is-active .search__container {
  display: flex
}

.search__response {
  z-index: 100;
  width: 100%;
  background: #333333;
  border-radius: 10px;
  box-shadow: 0 10px 20px #28273038;
  max-height: 60vh;
  overflow-y: auto
}

.search__response::-webkit-scrollbar {
  width: 4px;
  background: #333333
}

.search__response::-webkit-scrollbar-thumb {
  background: #8d8d8d;
  border-radius: 2px
}

@media (min-width: 1025px) {
  .search__response {
      top:calc(100% + 8px);
      right: 0;
      position: absolute;
      padding: 12px 0
  }
}

@media (max-width: 1024px) {
  .search__response {
      z-index:114;
      top: 72px;
      overflow: auto;
      max-height: 100%;
      padding-bottom: 20px;
      border-radius: 0 0 10px 10px;
      box-shadow: none
  }
}

.search__open {
  display: flex;
  align-items: center;
  padding: 8px
}

@media (min-width: 1025px) {
  .search__open {
      display:none
  }
}

.no-touch .search__container .list li a:hover {
  background: #1d1d1f
}

.svg-icon[data-v-95a7680a] {
  width: 24px;
  height: 24px;
  color: #8d8d8d;
  fill: #8d8d8d;
  pointer-events: none
}

.rotated[data-v-b9f49399] {
  transform: rotate(-90deg)!important
}

.btn[data-v-b9f49399] {
  height: 48px;
  padding: 0 15px;
  background: #1d1d1f;
  border-radius: 20px!important
}

.icon[data-v-b9f49399] {
  margin-top: 6px;
  width: 16px!important;
  height: 16px!important
}

.select__label[data-v-b9f49399] {
  border-radius: 4px
}

.select__label_flex[data-v-b9f49399] {
  display: flex;
  align-items: center
}

.select__label_flex .icon[data-v-b9f49399] {
  transform: rotate(90deg)
}

.select__label_flex[data-v-b9f49399]:after {
  content: "";
  width: 1px;
  height: 25px;
  background: rgba(255,255,255,.1019607843);
  margin-left: 5px
}

.menu__wrapper {
  position: fixed;
  background: rgba(0,0,0,.5);
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 10px
}

.menu .nav {
  background: #333333;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  margin-top: 8px;
  padding: 32px 0;
  align-self: flex-start
}

.menu .nav::-webkit-scrollbar {
  width: 4px;
  background: #333333
}

.menu .nav::-webkit-scrollbar-thumb {
  background: #8d8d8d;
  border-radius: 2px
}

.menu .nav__item {
  margin: 0!important;
  display: flex;
  padding: 0 40px 0 20px;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 16px
}

.menu .nav__item .svg-icon {
  color: #fca1ff
}

.menu .nav__item:after {
  display: none
}

.menu__buttons .btn {
  padding: 8px;
  height: 40px
}

.menu__buttons .btn .svg-icon {
  color: #8d8d8d
}

.header {
  width: 100%;
  z-index: 100;
  display: flex;
  align-items: center
}

.header_mobile {
  transition: top .25s ease-in-out;
  width: 100%;
  z-index: 100;
  position: fixed;
  background: #1d1d1f
}

.header__controls {
  z-index: 51;
  display: flex;
  gap: 10px;
  align-items: center
}

@media (max-width: 1024px) {
  .header__controls {
      display:none!important
  }
}

.header__controls .btn {
  padding: 12px
}

@media (max-width: 1024px) {
  .header__controls .btn {
      display:none
  }
}

.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  padding: 10px 0
}

.header .nav {
  display: flex;
  padding: 0 60px;
  flex-grow: 1
}

@media (min-width: 1025px) and (max-width: 1366px) {
  .header .nav {
      padding:0 24px
  }
}

@media (max-width: 1024px) {
  .header .nav {
      padding:22px 0;
      flex-grow: initial;
      overflow: auto
  }
}

.header .nav__icon {
  height: 24px
}

.header .nav__icon svg {
  color: #fca1ff;
  fill: #fca1ff
}

.header .nav__item {
  display: flex;
  align-items: center;
  gap: 8px;
  box-sizing: border-box;
  color: #fff;
  text-transform: uppercase;
  padding: 0 18px;
  cursor: pointer
}

@media (max-width: 1024px) {
  .header .nav__item {
      padding:12px 40px 12px 24px
  }
}

.header .nav .select__label {
  background: #333333;
  padding: 0 12px;
  border-radius: 44px
}

@media (max-width: 1024px) {
  .header .nav .select__label {
      padding:12px 40px 12px 24px
  }
}

.header .nav .select__label .nav__item {
  padding: 0 4px
}

@media (max-width: 1024px) {
  .header .nav .select__label .nav__item {
      padding:0
  }
}

@media (max-width: 1024px) {
  .header .nav .select__list {
      margin-top:0;
      padding-top: 0;
      position: relative;
      top: 0
  }
}

.header .nav .select__list .nav__item {
  white-space: nowrap;
  padding: 12px 18px
}

@media (max-width: 1024px) {
  .header .nav .select__list .nav__item {
      padding-left:48px
  }
}

.header .svg-icon {
  color: #fca1ff;
  fill: #fca1ff
}

@media (max-width: 1120px) {
  .friends__label {
      display:none
  }
}

.footer {
  width: 100%;
  padding: 32px 0 40px;
  margin-top: auto;
  background: #333333
}

@media screen and (max-width: 1024px) {
  .footer {
      padding:24px 0
  }
}

.footer-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  flex-direction: column
}

.footer-row .logo {
  margin-bottom: 20px;
}

.footer-row .links {
  display: flex;
  margin: 0px 0 20px;
  gap: 8px
}

.footer-row .links:last-of-type {
  margin-bottom: 0
}

@media screen and (max-width: 1024px) {
  .footer-row .links {
      flex-wrap:wrap;
      justify-content: center
  }
}

.footer-row .links .btn {
  background: #1d1d1f;
  color: #8d8d8d
}

.footer-row .links a {
  color: #8d8d8d
}

.footer__copyright {
  display: flex;
  gap: 12px
}

.footer .copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8d8d8d;
  font-size: 12px
}

.svg-icon-rta {
  width: 56px!important
}

.age-verification {
  border-bottom: 1px solid rgba(255,255,255,.1019607843);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px
}

.age-verification__logo {
  display: flex
}

.age-verification__logo img:first-child {
  width: 130px
}

.age-verification__icon {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fca1ff;
  color: #fff;
  border-radius: 50%
}

.spinner {
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: text-bottom;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 4px;
  opacity: 0;
  -webkit-animation: .75s linear infinite spinner-grow;
  animation: .75s linear infinite spinner-grow
}

@keyframes spinner-grow {
  0% {
      transform: scale(0)
  }

  50% {
      opacity: 1;
      transform: none
  }
}

.modal {
  background: rgba(0,0,0,.5);
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 1001;
  overflow-y: auto
}

.modal-title {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
  color: #fff
}

.modal-block {
  background: #1d1d1f;
  color: #8d8d8d;
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%);
  padding: 24px 16px;
  border-radius: 15px;
  font-size: 14px
}

.modal-block--inline {
  position: relative;
  margin: 40px auto;
  left: 0;
  top: 0;
  transform: none;
  background: #333333
}

.modal-block--inline .form .input,.modal-block--inline .form textarea,.modal-block--inline .form .form-file__empty,.modal-block--inline .form .form-file__uploaded,.modal-block--inline .form .radio {
  background: #1d1d1f
}

.modal-block--inline .form .radio_checkmark {
  background: #333333
}

.modal-block>.title {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px
}

.modal-content {
  width: 335px
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  text-align: center;
  cursor: pointer;
  color: #fff
}

.modal-close .icon-close {
  line-height: 20px
}

.modal-close:hover {
  color: #ff526c
}

.notifications {
  position: fixed;
  top: 0;
  right: 20px;
  max-width: 300px;
  min-width: 300px;
  z-index: 1001
}

.notifications-item {
  background: #333333;
  padding: 20px 30px;
  box-shadow: 0 10px 20px #28273038;
  margin-top: 20px;
  transition: all 1s;
  display: flex;
  border-radius: 4px
}

.notifications-item-enter {
  opacity: 0;
  transform: translateY(-30px)
}

.notifications-item-leave-to {
  opacity: 0
}

.notifications-item-leave-active {
  position: absolute
}

.notifications-item .svg-icon {
  height: 20px;
  width: 20px;
  min-width: 20px
}

.notifications-item .text {
  flex-grow: 1;
  margin-left: 15px;
  color: #fff;
  word-break: break-word
}

.notifications-item.success .svg-icon {
  color: #6ecf94
}

.notifications-item.error .svg-icon {
  color: #ff526c
}

.cookies-notify[data-v-6b43480c] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: fixed;
  bottom: 24px;
  right: 0;
  padding: 24px;
  background: #333333;
  border-radius: 12px;
  z-index: 100;
  max-width: 480px;
  box-shadow: 0 10px 20px #28273038
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box
}

div {
  box-sizing: border-box
}

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

a::-moz-focus-inner {
  border: 0
}

a:focus {
  outline: none
}

html {
  -webkit-text-size-adjust: 100%
}

html,body {
  min-height: 100vh
}

body {
  background: #1d1d1f;
  right: 0;
  color: #8d8d8d;
  font-family: Urbanist,sans-serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-style: normal;
  text-transform: uppercase
}

input,button,textarea {
  border: none;
  outline: none;
  background: none;
  -webkit-appearance: none
}

h1,h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 32px;
  margin: 0;
  padding: 0;
  color: #fff
}

@media (max-width: 1024px) {
  h1,h2 {
      font-size:16px
  }
}

h4 {
  color: #8d8d8d;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  margin: 4px 0 0;
  padding: 0;
  text-align: center
}

[v-cloak] {
  visibility: hidden!important
}

.grecaptcha-badge {
  display: none
}

.app__wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative
}

.age_verification main {
  filter: blur(10px)
}

.content {
  flex-grow: 1;
  display: flex;
  justify-content: center
}

.content .wrapper {
  display: flex
}

.content .wrapper-block {
  display: block
}

.content .wrapper-column {
  flex-direction: column
}

.content-block {
  flex-grow: 1;
  flex-basis: 100%
}

@media (max-width: 1024px) {
  .content-block {
      width:100%
  }
}

.d-flex {
  display: flex
}

.aligns-center {
  align-items: center
}

.justify-center {
  justify-content: center
}

.justify-between {
  justify-content: space-between
}

.flex-column {
  flex-direction: column
}

.wrapper {
  padding: 0 10px;
  margin: 0 auto;
  width: 100%;
  max-width: 1600px
}

.wrapper--center {
  margin: auto
}

@media (min-width: 1025px) {
  .wrapper_main {
      padding-left:10px;
      margin: 0 auto;
      width: 100%;
      max-width: 1600px
  }
}

@media (max-width: 1024px) {
  .iRx9 {
      transform:scale(.7)!important
  }
}

.text-right {
  text-align: right
}

.text-center {
  text-align: center
}

.no-avatar {
  background-image: url(https://animeporn.red/static/images/empty.png);
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover!important
}

.no-avatar-v {
  background-image: url(https://animeporn.red/static/images/empty.png);
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover!important
}

.empty {
  background: #333333;
  position: relative;
  overflow: hidden;
  z-index: 0
}

.seo {
  padding-top: 24px;
  padding-bottom: 26px;
  width: 100%;
  max-width: 838px;
  text-align: center
}

.seo p {
  word-break: break-word
}

.seo__text {
  padding: 0 5px;
  text-align: center;
  color: #fff
}

.seo__text h2 {
  font-size: 18px;
  min-height: auto
}

@media (max-width: 1024px) {
  .seo__text h2 {
      font-size:16px
  }
}

.seo .headline {
  padding-bottom: 8px;
  margin-top: 0
}

.seo .headline h2 {
  font-size: 18px;
  min-height: auto
}

@media (max-width: 1024px) {
  .seo .headline h2 {
      font-size:16px
  }
}

.logo {
  display: flex
}

.logo img {
  height: 60px
}

@media (min-width: 1025px) and (max-width: 1366px) {
  .logo img {
      height:50px
  }
}

@media (max-width: 1024px) {
  .logo img {
      height:40px
  }
}

.logo .svg-icon-logo {
  width: 289px;
  height: 68px
}

@media (min-width: 1025px) and (max-width: 1366px) {
  .logo .svg-icon-logo {
      width:240px;
      height: 56px
  }
}

@media (max-width: 1024px) {
  .logo .svg-icon-logo {
      width:171px;
      height: 40px
  }
}

.support__email {
  display: inline-flex;
  font-style: normal
}

.support__email:after {
  content: "support@aniporn.com";
  white-space: pre-line;
  color: #fca1ff
}

.main {
  flex-grow: 1;
  padding-bottom: 20px
}

.chevron {
  width: 14px;
  height: 14px;
  transform: rotate(90deg);
  color: #fff
}

.chevron_active {
  transform: rotate(-90deg)
}

.main_mobile {
  margin-top: 60px
}

@media (max-width: 1024px) {
  .main-content {
      padding-top:0px
  }
}

input {
  font-size: 16px
}

.input {
  background: #333333;
  color: #fff;
  padding: 0 16px;
  border-radius: 10px
}

.input::placeholder {
  color: #8d8d8d
}

.input--error {
  border: 1px solid #ff526c!important
}

.input-block {
  width: 100%
}

.input--invert {
  background: #1d1d1f
}

.btn {
  text-transform: uppercase;
  background: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  transition: ease-out .1s;
  cursor: pointer;
  height: 48px;
  color: #8d8d8d;
  border-radius: 44px;
  gap: 8px;
  font-family: Urbanist,sans-serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 20px
}

.btn:disabled {
  cursor: no-drop
}

@media (max-width: 1024px) {
  .btn {
      height:40px
  }
}

.btn-accent {
  background: #fca1ff!important;
  border: 1px solid #fca1ff;
  color: #fff!important
}

.btn-accent-text {
  color: #fca1ff
}

.btn-accent-text .svg-icon {
  fill: #fca1ff;
  color: #fca1ff
}

.btn-center {
  margin: 0 auto
}

.btn-block {
  width: 100%
}

.no-touch .btn:hover {
  background: #fca1ff;
  color: #fff!important
}

.no-touch .btn:hover .svg-icon {
  color: #fff;
  fill: #fff
}

.no-touch .btn-accent:hover {
  box-shadow: 0 0 8px #fca1ff
}

.form-row {
  width: 100%;
  margin-top: 12px
}

.form-row .input,.form-row .textarea textarea {
  width: 100%
}

.form-row.error .input,.form-row.error .textarea,.form-row.error .select .select-label {
  border-color: #ff526c
}

.form-row label {
  color: #fff;
  margin-bottom: 4px;
  display: block
}

.form-row .error {
  color: #ff526c;
  font-size: 10px
}

.form-flex {
  display: flex
}

.form-col {
  flex-grow: 1;
  width: 100%;
  margin: 0 5px;
  min-width: 0
}

.form-col:first-child {
  margin-left: 0
}

.form-col:last-child {
  margin-right: 0
}

.form-button {
  text-transform: uppercase;
  background: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  transition: ease-out .1s;
  cursor: pointer;
  height: 48px;
  color: #8d8d8d;
  border-radius: 44px;
  gap: 8px;
  font-family: Urbanist,sans-serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 20px
}

.form-button:disabled {
  cursor: no-drop
}

@media (max-width: 1024px) {
  .form-button {
      height:40px
  }
}

.form .select {
  height: 48px
}

.form .select:disabled {
  cursor: not-allowed
}

.form .input {
  height: 48px;
  line-height: 48px;
  border-radius: 10px
}

.select {
  position: relative
}

.select.open .select__label:after {
  transform: rotate(270deg)
}

.select.disabled .select__label {
  opacity: .5;
  cursor: no-drop
}

.select-right .select__list {
  right: 0
}

.select--inline .select__label {
  background: transparent!important
}

.select--inline .select__list {
  min-width: 100%
}

.select__label {
  background: #1d1d1f;
  color: #8d8d8d;
  height: 48px;
  padding: 0 24px;
  display: flex;
  cursor: pointer;
  align-items: center;
  border-radius: 10px
}

.select__label .label {
  flex-grow: 1;
  display: flex;
  align-items: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

.select__label .label .flag {
  margin-right: 5px;
  vertical-align: sub
}

.select__label .label--letter {
  text-transform: uppercase
}

.select__label .svg-icon-chevron {
  width: 12px;
  height: 12px;
  transform: rotate(90deg);
  color: #fca1ff;
  margin-left: 4px;
  pointer-events: none
}

.select__list {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 100%;
  max-height: 330px;
  background: #333333;
  box-shadow: 0 10px 20px #28273038;
  z-index: 2;
  overflow-y: auto;
  border-radius: 10px;
  padding: 8px;
  margin-top: 8px;
  min-width: 125px;
  max-width: 260px
}

.select__list::-webkit-scrollbar {
  width: 4px;
  background: #333333
}

.select__list::-webkit-scrollbar-thumb {
  background: #8d8d8d;
  border-radius: 2px
}

@media (max-width: 432px) {
  .select__list {
      max-width:100%
  }
}

.select__list .search-row {
  padding: 10px 10px 5px
}

.select__list .search-row>.input {
  width: 100%
}

.select__list .list {
  flex-grow: 1
}

.select__list .list-flag {
  display: inline-flex;
  align-items: center;
  margin-right: 10px
}

.select__list .list::-webkit-scrollbar {
  width: 8px;
  background: none;
  padding-right: 3px
}

.select__list .list::-webkit-scrollbar-thumb {
  margin-right: 3px;
  background: #333333;
  border-radius: 2px
}

.select__list ul {
  list-style: none;
  color: #8d8d8d;
  margin: 0!important;
  border-radius: 4px
}

.select__list ul .divider {
  line-height: 1px;
  height: 1px;
  margin: 20px 0;
  background: rgba(255,255,255,.1019607843)
}

.select__list ul li {
  white-space: nowrap;
  padding: 8px 24px 8px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 4px
}

.select__list ul li i {
  margin-right: 8px
}

@media (max-width: 432px) {
  .select__list ul li {
      white-space:normal
  }
}

.select__list ul li:hover {
  background: #1d1d1f
}

.headline {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
  padding-bottom: 14px;
  margin-top: 16px;
  align-items: center;
  position: relative
}

@media (max-width: 1024px) {
  .headline {
      margin-top:12px;
      padding-bottom: 12px;
      flex-wrap: nowrap
  }
}

.headline h1,.headline h2 {
  flex-grow: 1;
  display: flex;
  align-items: center;
  gap: 5px;
  min-height: 40px;
  font-size: 20px
}

.headline h1,.headline h2,.headline h3 {
  text-transform: uppercase
}

.headline .see_more {
  font-size: 14px
}

.headline .buttons,.headline .search {
  display: flex;
  align-items: center
}

.headline--border {
  border-bottom: 1px solid rgba(255,255,255,.1019607843)
}

.headline--empty {
  min-height: 28px;
  background: #333333;
  max-width: 300px;
  width: 100%
}

.headline--column {
  flex-direction: column;
  align-items: flex-start
}

.headline--column .buttons {
  width: 100%
}

.radio {
  width: 100%;
  position: relative;
  padding-left: 44px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: center;
  display: flex;
  color: #fff;
  height: 44px;
  line-height: 44px;
  border-radius: 44px;
  background: #333333;
  font-size: 14px
}

.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer
}

.radio_checkmark {
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #1d1d1f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px
}

.radio_checkmark:after {
  content: "";
  position: absolute;
  display: none
}

.radio input:checked~.radio_checkmark:after {
  display: block
}

.radio .radio_checkmark:after {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fca1ff
}

.slide-fade-enter-active {
  transition: all .3s ease
}

.slide-fade-leave-active {
  transition: all .3s cubic-bezier(1,.5,.8,1)
}

.slide-fade-enter,.slide-fade-leave-to {
  transform: translate(10px);
  opacity: 0
}

.component-fade-enter-active,.component-fade-leave-active {
  transition: opacity .3s ease
}

.component-fade-enter,.component-fade-leave-to {
  opacity: 0
}

.fade-enter-active,.fade-leave-active {
  transition: opacity .3s ease
}

.fade-enter-from,.fade-leave-to {
  opacity: 0
}

.rotate-animation {
  animation: loading 1s infinite
}

@keyframes loading {
  0% {
      transform: rotate(0)
  }

  to {
      transform: rotate(360deg)
  }
}

@keyframes rotate {
  0% {
      transform: rotate(0)
  }

  to {
      transform: rotate(360deg)
  }
}

.animation-rotate {
  animation: rotate 1s linear infinite
}

.mode-fade-enter-active,.mode-fade-leave-active {
  transition: opacity .5s ease
}

.mode-fade-enter-from,.mode-fade-leave-to {
  opacity: 0
}

.form-file {
  width: 100%
}

.form-file__empty,.form-file__uploaded {
  line-height: 40px;
  text-align: center;
  color: #fca1ff;
  transition: .2;
  cursor: pointer;
  background: #333333;
  border-radius: 44px
}

.form-file__uploaded .clear {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px
}

textarea {
  background: #333333;
  color: #fff;
  border-radius: 10px;
  padding: 10px;
  outline: none;
  overflow: hidden;
  resize: none;
  min-height: 100px;
  width: 100%
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.4);
  z-index: 80
}

section[data-v-ff15a4cc] {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%
}

section[data-v-ff15a4cc]::-webkit-scrollbar {
  display: none
}

section>div[data-v-ff15a4cc] {
  display: flex;
  margin: 0 auto
}

@media (max-width: 767px) {
  section>div[data-v-ff15a4cc] {
      display:grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr 1fr
  }
}

section>div>div[data-v-ff15a4cc] {
  margin: 0 4px;
  overflow: hidden;
  background-color: #333
}

@media (max-width: 767px) {
  section>div>div[data-v-ff15a4cc] {
      margin:4px!important
  }
}

section>div>div[data-v-ff15a4cc]:first-of-type {
  margin-left: 0
}

section>div>div[data-v-ff15a4cc]:last-of-type {
  margin-right: 0
}

section>div>div[data-v-ff15a4cc] :first-child {
  transform-origin: top left
}

.thumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -4px
}

.thumbs:after {
  content: "";
  flex: auto
}

@media (max-width: 432px) {
  .thumbs {
      margin:0
  }
}

.thumbs--related .thumb {
  order: 2
}

@media (max-width: 432px) {
  .thumbs--related .thumb {
      min-width:100%;
      max-width: 100%;
      margin-bottom: 12px
  }

  .thumbs--related .thumb:nth-child(-n+2) {
      order: 0
  }
}

@media (min-width: 769px) {
  .thumbs--related .thumb {
      width:33.3333333333%
  }

  .thumbs--related .thumb:nth-child(-n+3) {
      order: 0
  }
}

@media (min-width: 1025px) {
  .thumbs--related .thumb {
      width:25%
  }

  .thumbs--related .thumb:nth-child(-n+4) {
      order: 0
  }
}

.thumbs--error {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 32px 0
}

.thumbs--error .svg-icon {
  width: 40px;
  height: 40px;
  color: #fca1ff;
  margin-bottom: 8px
}

.thumb {
  position: relative;
  width: 100%;
  margin-bottom: 12px;
  padding: 0 4px
}

@media (min-width: 433px) {
  .thumb {
      margin-bottom:20px;
      width: 50%
  }
}

@media (min-width: 769px) {
  .thumb {
      width:33.3333333333%
  }
}

@media (min-width: 1025px) {
  .thumb {
      width:25%
  }
}

.thumb__img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
  padding-top: 56.25%;
  background-color: #333
}

.thumb__img--empty {
  background: #333333
}

.thumb__img .country {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 16px
}

.thumb__img IMG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.thumb__title {
  color: #fff;
  margin-top: 12px;
  font-size: 14px;
  max-width: 420px;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical
}

.thumb__statistics {
  font-size: 12px;
  display: flex;
  align-items: center
}

.thumb__statistics span {
  display: flex;
  align-items: center;
  margin-right: 12px;
  font-size: 14px;
  line-height: 20px;
  color: #bcbcbc
}

.thumb__statistics span:last-of-type {
  margin-right: 0
}

.thumb__statistics .svg-icon {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  color: #fca1ff
}

.thumb__buttons {
  top: 4px;
  right: 4px;
  position: absolute;
  display: flex;
  visibility: hidden;
  z-index: 2
}

.thumb__buttons button {
  background: #1d1d1f;
  border-radius: 10px;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 4px
}

.thumb__buttons button .svg-icon {
  width: 16px;
  height: 16px;
  color: #fff
}

.thumb__info {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 4px 20px;
  background: linear-gradient(180deg,rgba(51,51,51,0) 0%,rgba(36,36,37,0) 0%,rgba(29,29,31,.03) 70%,rgba(29,29,31,.6) 95%,rgba(29,29,31,.75) 100%)
}

.thumb .t5Fid0:not(.LkHid)~.thumb__buttons {
  visibility: visible
}

.t5Fid0 {
  z-index: 1!important;
  width: 101%!important;
  height: 101%!important
}

.row-list[data-v-4f18908f] {
  margin: 25px 0
}

.row-list__buttons[data-v-4f18908f] {
  display: flex;
  justify-content: flex-end;
  gap: 10px
}

.row-list__head[data-v-4f18908f] {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center
}

.row-list__button[data-v-4f18908f] {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #333333
}

.row-list__button[data-v-4f18908f]:first-child {
  transform: rotate(180deg)
}

.row-list__button[data-v-4f18908f]:disabled {
  opacity: .4
}

.row-list__button svg[data-v-4f18908f] {
  width: 20px;
  height: 20px
}

.row-list__list[data-v-4f18908f] {
  display: flex;
  overflow-x: scroll;
  width: 100%;
  overflow-y: hidden;
  padding-bottom: 5px;
  position: relative;
  scrollbar-width: none
}

.row-list__list_tubefriends[data-v-4f18908f] {
  justify-content: space-between;
  align-items: center;
  gap: 0!important
}

.row-list__list[data-v-4f18908f]::-webkit-scrollbar {
  display: none
}

.row-list__item-img[data-v-4f18908f] {
  display: block;
  border-radius: 4px;
  width: 100%
}

.row-list__item-title[data-v-4f18908f] {
  margin-top: 12px;
  font-size: 16px;
  color: #fff
}

.row-list__item[data-v-4f18908f] {
  min-width: 100%;
  padding: 0 4px
}

.row-list__item_tubefriend[data-v-4f18908f] {
  padding: 0 10px;
  min-width: 100%
}

.row-list__item_tubefriend img[data-v-4f18908f] {
  padding: 0 10%
}

@media (min-width: 433px) {
  .row-list__item_tubefriend[data-v-4f18908f] {
      min-width:50%
  }
}

@media (min-width: 769px) {
  .row-list__item_tubefriend[data-v-4f18908f] {
      min-width:25%
  }
}

@media (min-width: 1025px) {
  .row-list__item_tubefriend[data-v-4f18908f] {
      min-width:20%
  }

  .row-list__item_tubefriend img[data-v-4f18908f] {
      padding: 0 15%
  }
}

@media (min-width: 433px) {
  .row-list__item[data-v-4f18908f] {
      min-width:50%
  }
}

@media (min-width: 769px) {
  .row-list__item[data-v-4f18908f] {
      min-width:25%
  }
}

@media (min-width: 1025px) {
  .row-list__item[data-v-4f18908f] {
      min-width:20%
  }
}

.row-list__item_see-all[data-v-4f18908f] {
  padding-bottom: 32px
}

.row-list__item .see-all[data-v-4f18908f] {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #333333;
  color: #fff;
  margin-bottom: 20px;
  border-radius: 4px;
  font-size: 18px
}

@media (max-width: 1366px) and (min-width: 1024px) {
  .thumbs_menu-open .row-list__item[data-v-4f18908f] {
      min-width:37.037037037%
  }
}

@media (min-width: 1366px) {
  .thumbs_menu-open .row-list__item[data-v-4f18908f] {
      min-width:27.027027027%
  }
}

.tab-buttons {
  display: flex;
  gap: 10px
}

.see-more-wrapper {
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center
}

@media (max-width: 432px) {
  .more {
      display:none
  }
}

.more--mobile {
  display: none
}

@media (max-width: 432px) {
  .more--mobile {
      display:flex
  }
}

.row-list.index__row {
  margin: 0 0 60px
}

@media (max-width: 1024px) {
  .row-list.index__row {
      margin-bottom:24px
  }
}

.filters {
  display: flex;
  flex-direction: column;
  align-items: flex-end
}

@media (max-width: 1024px) {
  .filters .btn {
      padding:8px
  }
}

@media (max-width: 1024px) {
  .filters__label {
      display:none
  }
}

.filters-container {
  padding: 24px 28px;
  position: absolute;
  width: 285px;
  background: #333333;
  top: 56px;
  right: 0;
  z-index: 10;
  border-radius: 10px;
  box-shadow: 0 10px 20px #28273038
}

.filters-container .form {
  display: flex;
  flex-direction: column;
  margin: 0 -4px
}

.filters-container .form label {
  color: #8d8d8d
}

.filters-container .form .form-row {
  padding: 4px;
  margin-top: 6px;
  min-width: 25%
}

@media (max-width: 1024px) {
  .filters-container .form .form-row {
      min-width:50%
  }
}

.filters--overflow .filters-container .form {
  overflow: auto
}

.filters--accent .select__label {
  margin-bottom: 12px;
  height: 32px
}

.pagination {
  display: flex;
  justify-content: center;
  margin: 24px 0;
  list-style: none
}

.pagination .pagination-inner {
  display: flex;
  list-style: none
}

.pagination li {
  border-radius: 50%
}

.pagination a {
  background: #333333;
  border-radius: 44px;
  min-width: 48px;
  max-width: 48px;
  min-height: 48px;
  max-height: 48px;
  text-align: center;
  line-height: 44px;
  user-select: none;
  display: flex;
  justify-content: center;
  font-size: 16px;
  margin: 0 4px;
  align-items: center;
  color: #8d8d8d
}

@media (max-width: 432px) {
  .pagination a {
      display:none
  }
}

.pagination a.current {
  border: 1px solid transparent;
  background: #fca1ff;
  color: #1d1d1f;
  cursor: default
}

@media (max-width: 432px) {
  .pagination a.current {
      display:flex
  }
}

@media (max-width: 432px) {
  .pagination a.current-near {
      display:flex
  }
}

.pagination a.next,.pagination a.prev,.pagination a.first {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px
}

.pagination a.next .svg-icon,.pagination a.prev .svg-icon,.pagination a.first .svg-icon {
  color: #8d8d8d;
  margin-left: 2px
}

@media (max-width: 432px) {
  .pagination a.next,.pagination a.prev,.pagination a.first {
      display:flex
  }
}

.pagination a.prev .svg-icon {
  transform: rotate(180deg);
  margin-left: 0;
  margin-right: 2px
}

.no-touch .pagination a:hover {
  color: #fff;
  box-shadow: 0 10px 20px #28273038
}

.no-touch .pagination a:hover .svg-icon {
  color: #fff
}

.no-touch .pagination a.current:hover {
  color: #1d1d1f
}

.rating {
  color: #8d8d8d;
  display: flex;
  gap: 8px;
  position: relative;
  align-items: center
}

.rating .like,.rating .dislike {
  cursor: pointer;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 14px
}

.rating .dislike .svg-icon {
  transform: rotate(-180deg)
}

.video-info {
  padding: 10px 0
}

@media (min-width: 1025px) {
  .video-info {
      padding:12px 0
  }
}

.video-info__header {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  flex-wrap: wrap
}

@media (min-width: 1025px) {
  .video-info__header {
      flex-direction:row
  }
}

.video-info .headline {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.video-info__buttons {
  display: flex;
  gap: 16px
}

.video-info__buttons .btn {
  padding: 12px
}

.video-info__buttons::-webkit-scrollbar {
  display: none
}

.video-info__actions {
  gap: 8px;
  display: flex;
  justify-content: center;
  align-items: flex-start
}

.video-info__items {
  position: relative;
  margin-top: 8px
}

.video-info__item {
  margin-bottom: 4px;
  display: flex;
  flex-wrap: wrap
}

.video-info__item--label {
  color: #8d8d8d;
  margin-right: 8px;
  align-items: center;
  display: flex;
  text-transform: capitalize
}

.video-info__item h2 {
  line-height: 20px
}

.video-info__item h2 span {
  font-weight: 400;
  text-transform: capitalize;
  margin-left: 8px;
  display: inline-block
}

.video-info__item h2 a span {
  margin-left: 0
}

.video-info__item a {
  color: #fca1ff;
  white-space: nowrap;
  font-weight: 400;
  display: inline-flex;
  align-items: center
}

.video-info__item a .svg-icon {
  color: #fca1ff;
  margin-left: 8px;
  width: 14px;
  height: 14px
}

.video-info__item a span {
  margin-right: 4px
}

.video-info__item--list {
  display: flex;
  flex-wrap: wrap
}

.video-info__item--hidden {
  display: none
}

.video-info__stats span,.video-info__stats a {
  font-size: 14px;
  color: #8d8d8d;
  display: inline-flex;
  align-items: center;
  text-transform: capitalize
}

.video-info__stats span:after,.video-info__stats a:after {
  content: "";
  display: inline-flex;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #8d8d8d;
  margin: 0 12px
}

.video-info__stats a {
  color: #fca1ff
}

.video-info__stats :last-child:after {
  display: none
}

.video-info .video-info__item h2 {
  font-size: 14px
}

.tbfyfft {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  display: flex;
  align-items: center;
  justify-content: center
}

div.XunD6 {
  font-size: 10px;
  color: #fff;
  position: relative
}

.jw-breakpoint-4 div.XunD6 {
  transform: scale(.9);
  margin-top: -50px
}

.jw-breakpoint-3 div.XunD6 {
  transform: scale(.7);
  margin-top: -40px
}

.jw-breakpoint-2 div.XunD6 {
  transform: scale(.6);
  margin-top: -40px
}

div.XunD6 button {
  border: none;
  color: inherit;
  font-size: inherit
}

div.XunD6-close {
  position: absolute;
  top: -13px;
  right: -13px;
  z-index: 54
}

div.XunD6-close button {
  background: #fff;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  cursor: pointer
}

div.XunD6-close button:hover {
  box-shadow: 0 0 10px #333
}

div.XunD6-middle div {
  width: 300px;
  height: 250px;
  background: #fff
}

div.XunD6-bottom {
  margin-top: 20px;
  text-align: center
}

div.XunD6-bottom button {
  background: #fca1ff;
  padding: 0 45px;
  height: 40px;
  cursor: pointer;
  color: #fff
}

div.XunD6-bottom button svg {
  margin-right: 8px;
  vertical-align: bottom
}

div.XunD6-bottom button:hover {
  box-shadow: 0 0 10px #fca1ff
}

:root {
  --player-color: #ff0000
}

.ktk-videoplayer {
  position: relative;
  height: 100%;
  width: 100%
}

.ktk-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.ktk-loading-icon {
  animation: ktkLoading linear 2s infinite
}

@keyframes ktkLoading {
  0% {
      transform: rotate(0)
  }

  to {
      transform: rotate(360deg)
  }
}

.jwplayer video {
  outline: none
}

.jwplayer.jw-state-idle .jw-media:hover~.jw-controls .jw-display-icon-display .jw-icon-display,.jwplayer .jw-display-icon-display .jw-icon-display:hover {
  background: #ff0000;
  background: var(--player-color)
}

.jwplayer .jw-controls-backdrop {
  background: linear-gradient(to bottom,rgba(0,0,0,.4) 0%,rgba(0,0,0,0) 33%,rgba(0,0,0,0) 77%,rgba(0,0,0,.4) 100%)
}

.jwplayer.jw-flag-ads .jw-controls-backdrop {
  background: transparent
}

.jwplayer .jw-icon-airplay {
  display: none!important
}

.jwplayer .jw-time-tip {
  margin-bottom: 0;
  box-shadow: none
}

.jwplayer .jw-time-tip .jw-text {
  background: none;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-shadow: 0 0 5px black
}

.jwplayer .jw-time-tip:after {
  display: none
}

.jwplayer .jw-time-thumb {
  border: 2px solid #fff
}

.jwplayer .jw-controls.jw-settings-open .jw-slider-time {
  pointer-events: none
}

.jwplayer.jw-state-idle .jw-media:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: all
}

.jwplayer.jw-flag-ads .jw-controls .jw-icon-display {
  display: none
}

.jwplayer.jw-state-idle .jw-controls {
  background: none
}

.jwplayer.jw-state-idle .jw-icon-airplay {
  display: none!important
}

.jwplayer.jw-flag-touch.jw-state-paused .jw-display-controls .jw-display-icon-container {
  display: block
}

.jw-related-toggle-button {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff!important;
  background-color: #323232b3!important;
  height: 36px;
  width: 36px;
  border-radius: 3px;
  pointer-events: all;
  z-index: 2;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center
}

.jw-related-toggle-button svg {
  width: 20px;
  height: 20px
}

.jw-related-toggle-button .jw-tooltip {
  bottom: 2px;
  right: calc(100% + 10px);
  background: #fff;
  padding: 10px;
  line-height: 1;
  display: none
}

.jw-related-toggle-button .jw-tooltip:after {
  content: "";
  top: 18px;
  position: absolute;
  left: calc(100% - 2px);
  height: 10px;
  width: 10px;
  border-radius: 1px;
  background-color: currentColor;
  transform-origin: 75% 50%;
  transform: translate(-50%,-50%) rotate(45deg);
  z-index: -1
}

.jw-related-toggle-button .jw-tooltip .jw-text {
  color: #000
}

.jw-related-toggle-button:hover .jw-tooltip {
  display: block
}

.jw-state-paused .jw-related-toggle-button,.jw-state-idle .jw-related-toggle-button,.jw-state-complete .jw-related-toggle-button {
  display: flex
}

.jw-breakpoint--1 .jw-related-toggle-button,.jw-breakpoint-0 .jw-related-toggle-button,.jw-breakpoint-1 .jw-related-toggle-button,.jw-breakpoint-2 .jw-related-toggle-button {
  display: none!important
}

.jw-related {
  width: 100%;
  position: absolute;
  background: rgba(50,50,50,.7);
  bottom: 70px;
  left: 0;
  overflow: hidden;
  padding: 10px 15px 15px;
  pointer-events: all;
  display: none;
  z-index: 1
}

.jw-related-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #fff
}

.jw-related-close {
  width: 20px;
  height: 20px;
  cursor: pointer;
  opacity: .8
}

.jw-related-close:hover {
  opacity: 1
}

.jw-related-container {
  position: relative
}

.jw-related-container-prev,.jw-related-container-next {
  z-index: 2;
  position: absolute;
  top: calc(50% - 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: rgba(50,50,50,.7);
  color: #fff;
  cursor: pointer
}

.jw-related-container-prev:hover,.jw-related-container-next:hover {
  background: #ff0000;
  background: var(--player-color)
}

.jw-related-container-prev {
  left: -10px
}

.jw-related-container-next {
  right: -10px
}

.jw-related-carousel {
  display: flex;
  margin: 10px 0 0;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none
}

.jw-related-carousel::-webkit-scrollbar {
  display: none
}

.jw-related-scrollbar {
  margin-top: 10px;
  width: 100%;
  height: 5px;
  background: rgba(255,255,255,.3);
  position: relative
}

.jw-related-scrollbar-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  background: #fff
}

.jw-state-idle .jw-related {
  bottom: 0
}

.jw-timeline-hovered .jw-related {
  opacity: .4
}

.jw-related-video {
  width: 16.6666666667%;
  flex-shrink: 0;
  color: #fff;
  position: relative;
  margin-right: 10px;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.jw-related-video-img {
  padding-top: 56.25%;
  background-size: cover;
  position: relative
}

.jw-related-video-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.jw-related-video-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: .3s;
  background: linear-gradient(180deg,#000,rgba(0,0,0,0))
}

.jw-related-video-hover .jw-related-video-title {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  width: 100%;
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px
}

.jw-related-video-hover .jw-related-video-duration {
  position: absolute;
  bottom: 5px;
  right: 5px;
  padding: 1px 4px;
  background: #000;
  font-size: 10px;
  border-radius: 3px
}

.jw-related-video:hover .jw-related-video-hover {
  opacity: 1
}

.jw-breakpoint-5 .jw-related-video,.jw-breakpoint-4 .jw-related-video {
  width: 20%
}

.jw-breakpoint-3 .jw-related-video {
  width: 25%
}

.jw-breakpoint-2 .jw-related-video {
  width: 33.3333333333%
}

.jw-breakpoint-1 .jw-related-video,.jw-breakpoint-0 .jw-related-video,.jw-breakpoint--1 .jw-related-video {
  width: 50%
}

.jw-related-all-videos {
  background: rgba(255,255,255,.3);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
  text-align: center;
  padding: 0 10px
}

.jw-related-all-videos svg {
  margin-left: 5px
}

.jw-breakpoint--1 .jw-related-all-videos,.jw-breakpoint-0 .jw-related-all-videos,.jw-breakpoint-1 .jw-related-all-videos,.jw-breakpoint-2 .jw-related-all-videos,.jw-breakpoint-3 .jw-related-all-videos,.jw-breakpoint-4 .jw-related-all-videos {
  font-size: 14px
}

.jw-related-all-videos:hover {
  border-color: #fff
}

.jw-breakpoint-2.jwplayer:not(.jw-flag-fullscreen) .jw-related {
  display: none!important
}

.jw-breakpoint-1.jwplayer:not(.jw-flag-fullscreen) .jw-related {
  display: none!important
}

.jw-breakpoint-0.jwplayer:not(.jw-flag-fullscreen) .jw-related {
  display: none!important
}

.jw-breakpoint--1.jwplayer:not(.jw-flag-fullscreen) .jw-related {
  display: none!important
}

.jwplayer.jw-opened-related:not(.jw-state-playing) .jw-related {
  display: block
}

.jwplayer.jw-opened-related .jw-display-controls {
  margin-top: -110px
}

.jw-settings-open .jw-related {
  opacity: .7;
  pointer-events: none
}

.jwplayer .jw-next-video {
  position: absolute;
  background: rgba(50,50,50,.7);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px)
}

.jwplayer .jw-next-video-container {
  width: 340px
}

.jw-breakpoint-1.jwplayer .jw-next-video-container {
  width: 300px
}

.jwplayer .jw-next-video-top {
  margin-top: 15px
}

.jwplayer .jw-next-video-timer {
  color: #ffffff80;
  font-size: 14px
}

.jwplayer .jw-next-video-timer span {
  color: #fff;
  font-weight: 600
}

.jwplayer .jw-next-video-thumb {
  position: relative;
  width: 100%
}

.jwplayer .jw-next-video-thumb img {
  width: 100%
}

.jwplayer .jw-next-video-thumb span {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(50,50,50,.7);
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
  padding: 2px 5px
}

.jwplayer .jw-next-video-title {
  color: #fff;
  margin-top: 15px
}

.jwplayer .jw-next-video-buttons {
  display: flex;
  margin-top: 15px
}

.jwplayer .jw-next-video-buttons button {
  width: 100%;
  flex-grow: 1;
  background: rgb(50,50,50);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  cursor: pointer;
  transition: .3s;
  outline: none;
  border: none
}

.jwplayer .jw-next-video-buttons button:last-child {
  margin-left: 10px
}

.jwplayer .jw-next-video-buttons button:hover {
  background: #ff0000;
  background: var(--player-color)
}

.jw-breakpoint-5.jwplayer:not(.jw-flag-fullscreen) .jw-next-video-container {
  width: 60%
}

.jw-breakpoint-4.jwplayer:not(.jw-flag-fullscreen) .jw-next-video-container {
  width: 60%
}

.jw-breakpoint-3.jwplayer:not(.jw-flag-fullscreen) .jw-next-video-container {
  width: 70%
}

.jw-breakpoint-5.jwplayer:not(.jw-flag-fullscreen) .jw-next-video-wrapper {
  display: flex
}

.jw-breakpoint-5.jwplayer:not(.jw-flag-fullscreen) .jw-next-video-wrapper .jw-next-video-top {
  width: 100%;
  flex-grow: 1
}

.jw-breakpoint-5.jwplayer:not(.jw-flag-fullscreen) .jw-next-video-wrapper .jw-next-video-bottom {
  width: 100%;
  flex-grow: 1;
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.jw-breakpoint-4.jwplayer:not(.jw-flag-fullscreen) .jw-next-video-wrapper {
  display: flex
}

.jw-breakpoint-4.jwplayer:not(.jw-flag-fullscreen) .jw-next-video-wrapper .jw-next-video-top {
  width: 100%;
  flex-grow: 1
}

.jw-breakpoint-4.jwplayer:not(.jw-flag-fullscreen) .jw-next-video-wrapper .jw-next-video-bottom {
  width: 100%;
  flex-grow: 1;
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.jw-breakpoint-3.jwplayer:not(.jw-flag-fullscreen) .jw-next-video-wrapper {
  display: flex
}

.jw-breakpoint-3.jwplayer:not(.jw-flag-fullscreen) .jw-next-video-wrapper .jw-next-video-top {
  width: 100%;
  flex-grow: 1
}

.jw-breakpoint-3.jwplayer:not(.jw-flag-fullscreen) .jw-next-video-wrapper .jw-next-video-bottom {
  width: 100%;
  flex-grow: 1;
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center
}

@media (orientation: landscape) {
  .jw-breakpoint-5.jwplayer .jw-next-video-wrapper {
      display:flex
  }

  .jw-breakpoint-5.jwplayer .jw-next-video-wrapper .jw-next-video-top {
      width: 100%;
      flex-grow: 1
  }

  .jw-breakpoint-5.jwplayer .jw-next-video-wrapper .jw-next-video-bottom {
      width: 100%;
      flex-grow: 1;
      margin-left: 15px;
      display: flex;
      flex-direction: column;
      justify-content: center
  }

  .jw-breakpoint-4.jwplayer .jw-next-video-wrapper {
      display: flex
  }

  .jw-breakpoint-4.jwplayer .jw-next-video-wrapper .jw-next-video-top {
      width: 100%;
      flex-grow: 1
  }

  .jw-breakpoint-4.jwplayer .jw-next-video-wrapper .jw-next-video-bottom {
      width: 100%;
      flex-grow: 1;
      margin-left: 15px;
      display: flex;
      flex-direction: column;
      justify-content: center
  }

  .jw-breakpoint-3.jwplayer .jw-next-video-wrapper {
      display: flex
  }

  .jw-breakpoint-3.jwplayer .jw-next-video-wrapper .jw-next-video-top {
      width: 100%;
      flex-grow: 1
  }

  .jw-breakpoint-3.jwplayer .jw-next-video-wrapper .jw-next-video-bottom {
      width: 100%;
      flex-grow: 1;
      margin-left: 15px;
      display: flex;
      flex-direction: column;
      justify-content: center
  }

  .jw-breakpoint-2.jwplayer .jw-next-video-wrapper {
      display: flex
  }

  .jw-breakpoint-2.jwplayer .jw-next-video-wrapper .jw-next-video-top {
      width: 100%;
      flex-grow: 1
  }

  .jw-breakpoint-2.jwplayer .jw-next-video-wrapper .jw-next-video-bottom {
      width: 100%;
      flex-grow: 1;
      margin-left: 15px;
      display: flex;
      flex-direction: column;
      justify-content: center
  }

  .jw-breakpoint-1.jwplayer .jw-next-video-wrapper {
      display: flex
  }

  .jw-breakpoint-1.jwplayer .jw-next-video-wrapper .jw-next-video-top {
      width: 100%;
      flex-grow: 1
  }

  .jw-breakpoint-1.jwplayer .jw-next-video-wrapper .jw-next-video-bottom {
      width: 100%;
      flex-grow: 1;
      margin-left: 15px;
      display: flex;
      flex-direction: column;
      justify-content: center
  }

  .jw-breakpoint-0.jwplayer .jw-next-video-wrapper {
      display: flex
  }

  .jw-breakpoint-0.jwplayer .jw-next-video-wrapper .jw-next-video-top {
      width: 100%;
      flex-grow: 1
  }

  .jw-breakpoint-0.jwplayer .jw-next-video-wrapper .jw-next-video-bottom {
      width: 100%;
      flex-grow: 1;
      margin-left: 15px;
      display: flex;
      flex-direction: column;
      justify-content: center
  }

  .jw-breakpoint--1.jwplayer .jw-next-video-wrapper {
      display: flex
  }

  .jw-breakpoint--1.jwplayer .jw-next-video-wrapper .jw-next-video-top {
      width: 100%;
      flex-grow: 1
  }

  .jw-breakpoint--1.jwplayer .jw-next-video-wrapper .jw-next-video-bottom {
      width: 100%;
      flex-grow: 1;
      margin-left: 15px;
      display: flex;
      flex-direction: column;
      justify-content: center
  }
}

.jwplayer .jw-logo {
  margin: 0;
  padding: 15px;
  background: rgba(50,50,50,.3);
  display: none;
  align-items: center;
  color: #fff;
  font-size: 14px;
  bottom: 20px;
  left: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  white-space: nowrap
}

.jwplayer .jw-logo img {
  height: 16px;
  margin-left: 10px
}

.jwplayer.jw-breakpoint-7 .jw-logo {
  font-size: 16px
}

.jwplayer.jw-breakpoint-7 .jw-logo img {
  height: 20px
}

.jwplayer.jw-breakpoint-6 .jw-logo {
  font-size: 16px
}

.jwplayer.jw-breakpoint-6 .jw-logo img {
  height: 20px
}

.jwplayer.jw-breakpoint-2 .jw-logo {
  padding: 10px;
  font-size: 12px;
  bottom: 10px
}

.jwplayer.jw-breakpoint-2 .jw-logo img {
  height: 10px;
  margin-left: 5px
}

.jwplayer.jw-breakpoint-1 .jw-logo {
  padding: 10px;
  font-size: 12px;
  bottom: 10px
}

.jwplayer.jw-breakpoint-1 .jw-logo img {
  height: 10px;
  margin-left: 5px
}

.jwplayer.jw-breakpoint-0 .jw-logo {
  padding: 10px;
  font-size: 12px;
  bottom: 10px
}

.jwplayer.jw-breakpoint-0 .jw-logo img {
  height: 10px;
  margin-left: 5px
}

.jwplayer.jw-breakpoint--1 .jw-logo {
  padding: 10px;
  font-size: 12px;
  bottom: 10px
}

.jwplayer.jw-breakpoint--1 .jw-logo img {
  height: 10px;
  margin-left: 5px
}

.jwplayer.jw-state-idle.jw-embed-player .jw-logo {
  display: flex
}

.jwplayer .jw-title {
  width: auto;
  padding: 20px 20px 0;
  max-width: calc(100% - 55px);
  pointer-events: all;
  text-shadow: 0 0 2px rgba(0,0,0,.5);
  text-decoration: none
}

.jwplayer .jw-title-primary {
  padding: 0;
  opacity: .9;
  display: none
}

.jwplayer .jw-title-primary:not(:empty) {
  margin-bottom: 10px
}

.jwplayer .jw-title-primary:hover {
  opacity: 1
}

.jwplayer .jw-title-primary a {
  color: #fff
}

.jwplayer .jw-title-secondary {
  padding: 0;
  margin: 0;
  opacity: .9;
  display: none;
  font-size: 14px
}

.jwplayer .jw-title-secondary span {
  display: inline-block;
  padding: 5px;
  background: #ff0000;
  background: var(--player-color);
  color: #fff;
  border-radius: 3px
}

.jwplayer .jw-title-secondary:hover {
  opacity: 1
}

.jwplayer.jw-breakpoint-6 .jw-title-primary {
  font-size: 21px
}

.jwplayer.jw-breakpoint-5 .jw-title-primary,.jwplayer.jw-breakpoint-4 .jw-title-primary {
  font-size: 19px
}

.jwplayer.jw-breakpoint-3 .jw-title-primary {
  font-size: 17px
}

.jwplayer.jw-breakpoint-2 .jw-title {
  max-width: 100%;
  padding: 10px 10px 0
}

.jwplayer.jw-breakpoint-2 .jw-title-primary {
  font-size: 15px
}

.jwplayer.jw-breakpoint-2 .jw-title-secondary {
  font-size: 12px
}

.jwplayer.jw-breakpoint-1 .jw-title {
  max-width: 100%;
  padding: 10px 10px 0
}

.jwplayer.jw-breakpoint-1 .jw-title-primary {
  font-size: 14px
}

.jwplayer.jw-breakpoint-1 .jw-title-secondary {
  font-size: 12px
}

.jwplayer.jw-breakpoint-0 .jw-title {
  max-width: 100%;
  padding: 10px 10px 0
}

.jwplayer.jw-breakpoint-0 .jw-title-primary {
  font-size: 14px
}

.jwplayer.jw-breakpoint-0 .jw-title-secondary {
  font-size: 12px
}

.jwplayer.jw-breakpoint--1 .jw-title {
  max-width: 100%;
  padding: 10px 10px 0
}

.jwplayer.jw-breakpoint--1 .jw-title-primary {
  font-size: 14px
}

.jwplayer.jw-breakpoint--1 .jw-title-secondary {
  font-size: 12px
}

.jwplayer.jw-state-playing:not(.jw-flag-user-inactive) .jw-title {
  display: block
}

.jwplayer.jw-state-playing:not(.jw-flag-user-inactive) .jw-title-primary {
  display: block
}

.jwplayer.jw-state-playing:not(.jw-flag-user-inactive) .jw-title-secondary {
  display: block
}

.jwplayer.jw-state-idle .jw-title,.jwplayer.jw-state-idle .jw-title-primary,.jwplayer.jw-state-idle .jw-title-secondary,.jwplayer.jw-state-paused .jw-title,.jwplayer.jw-state-paused .jw-title-primary,.jwplayer.jw-state-paused .jw-title-secondary,.jwplayer.jw-state-completed .jw-title,.jwplayer.jw-state-completed .jw-title-primary,.jwplayer.jw-state-completed .jw-title-secondary {
  display: block
}

.jwplayer.jw-flag-small-player .jw-title-secondary {
  display: none
}

.jwplayer.jw-flag-ads .jw-title {
  display: none!important
}

.jwplayer .jw-display-controls {
  display: flex;
  align-items: center;
  justify-content: center
}

.jwplayer .jw-display-icon-container {
  padding: 0
}

.jwplayer .jw-display-icon-container .jw-svg-icon {
  width: 40px;
  height: 40px;
  line-height: 40px
}

.jwplayer .jw-display-icon-container .jw-icon-display {
  position: relative;
  background: rgba(50,50,50,.3);
  border-radius: 50%;
  margin: 0 10px;
  padding: 5px;
  color: #fff;
  transition: .1s
}

.jwplayer .jw-display-icon-container .jw-icon-display:disabled {
  opacity: .3
}

.jwplayer .jw-display-icon-container .jw-icon-display .time {
  position: absolute;
  top: -35px;
  color: #fff;
  text-shadow: 0px 0px 2px #000000;
  line-height: 1;
  border-radius: 5px;
  font-size: 12px;
  background: rgba(0,0,0,.3);
  padding: 5px
}

.jwplayer.jw-breakpoint-5 .jw-display-icon-container .jw-icon-display {
  width: 70px;
  height: 70px
}

.jwplayer.jw-breakpoint-4 .jw-display-icon-container .jw-icon-display {
  width: 60px;
  height: 60px
}

.jwplayer.jw-breakpoint-3 .jw-display-icon-container {
  margin: 0 15px
}

.jwplayer.jw-breakpoint-3 .jw-display-icon-container .jw-icon-display {
  width: 50px;
  height: 50px
}

.jwplayer.jw-breakpoint-3 .jw-display-icon-container .jw-svg-icon {
  width: 30px;
  height: 30px
}

.jwplayer.jw-breakpoint-2 .jw-display-icon-container {
  margin: 0 10px
}

.jwplayer.jw-breakpoint-2 .jw-display-icon-container .jw-icon-display {
  width: 50px;
  height: 50px
}

.jwplayer.jw-breakpoint-2 .jw-display-icon-container .jw-svg-icon {
  width: 30px;
  height: 30px
}

.jwplayer.jw-breakpoint-1 .jw-display-icon-container {
  margin: 0
}

.jwplayer.jw-breakpoint-1 .jw-display-icon-container .jw-icon-display {
  width: 40px;
  height: 40px
}

.jwplayer.jw-breakpoint-1 .jw-display-icon-container .jw-svg-icon {
  width: 30px;
  height: 30px
}

.jwplayer.jw-breakpoint-0 .jw-display-icon-container {
  margin: 0
}

.jwplayer.jw-breakpoint-0 .jw-display-icon-container .jw-icon-display {
  width: 40px;
  height: 40px
}

.jwplayer.jw-breakpoint-0 .jw-display-icon-container .jw-svg-icon {
  width: 30px;
  height: 30px
}

.jwplayer.jw-breakpoint--1 .jw-display-icon-container {
  margin: 0
}

.jwplayer.jw-breakpoint--1 .jw-display-icon-container .jw-icon-display {
  width: 40px;
  height: 40px
}

.jwplayer.jw-breakpoint--1 .jw-display-icon-container .jw-svg-icon {
  width: 30px;
  height: 30px
}

.jwplayer .jw-controlbar {
  z-index: 2
}

.jwplayer .jw-controlbar .jw-button-container {
  padding: 0 12px!important
}

.jwplayer .jw-controlbar .jw-controls-logo {
  width: 80px!important;
  max-height: 46px;
  margin-right: 10px;
  opacity: .9
}

.jwplayer .jw-controlbar .jw-controls-logo .jw-button-image {
  max-height: 100%;
  width: 100%
}

.jw-breakpoint-3.jwplayer .jw-controlbar .jw-controls-logo,.jw-breakpoint-2.jwplayer .jw-controlbar .jw-controls-logo,.jw-breakpoint-1.jwplayer .jw-controlbar .jw-controls-logo,.jw-breakpoint-0.jwplayer .jw-controlbar .jw-controls-logo,.jw-breakpoint--1.jwplayer .jw-controlbar .jw-controls-logo {
  width: 50px!important
}

.jwplayer .jw-controlbar .jw-controls-logo:hover {
  opacity: 1
}

.jwplayer .jw-controlbar .jw-icon-rewind {
  display: none
}

.jwplayer .jw-controlbar .jw-icon-volume {
  margin-right: 10px
}

.jwplayer .jw-controlbar .jw-slider-volume.jw-slider-vertical {
  padding-bottom: 5px
}

.jwplayer .jw-controlbar .jw-svg-icon-fullscreen-on {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='width:24px;height:24px' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M5,5H10V7H7V10H5V5M14,5H19V10H17V7H14V5M17,14H19V19H14V17H17V14M10,17V19H5V14H7V17H10Z' /%3E%3C/svg%3E")
}

.jwplayer .jw-controlbar .jw-svg-icon-fullscreen-on path {
  display: none
}

.jwplayer .jw-controlbar .jw-svg-icon-fullscreen-off {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='width:24px;height:24px' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M14,14H19V16H16V19H14V14M5,14H10V19H8V16H5V14M8,5H10V10H5V8H8V5M19,8V10H14V5H16V8H19Z' /%3E%3C/svg%3E")
}

.jwplayer .jw-controlbar .jw-svg-icon-fullscreen-off path {
  display: none
}

.jwplayer .jw-controlbar .jw-icon-fullscreen {
  opacity: .8
}

.jwplayer .jw-controlbar .jw-icon-fullscreen:hover {
  opacity: 1
}

.jwplayer .jw-controlbar .jw-icon-cc {
  display: none
}

.jwplayer .jw-controlbar .jw-slider-time {
  padding: 0 15px!important;
  height: 17px!important
}

.jwplayer .jw-controlbar .jw-slider-time .jw-progress,.jwplayer .jw-controlbar .jw-slider-time .jw-knob {
  background: #ff0000;
  background: var(--player-color)
}

.jwplayer .jw-controlbar .jw-icon-inline:not([role=timer]):not(.jw-controls-logo),.jwplayer .jw-controlbar .jw-icon-volume {
  height: 46px!important;
  width: 46px!important
}

.jwplayer .jw-controlbar .jw-icon-inline:not([role=timer]):not(.jw-controls-logo) .jw-svg-icon,.jwplayer .jw-controlbar .jw-icon-volume .jw-svg-icon {
  height: 24px!important;
  width: 24px!important
}

.jwplayer .jw-controlbar [role=timer] {
  height: 46px!important;
  width: -moz-fit-content!important;
  width: fit-content!important;
  font-size: 14px!important;
  opacity: .8
}

.jwplayer.jw-breakpoint-3 .jw-controlbar .jw-button-container,.jwplayer.jw-breakpoint-2 .jw-controlbar .jw-button-container,.jwplayer.jw-breakpoint-1 .jw-controlbar .jw-button-container,.jwplayer.jw-breakpoint-0 .jw-controlbar .jw-button-container,.jwplayer.jw-breakpoint--1 .jw-controlbar .jw-button-container {
  padding: 0 0 0 10px!important
}

.jwplayer.jw-breakpoint-3 .jw-controlbar .jw-slider-time,.jwplayer.jw-breakpoint-2 .jw-controlbar .jw-slider-time,.jwplayer.jw-breakpoint-1 .jw-controlbar .jw-slider-time,.jwplayer.jw-breakpoint-0 .jw-controlbar .jw-slider-time,.jwplayer.jw-breakpoint--1 .jw-controlbar .jw-slider-time {
  padding: 0 10px!important;
  height: 5px!important
}

.jwplayer.jw-breakpoint-3 .jw-controlbar .jw-icon-inline:not([role=timer]):not(.jw-controls-logo),.jwplayer.jw-breakpoint-3 .jw-controlbar .jw-icon-volume,.jwplayer.jw-breakpoint-2 .jw-controlbar .jw-icon-inline:not([role=timer]):not(.jw-controls-logo),.jwplayer.jw-breakpoint-2 .jw-controlbar .jw-icon-volume,.jwplayer.jw-breakpoint-1 .jw-controlbar .jw-icon-inline:not([role=timer]):not(.jw-controls-logo),.jwplayer.jw-breakpoint-1 .jw-controlbar .jw-icon-volume,.jwplayer.jw-breakpoint-0 .jw-controlbar .jw-icon-inline:not([role=timer]):not(.jw-controls-logo),.jwplayer.jw-breakpoint-0 .jw-controlbar .jw-icon-volume,.jwplayer.jw-breakpoint--1 .jw-controlbar .jw-icon-inline:not([role=timer]):not(.jw-controls-logo),.jwplayer.jw-breakpoint--1 .jw-controlbar .jw-icon-volume {
  height: 40px!important;
  width: 40px!important
}

.jwplayer.jw-breakpoint-3 .jw-controlbar .jw-icon-inline:not([role=timer]):not(.jw-controls-logo) .jw-svg-icon,.jwplayer.jw-breakpoint-3 .jw-controlbar .jw-icon-volume .jw-svg-icon,.jwplayer.jw-breakpoint-2 .jw-controlbar .jw-icon-inline:not([role=timer]):not(.jw-controls-logo) .jw-svg-icon,.jwplayer.jw-breakpoint-2 .jw-controlbar .jw-icon-volume .jw-svg-icon,.jwplayer.jw-breakpoint-1 .jw-controlbar .jw-icon-inline:not([role=timer]):not(.jw-controls-logo) .jw-svg-icon,.jwplayer.jw-breakpoint-1 .jw-controlbar .jw-icon-volume .jw-svg-icon,.jwplayer.jw-breakpoint-0 .jw-controlbar .jw-icon-inline:not([role=timer]):not(.jw-controls-logo) .jw-svg-icon,.jwplayer.jw-breakpoint-0 .jw-controlbar .jw-icon-volume .jw-svg-icon,.jwplayer.jw-breakpoint--1 .jw-controlbar .jw-icon-inline:not([role=timer]):not(.jw-controls-logo) .jw-svg-icon,.jwplayer.jw-breakpoint--1 .jw-controlbar .jw-icon-volume .jw-svg-icon {
  height: 20px!important;
  width: 20px!important
}

.jwplayer.jw-breakpoint-3 .jw-controlbar [role=timer],.jwplayer.jw-breakpoint-2 .jw-controlbar [role=timer],.jwplayer.jw-breakpoint-1 .jw-controlbar [role=timer],.jwplayer.jw-breakpoint-0 .jw-controlbar [role=timer],.jwplayer.jw-breakpoint--1 .jw-controlbar [role=timer] {
  font-size: 12px!important
}

.jwplayer .jw-settings-menu {
  height: auto!important;
  width: auto!important;
  right: 15px!important;
  bottom: 65px!important;
  background: rgba(50,50,50,.7);
  z-index: 2
}

.jwplayer .jw-settings-menu .jw-settings-topbar,.jwplayer .jw-settings-menu .jw-settings-topbar [role=menuitemradio] {
  display: none
}

.jwplayer .jw-settings-menu .jw-settings-submenu {
  padding: 0
}

.jwplayer .jw-settings-menu .jw-settings-content-item {
  padding: 10px!important;
  font-weight: 600;
  font-size: 14px!important
}

.jwplayer .jw-settings-menu .jw-settings-content-item:before {
  content: "";
  display: none
}

.jwplayer .jw-settings-menu .jw-settings-item-active {
  background: #ff0000;
  background: var(--player-color)
}

.jwplayer.jw-breakpoint-1 .jw-settings-menu,.jwplayer.jw-breakpoint-0 .jw-settings-menu,.jwplayer.jw-breakpoint--1 .jw-settings-menu {
  height: 100%!important;
  width: 100%!important;
  right: 0!important;
  bottom: 0!important
}

.jwplayer.jw-breakpoint-1 .jw-settings-menu .jw-settings-topbar,.jwplayer.jw-breakpoint-0 .jw-settings-menu .jw-settings-topbar,.jwplayer.jw-breakpoint--1 .jw-settings-menu .jw-settings-topbar {
  display: block
}

.jwplayer.jw-breakpoint-1 .jw-settings-menu .jw-settings-submenu,.jwplayer.jw-breakpoint-0 .jw-settings-menu .jw-settings-submenu,.jwplayer.jw-breakpoint--1 .jw-settings-menu .jw-settings-submenu {
  padding: 10px 5px 10px 10px
}

.jwplayer.jw-breakpoint-1.jw-flag-fullscreen .jw-settings-menu,.jwplayer.jw-breakpoint-0.jw-flag-fullscreen .jw-settings-menu,.jwplayer.jw-breakpoint--1.jw-flag-fullscreen .jw-settings-menu {
  height: -moz-fit-content!important;
  height: fit-content!important
}

.jw-preplay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}

.jw-preplay-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  line-height: 1;
  background: rgba(50,50,50,.7);
  color: #fff
}

.jw-preplay-close {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer
}

.jw-preplay-label {
  padding: 0 10px
}

.jw-preplay-body {
  display: flex;
  background: rgba(50,50,50,.7);
  padding: 0 5px 5px
}

.jw-preplay-block {
  width: 300px;
  height: 250px;
  background: #fff
}

.jw-preplay-block:last-child {
  margin-left: 5px
}

.jw-breakpoint-4 .jw-preplay-block {
  width: 270px;
  height: 225px
}

.jw-breakpoint-4 .jw-preplay-block>* {
  transform: scale(.9);
  transform-origin: top left
}

.jw-breakpoint-3 .jw-preplay-block {
  width: 210px;
  height: 175px
}

.jw-breakpoint-3 .jw-preplay-block>* {
  transform: scale(.7);
  transform-origin: top left
}

.jw-breakpoint-2 .jw-preplay-block {
  width: 210px;
  height: 175px
}

.jw-breakpoint-2 .jw-preplay-block>* {
  transform: scale(.7);
  transform-origin: top left
}

.jw-breakpoint-1 .jw-preplay-block {
  width: 210px;
  height: 175px
}

.jw-breakpoint-1 .jw-preplay-block>* {
  transform: scale(.7);
  transform-origin: top left
}

.jw-breakpoint-0 .jw-preplay-block {
  width: 210px;
  height: 175px
}

.jw-breakpoint-0 .jw-preplay-block>* {
  transform: scale(.7);
  transform-origin: top left
}

.jw-breakpoint--1 .jw-preplay-block {
  width: 210px;
  height: 175px
}

.jw-breakpoint--1 .jw-preplay-block>* {
  transform: scale(.7);
  transform-origin: top left
}

.jw-preplay-bottom {
  display: flex;
  justify-content: center;
  margin-top: 10px
}

.jw-preplay-play {
  padding: 0 15px;
  height: 34px;
  cursor: pointer;
  color: #fff;
  background: #ff0000;
  background: var(--player-color);
  display: flex;
  align-items: center
}

.jw-preplay-play svg {
  margin-right: 5px
}

.deo-player .deo-player-seekbar-filler,.deo-player .deo-player-seekbar-handle,.deo-player .deo-player-options {
  background: #ff0000;
  background: var(--player-color)
}

.deo-player .deo-player-options-selector-2-col input.selected,.deo-player .deo-player-options-selector-x input.selected {
  color: #000
}

.deo-player .deo-player-vol-filler {
  background: #ff0000;
  background: var(--player-color)
}

.deo-loading .deo-loading-icon {
  border-color: #ff0000 #ff0000 #ff0000 transparent;
  border-color: var(--player-color) var(--player-color) var(--player-color) transparent
}

.videoplayer-deleted {
  display: flex;
  height: 100%;
  width: 100%;
  background: black;
  color: #fff
}

.videoplayer-deleted .logo {
  position: absolute;
  top: 20px;
  left: 20px
}

@media (max-width: 560px) {
  .videoplayer-deleted .logo {
      top:10px;
      left: 10px
  }
}

.videoplayer-deleted .logo img {
  width: 140px;
  height: 36px;
  color: #fff
}

@media (max-width: 560px) {
  .videoplayer-deleted .logo img {
      width:90px;
      height: 23px
  }
}

.videoplayer-deleted-block {
  margin: auto;
  text-align: center
}

.videoplayer-deleted-block .icon svg {
  height: 48px;
  width: 48px
}

.videoplayer-deleted-block .text {
  color: #fff;
  display: flex;
  flex-direction: column
}

.videoplayer-deleted-block .text a {
  color: #fca1ff
}

@media (max-width: 560px) {
  .videoplayer-deleted-block .text {
      font-size:15px
  }
}

.videoplayer {
  position: relative
}

.videoplayer-container {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0
}

:root {
  --player-color: #fca1ff
}

@media (max-width: 1024px) {
  section[data-v-9c6b86ba] {
      display:flex;
      justify-content: center;
      padding-top: 15px
  }

  section .text[data-v-9c6b86ba] {
      font-size: 15px!important
  }
}

section>div[data-v-9c6b86ba]:not(:last-child) {
  margin-bottom: 8px
}

@media (max-width: 1024px) {
  section>div:first-child+div[data-v-9c6b86ba] {
      margin:0 10px 8px
  }
}

section>div[data-v-9c6b86ba] {
  overflow: hidden;
  width: 300px;
  height: 250px;
  background: #333333
}

section>div[data-v-9c6b86ba] :first-child {
  transform-origin: top left
}

.header__item {
  margin-top: 12px;
  justify-content: center;
  display: flex
}

.header__item .psEsd21s {
  display: flex;
  flex-direction: column;
  justify-content: center
}

.header__item .psEsd21s>:first-child {
  min-height: 105px
}

section[data-v-bbb7e056] {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 12px
}

section div[data-v-bbb7e056] {
  max-width: 728px;
  width: 100%;
  justify-content: center;
  display: flex;
  height: 100%;
  min-height: 90px;
  background: #333333
}

.thumb-slider {
  order: 1;
  width: 100%;
  justify-content: center
}

.thumb-slider>div {
  margin: 0 auto 20px;
  position: relative;
  width: 100%!important
}

@media (min-width: 768px) {
  .thumb-slider>div {
      width:80%!important;
      max-width: 980px!important
  }
}

.thumb-slider>div:empty {
  display: none
}

.thumb-slider>div .ca-roll-container {
  width: 100%!important
}

.thumb-slider>div .ca-roll-container:not(.ca-roll-container--collapsed) {
  height: 300px!important
}

@media (min-width: 768px) {
  .thumb-slider>div .ca-roll-container:not(.ca-roll-container--collapsed) {
      height:450px!important
  }
}

@media (min-width: 1024px) {
  .thumb-slider>div .ca-roll-container:not(.ca-roll-container--collapsed) {
      height:500px!important
  }
}

@media (min-width: 1600px) {
  .thumb-slider>div .ca-roll-container:not(.ca-roll-container--collapsed) {
      height:580px!important
  }
}

.video-page {
  width: 100%;
  margin: 20px 0 0
}

@media (max-width: 1024px) {
  .video-page {
      margin:12px 0 0
  }
}

.video-page__items .info {
  display: flex;
  gap: 8px;
  margin: 24px 0;
  flex-wrap: wrap
}

.video-page__statistic {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px
}

.video-page__info {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 16px;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(255,255,255,.1019607843)
}

@media (max-width: 768px) {
  .video-page__info {
      flex-direction:column
  }
}

.video-page__info .label {
  display: flex;
  align-items: center;
  gap: 5px
}

.video-page__info .label_accent {
  color: #fca1ff
}

.video-page__content {
  display: flex
}

@media (max-width: 1024px) {
  .video-page__content {
      flex-direction:column;
      align-items: center
  }
}

.video-page__content .left {
  flex-grow: 1;
  flex-basis: 100%;
  display: flex;
  flex-direction: column
}

@media (min-width: 1025px) and (max-width: 1366px) {
  .video-page__content .left {
      min-width:645px
  }
}

@media (max-width: 1080px) {
  .video-page__content .left {
      min-width:calc(100% - 222.4px)
  }
}

@media (max-width: 767px) {
  .video-page__content .left {
      width:100%;
      max-width: 100%
  }
}

.video-page__content .left .videoplayer {
  width: 100%;
  padding-top: 56.25%;
  background-color: #000;
  background-size: contain;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  border-radius: 10px
}

@media (min-width: 1600px) {
  .video-page__content .left .videoplayer {
      max-height:650px
  }
}

.video-page__content .left .jwplayer {
  display: block!important;
  border-radius: 10px
}

.video-page__content .right {
  max-width: fit-content;
  margin-left: 10px
}

@media (max-width: 1024px) {
  .video-page__content .right {
      margin-left:0;
      max-width: 100%
  }
}

.video-page__related {
  width: 100%
}

.video-page__related .btn--down .svg-icon {
  transform: rotate(90deg)
}

.video__wrapper h2 {
  font-size: 18px
}

@media (max-width: 1024px) {
  .video__wrapper h2 {
      font-size:16px
  }
}

.video__wrapper .headline {
  padding-bottom: 8px
}

.video__wrapper .headline h1,.video__wrapper .headline h2 {
  min-height: auto
}

.custom-logo-link img {
  height: 50px;
  width: auto;
}


.static-page {
  margin-top: 32px
}

@media screen and (max-width: 1024px) {
  .static-page {
      margin-top:20px
  }
}

.static-page__title {
  color: #fff;
  font-size: 20px
}

.static-page__content {
  color: #8d8d8d;
  margin-top: 20px
}

.static-page__content h2 {
  color: #fff;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 400
}

.static-page__content h2:first-child {
  margin-top: 0
}

.static-page__content h3 {
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 15px;
  font-weight: 400
}

.static-page__content ul {
  margin: 5px 0 5px 20px
}

.static-page__content ul li {
  line-height: 20px
}

.static-page__content p {
  line-height: 20px;
  margin: 5px 0
}

.static-page__content a {
  color: #fca1ff
}

.static-page-support {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center
}

.static-page .modal-block--inline {
  margin: 0 auto
}

.video-thumbnail{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.no-touch .btn.active {
  background: #fca1ff;
  color: #fff!important;
}

.no-touch .btn.active .svg-icon {
  color: #fff;
  fill: #fff;
}

.hidden {
  display: none!important;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
}

.nav-links svg {
  fill: #8d8d8d;
    width: 24px;
    height: 24px;
}

@media screen and (max-width: 1024px) {
  .header__nav.nav{
    display: none;
  }
  .search__input input {
    border: none;
    border-radius: 10px 10px 0 0;
    padding: 0 8px 0 48px;
  }
  .custom-logo-link img {
    height: 40px;
    width: auto;
  }
}

@media screen and (min-width: 1025px) {
  .menu_mbl{
    display: none;
  }
  .btn.search__open{
    display: none;
  }
  .btn.search__close{
    display: none;
  }

}


.nav-absolute {
  position: absolute;
}

.p-12 {
  padding: 12px;
}

.text-center {
  text-align: center;
}

.adsbh{
  overflow: hidden;
}
.adsbh img {
  max-width: 100%;
  height: auto;
}


#encrpyt{
  width:auto!important;
  aspect-ratio: 16/9;
  height: auto!important;
}

.videoplayer-container iframe {height: 100%;}

.header .nav__icon svg {
  width: 24px;
  height: 24px;
}

.entry-content {
  margin-top: 25px;
}

.entry-content p{
  margin-bottom: 16px;
}

.entry-content p:last-child{
  margin-bottom: 0;
}