*, *::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 {
    display: flex;
    flex-direction: column;
    background: #000;
}
.header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .menu {
    margin-left: -8px;
    width: 40px;
    height: 40px;
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center;
}
.header__right {
    display: flex;
    align-items: center;
    gap: var(--gap);
}
.header__right .age {
    color: #ffffff;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 1px solid #ffffff;
    font-size: 10px;
}
.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;
}
.header__close img {
    display: block;
    object-fit: contain;
    width: 100%;
    height: 100%;
    filter: contrast(0) brightness(200);
}

.header__search {
    display: flex;
    width: 100%;
    border: #343434 1px solid;
    border-radius: 5px;
    margin-bottom: var(--gap);
}
.header__search input {
    max-width: 100%;
    width: 100%;
    border: none;
    background: none;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 6px 11px;
    color: #8f8f8f;
    background: #121212;
}
.header__search button {
    color: #ffffff;
    border: none;
    background: #343434;
    padding: 9px 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.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;
}

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

.player {
    height: 40vh;
    /*background: url("./images/player.jpg") center center / cover no-repeat rgb(0, 0, 0);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /*margin: 0px auto 20px;*/
    margin-bottom: var(--player__margin);
    position: relative;

    @media screen and (orientation: landscape) and (max-height: 768px) {
        width: 100%;
        height: 65vh;
        margin-top: auto;
        margin-bottom: auto;
    }

    .text {
        color: #ffffff;
        text-align: center;
        padding: 10px 0;
    }
}

.player-title {
    position: absolute;
    top: 5.66667px;
    left: 8.5px;
    max-width: 308px;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    color: rgb(255, 255, 255);
    font-size: 12px;
    line-height: 16px;
}

.player-bar {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 36px;
    background: url("../images/player-bar-bg.jpg") center center repeat-x;
    opacity: 0;
}

.player-bar::before, .player-bar::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.player-bar::before {
    background: url("../images/player-bar-left.jpg") left center no-repeat;
}

.player-bar::after {
    background: url("../images/player-bar-right.jpg") right center no-repeat;
}

.btn-box {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -34px;
    z-index: 111;
    display: flex;
    flex-direction: column;
    @media screen and (orientation: landscape) and (max-height: 415px) {
        bottom: 16px;
    }
}
.buy {
    @media screen and (orientation: landscape) and (max-height: 415px) {
        line-height: normal;
        display: flex;
        box-sizing: border-box;
        position: relative;
        justify-content: center;
        align-items: center;
    }
}
.btn {
    display: block;
    max-width: 480px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border: none;
    background: rgba(0, 0, 0, 0.6);
    color: rgb(255, 255, 255);
    font-size: 26px;
    line-height: 18vh;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    position: relative;
    z-index: 1;
    height: 24vh;
    -webkit-box-shadow: 0px 2px 5px 2px rgba(255, 255, 255, 0.35);
    box-shadow: 0px 2px 5px 2px rgba(255, 255, 255, 0.35);
}
@media (max-width: 320px) {
    .btn {
        display: block;
        max-width: 480px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        border: none;
        background: rgba(0, 0, 0, 0.6);
        color: rgb(255, 255, 255);
        font-size: 24px;
        line-height: 26vh;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        position: relative;
        z-index: 1;
        -webkit-box-shadow: 0px 2px 5px 2px rgba(255, 255, 255, 0.35);
        box-shadow: 0px 2px 5px 2px rgba(255, 255, 255, 0.35);
    }
}
/*.btn-text {*/
/*    display: inline-block;*/
/*    padding-right: 40px;*/
/*    position: relative;*/
/*    width: 100%;*/
/*    @media screen and (orientation: landscape) and (max-height: 415px) {*/
/*        line-height: normal;*/
/*        display: flex;*/
/*        padding: 20% 40px 20% 0;*/
/*        box-sizing: border-box;*/
/*        position: relative;*/
/*        justify-content: center;*/
/*        align-items: center;*/
/*    }*/
/*}*/
/*.btn-text1 {*/
/*    line-height: normal;*/
/*    display: flex;*/
/*    padding: 20% 0;*/
/*    box-sizing: border-box;*/
/*    position: relative;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/

/*.btn-text::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    height: 0px;*/
/*    width: 0px;*/
/*    right: 40px;*/
/*    margin-top: -20px;*/
/*    border-width: 20px 0px 20px 20px;*/
/*    border-style: solid;*/
/*    border-color: transparent transparent transparent rgb(255, 255, 255);*/
/*    border-image: initial;*/
/*}*/

.btn-text {
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    @media screen and (orientation: landscape) and (max-height: 415px) {
        line-height: normal;
        position: relative;
    }
}

.btn-text1::after {
    content: "";
    border-width: 20px 0px 20px 20px;
    border-style: solid;
    border-color: transparent transparent transparent rgb(255, 255, 255);
    border-image: initial;
}

.price {
    color: rgb(153, 153, 153);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    padding-top: 10px;
}

.price-bg {
    display: inline-block;
    background: rgb(234, 229, 229);
    padding: 0px 2px 2px;
}

/*    */
@media (max-width: 767px) and (orientation: landscape) {
    /*.player {*/
    /*    height: calc(100% - 140px);*/
    /*}*/

    .btn {
        max-width: 320px;
        line-height: normal;
    }

    .btn-text::before {
        margin-top: -16px;
        border-width: 16px 0px 16px 16px;
        border-style: solid;
        border-color: transparent transparent transparent rgb(255, 255, 255);
        border-image: initial;
    }

    .tags, .player-bar, .related {
        display: none;
    }
}
/*    */


.loading {
    display: none;
}
body {
    &.loader {
        .loading {
            width: 100%;
            position: absolute;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            display: flex;
            height: 100% !important;
            &__loader {
                display: flex;
            }
        }
    }
}


.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;

    &::after,
    &::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;
    }

    &::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);
    }
}

.btn.hide {
    display: none;
    opacity: 0;
    transition: opacity 1s ease-out;
}
h1.player__disclaimer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    padding-bottom: 20px;
}

.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*/