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

* {
  margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
html {
  interpolate-size: allow-keywords;
}
}

body {
  //line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: inline-block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}
h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}
.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.gap-0 {
  gap: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: var(--x-gap) !important;
}

.pt-1 {
  padding-top: var(--x-gap) !important;
}

.pr-1 {
  padding-right: var(--x-gap) !important;
}

.pb-1 {
  padding-bottom: var(--x-gap) !important;
}

.pl-1 {
  padding-left: var(--x-gap) !important;
}

.px-1 {
  padding-right: var(--x-gap) !important;
  padding-left: var(--x-gap) !important;
}

.py-1 {
  padding-top: var(--x-gap) !important;
  padding-bottom: var(--x-gap) !important;
}

.gap-1 {
  gap: .25rem !important;
}

.gap-2 {
  gap: .5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
html {
  interpolate-size: allow-keywords;
}
}

body {
  //line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: inline-block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

p {
  text-wrap: pretty;
}
h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}
.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.gap-0 {
  gap: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: var(--x-gap) !important;
}

.pt-1 {
  padding-top: var(--x-gap) !important;
}

.pr-1 {
  padding-right: var(--x-gap) !important;
}

.pb-1 {
  padding-bottom: var(--x-gap) !important;
}

.pl-1 {
  padding-left: var(--x-gap) !important;
}

.px-1 {
  padding-right: var(--x-gap) !important;
  padding-left: var(--x-gap) !important;
}

.py-1 {
  padding-top: var(--x-gap) !important;
  padding-bottom: var(--x-gap) !important;
}

.gap-1 {
  gap: .25rem !important;
}

.gap-2 {
  gap: .5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}
html, body {
  font-weight: 400;
  font-style: normal;
  width: 100%;
  min-height: 100%;
  height: 100%;
  font-size: 10px;
  font-family: 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";
  overflow: hidden;
}

:root {
  --gap: 8px;
  --x-gap: 8px;
  --border-radius: 3px;
}

* {
  outline: none;
  user-select: none;
  padding: 0;
  margin: 0;
}

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

ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

.app {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
  /*max-width: 500px;*/
}

.main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.content {
  width: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.px-1 {
  padding-left: var(--x-gap);
  padding-right: var(--x-gap);
}

@media (orientation: landscape) and (max-height: 768px) {
  .meta, .tags, .related, .banner {
    display: none!important;
  }
}

.hide_on_landscape {
  @media (orientation: landscape) and (max-height: 768px) {
    display: none!important;
  }
}

.header {
    height: 40px;
    color: rgb(255, 255, 255);
    background: rgb(22, 22, 22);
    position: relative;
    display: flex;
    align-items: center;
}

.header .menu {
    width: 40px;
    height: 40px;
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center;
}
.header__close {
    border-radius: 100%;
    border: 1px solid #222;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    background: #222;
    color: #fff !important;
    font-size: 16px;
    margin-left: 4px;
    margin-right: 8px;
}
.header .search {
    content: "";
    width: 40px;
    height: 40px;
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center;
}

.header .logo {
    margin: 0 auto;
    font-weight: 600;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    line-height: 0.8;
}

.header .logo img {
    display: block;
    width: 100%;
    height: auto;
}

.header .user {
    width: 40px;
    font-size: 16px;
    line-height: 40px;
}
.tags {
    text-align: left;
    /*padding: 8px;*/
}

.tag {
    display: inline-block;
    margin-right: 3px;
    padding: 0px 6px;
    background: rgb(217, 217, 217);
    color: rgb(0, 0, 0);
    font-size: 14px;
    line-height: 26px;
    border-radius: var(--border-radius);
}

.tag.b {
    color: rgb(255, 255, 255);
    font-weight: bold;
    background: rgb(0, 0, 0);
}

.tag.r {
    color: rgb(255, 255, 255);
    font-weight: bold;
    background: rgb(222, 38, 0);
}

:root {
    --player__margin: 34px;
}


.panel {
    display: flex;
    flex-direction: column;
}
.panel__containerLine {
    width: 100%;
    margin-bottom: 10px;
}
.panel__containerManagement {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}
.panel__line {
    width: calc(100% - 30px);
    margin-bottom: 10px;
    display: block;
    height: 4px;
    background: #d9d9d9;
    position: absolute;
}
.panel__line::before {
    content: "";
    position: absolute;
    height: inherit;
    left: 0;
    top: 0;
    right: 0;
    width: 30%;
    background: #fff;
}
.panel__play {
    display: block;
    background: none;
    border: none;
}
.panel__play svg {
    display: block;
    object-fit: contain;
    width: 100%;
    height: 30px;
    color: #fff;
}
.panel__sound {
    background: none;
    border: none;
    color: #fff;
    margin-left: 8px;
}
.panel__sound svg {
    display: block;
    object-fit: contain;
    width: 100%;
    height: 30px;
}
.panel__time {
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 20px;
}
.panel__control {
    display: flex;
}
.panel__setting {
    background: none;
    border: none;
    margin-right: 10px;
}
.panel__wid {
    background: none;
    border: none;
}

.hideThis {
    opacity: 1;
    transition: opacity 1s ease-in-out;
}
.showThis {
    display: none;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}


.player {
    width: 100%;
    @media screen and (orientation: landscape) and (max-height: 768px) {
        margin-top: auto;
        margin-bottom: auto;
    }
}
.player .player__window {
    background: #000000;
    min-height: 180px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;

    @media screen and (orientation: landscape) and (max-height: 768px) {
        width: 100%;
        min-height: 70vh;
        margin-top: auto;
        margin-bottom: auto;
    }
}
.player__container {
    position: relative;
}
.player__container img {
    width: 100%;
    display: block;
    object-fit: contain;
}
.player__head {
    position: absolute;
    top: 0;
    left: 5px;
    right: 5px;
    width: auto;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.player__quality {
    background: #de2600;
    color: #fff;
    padding: 2px 5px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 3px;
}
.player__time {
    background: rgba(58, 58, 58, 0.7607843137);
    padding: 4px 5px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.player__panel {
    position: absolute;
    bottom: 0;
    left: 5px;
    right: 5px;
    width: auto;
    padding: 5px 15px;
}
.player__control {
    width: 100%;
    height: 100%;
    padding: 40px 25px;
    display: flex;
    flex-direction: column;
    color: #fff;
    justify-content: center;
    align-items: stretch;
}
/*@media screen and (orientation: landscape) and (max-height: 450px) {*/
@media screen and (orientation: landscape) and (max-height: 768px) {
    .player__control {
        padding: 0 25px;
        margin-top: -15px;
    }
}
.player__agree {
    display: none;
}
.player__loader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(105, 105, 105, 0.27);
    display: none;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.player__disclaimer {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 7px;
}
.player__playContainer {
    border: none;
    background: #343434;
    padding: 45px 7px 45px 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    @media screen and (orientation: landscape) and (max-height: 768px) {
        padding: 25px 7px 35px 7px;
    }
}
.player__playContainer img {
    display: block;
    object-fit: contain;
    width: 50px;
    height: 56px;
}
.player__textBtn {
    color: #fff;
    text-align: left;
    margin-right: 21px;
}
.player__textBtn h2 {
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.3px;
}
.player__textBtn span {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.player__description {
    height: 30px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    text-align: center;
    padding-top: 5px;
}

/*    */

.loaderItem {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    position: absolute;
    top: 40%;
    border: 3px solid;
    border-color: #fff #fff transparent transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
.loaderItem::after,
.loaderItem::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 3px solid;
    border-color: transparent transparent #ff3d00 #ff3d00;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-sizing: border-box;
    animation: rotationBack 0.5s linear infinite;
    transform-origin: center center;
}
.loaderItem::before {
    width: 32px;
    height: 32px;
    border-color: #fff #fff transparent transparent;
    animation: rotation 1.5s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

/*    */

body.agree .footer__default {
    display: none;
}
body.agree .footer__agree {
    display: block;
}
body.agree .player__default {
    display: none;
}
body.agree .player__agree {
    display: flex;
}

body.close .footer__default {
    display: none;
}
body.close .footer__agree {
    display: block;
}
body.close .player__default {
    display: none;
}
body.close .player__agree {
    display: flex;
}
body.close .header__close {
    display: block;
}

body.loader .player__default {
    display: none;
}
body.loader .player__loader {
    display: flex;
}
.meta {
    display: flex;
    justify-content: flex-end;
    gap: var(--gap);

    /*margin: 10px 0px 6px;*/
    @media screen and (orientation: landscape) and (max-height: 768px) {
        display: none;
    }
}

.meta__item {
    color: #333;
    /*border: 1px solid #333;*/
    padding: 4px 10px;
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    border-radius: var(--border-radius);
    background: rgb(217, 217, 217);
    font-weight: 900;
    position: relative;
}

.meta__item-badge {
    position: absolute;
    bottom: -2px;
    right: -2px;
    padding: 1px;
    background: red;
    /*background: rgb(222, 38, 0);*/
    color: #fff;
    font-size: 6px;
}

.meta + .meta {
    margin-top: var(--gap);
}

.meta svg {
    height: 20px;
    width: auto;
}
.related {
    width: 100%;
    display: flex;
    gap: var(--gap);
}

.related img {
    flex-basis: calc(50% - var(--gap));
    flex-shrink: 0;
    flex-grow: 1;
    display: block;
    width: calc(50% - var(--gap));
    overflow: hidden;
    border-radius: var(--border-radius);
    /*height: 27vw;*/
    object-fit: cover;
}
.banner {
    display: flex;
    justify-content: center;
    @media screen and (orientation: landscape) and (max-height: 768px) {
        display: none;
    }
}

.banner img {
    overflow: hidden;
    border-radius: var(--border-radius);
}
.footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding-bottom: 2px;
    background: rgb(255, 255, 255);
    color: rgb(170, 170, 170);
    font-size: 16px;
    line-height: 0.9;
    text-align: center;
    box-sizing: border-box;
    @media (orientation: landscape) and (max-height: 768px) {
        position: static;
        bottom: auto;
        left: auto;
    }
}

.footer a {
    color: inherit;
    text-decoration: underline;
}
.footer, .footer a {
    font-size: 10px;
    line-height: 1;
}



/*# sourceMappingURL=app.css.map*/