.header-promo[data-v-2affa9ab] {
    width: 100%;
    aspect-ratio: 13;
    overflow: hidden;
    margin-top: 16px;
    position: relative;
    cursor: pointer;
}
.header-promo--mobile[data-v-2affa9ab] {
    aspect-ratio: 5/2;
    max-width: 430px;
}
.header-promo > img[data-v-2affa9ab] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header-promo > a[data-v-2affa9ab] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.cookies-notify[data-v-74e2f87c] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #222225;
    border-top: 1px solid #383a48;
}
.cookies-notify__btn[data-v-74e2f87c] {
    background: #ddd;
    padding: 5px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.svg-icon[data-v-53586956] {
    width: 24px;
    height: 24px;
    color: #898d90;
    fill: #898d90;
    pointer-events: none;
}
.footer {
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 36px 0 60px;
    border-top: 1px solid #383a48;
}
@media screen and (max-width: 1024px) {
    .footer {
        padding: 24px 0;
    }
}
.footer-row {
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
@media screen and (max-width: 1024px) {
    .footer-row {
        height: auto;
    }
}
.footer-row .links {
    display: flex;
    margin-bottom: 52px;
}
.footer-row .links:last-of-type {
    margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
    .footer-row .links {
        flex-direction: column;
        margin-bottom: 32px;
    }
}
.footer-row .links a {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-right: 40px;
    color: #898d90;
    line-height: 20px;
}
@media screen and (max-width: 1024px) {
    .footer-row .links a {
        margin: 0;
        padding: 8px 0;
        text-align: center;
        justify-content: center;
    }
}
.footer-row .links a .dollar-svg {
    width: 16px;
    height: 16px;
}
.footer-row .links a:last-child {
    margin-right: 0;
}
.footer .copyright {
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #898d90;
}
@media screen and (max-width: 1024px) {
    .footer .copyright {
        font-size: 12px;
        margin-top: 8px;
    }
}
.footer .rta-icon svg path {
    fill: #898d90;
}
.search {
    display: flex;
    position: relative;
    height: 40px;
}
@media (min-width: 1025px) {
    .search {
        height: 48px;
    }
}
@media (max-width: 1024px) {
    .search.is-active {
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        flex-direction: column;
        height: 100vh;
    }
}
@media (max-width: 1024px) {
    .search {
        order: 1;
        margin-left: 0;
        align-items: center;
    }
}
.search button {
    cursor: pointer;
}
.search button .svg-icon {
    width: 20px;
    height: 20px;
}
@media (max-width: 1024px) {
    .search button .svg-icon {
        width: 24px;
        height: 24px;
    }
}
.search__input {
    display: flex;
    width: 100%;
    align-items: center;
    height: 50px;
    background: #222225;
}
@media (min-width: 1025px) {
    .search__input {
        height: 100%;
        margin-top: 0;
    }
}
.search__input input {
    color: #fff;
    flex: 1;
    height: 100%;
    width: inherit;
    padding: 0 8px 0 54px;
    font-size: 18px;
    background: #1c1c1e;
    border-radius: 45px;
}
@media (min-width: 1025px) {
    .search__input input {
        padding: 0 16px 0 52px;
        font-size: 16px;
    }
}
.search__input input::placeholder {
    color: #898d90;
    font-size: 18px;
}
@media (min-width: 1025px) {
    .search__input input::placeholder {
        font-size: 16px;
    }
}
.search__input button {
    position: absolute;
    cursor: pointer;
}
.search__input_mobile {
    background: #1c1c1e;
}
.search__input_mobile input {
    border: none;
    border-radius: 0;
}
.search__btn {
    left: 15px;
}
@media (min-width: 1025px) {
    .search__btn {
        left: 16px;
    }
}
.search__close {
    right: 15px;
}
.search__close .svg-icon {
    height: 28px !important;
    width: 28px !important;
}
.search__container {
    background: #222225;
    min-width: 250px;
    border-radius: 45px;
    flex-grow: 1;
    height: 100%;
}
@media (min-width: 1025px) {
    .search__container {
        background: rgba(0, 0, 0, 0.8);
        -webkit-backdrop-filter: unset;
        backdrop-filter: unset;
        background: #222225;
    }
}
@media (max-width: 1024px) {
    .search__container {
        width: 100%;
        height: 100%;
        box-shadow: none;
        display: none;
        top: 0;
        left: 0;
        z-index: 113;
        min-width: auto;
    }
}
.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: #1c1c1e;
}
.search__container .list .search-item-focus a .title {
    color: #fff;
}
.search__container .list li a {
    line-height: 20px;
    height: 40px;
    color: #898d90;
    display: flex;
    white-space: nowrap;
    font-size: 14px;
    align-items: center;
    padding: 0 15px;
    margin: 4px 8px;
    overflow: hidden;
    border-radius: 4px;
}
.search__container .list li a .title {
    overflow: hidden;
    text-overflow: ellipsis;
    color: #898d90;
    font-size: 14px;
    margin-bottom: 0;
}
.search__container .list li a .count {
    font-size: 12px;
    color: #898d90;
    opacity: 0.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;
    background: #898d90;
    height: 40px;
    display: flex;
    align-items: center;
}
.is-active .search__container {
    display: block;
}
.search__response {
    padding-bottom: 190px;
    z-index: 100;
    width: 100%;
    background: #222225;
    border-radius: 4px;
    max-height: 60vh;
    overflow-y: scroll;
}
.search__response::-webkit-scrollbar {
    width: 4px;
    background: #222225;
}
.search__response::-webkit-scrollbar-thumb {
    background: #898d90;
    border-radius: 2px;
}
@media (min-width: 1025px) {
    .search__response {
        top: 100%;
        right: 0;
        position: absolute;
        padding-bottom: 10px;
    }
}
@media (max-width: 1024px) {
    .search__response {
        z-index: 114;
        top: 60px;
        overflow: auto;
        max-height: 100%;
        border-radius: 0;
    }
}
@media (max-width: 1024px) {
    .search__response a {
        display: block;
    }
}
.search__open {
    display: flex;
    align-items: center;
    padding: 8px;
}
@media (min-width: 1025px) {
    .search__open {
        display: none;
    }
}
.search.is-active .search__open {
    display: none;
}
.no-touch .search__container .list li a:hover {
    background: #1c1c1e;
}
.no-touch .search__container .list li a:hover .title {
    color: #fff;
}
.rotated[data-v-9cc970df] {
    transform: rotate(-90deg) !important;
}
.icon[data-v-9cc970df] {
    margin-top: 6px;
    width: 16px !important;
    height: 16px !important;
}
.header {
    width: 100%;
    border-bottom: 1px solid #383a48;
    z-index: 100;
    background: #222225;
    display: flex;
    align-items: center;
}
.header_mobile {
    transition: top 0.25s ease-in-out;
    width: 100%;
    z-index: 100;
    position: fixed;
    height: 60px;
}
@media (min-width: 1025px) {
    .header {
        padding-bottom: 0;
        border-bottom: none;
        height: 75px;
    }
}
@media (max-width: 1024px) {
    .header .search {
        flex-grow: 1;
    }
}
.header__container .logo .img {
    background: url(../images/logo.svg) no-repeat;
    width: 268px;
    height: 25px;
}
@media (max-width: 1024px) {
    .header__container .logo {
        width: 170px;
        height: 30px;
        order: 2;
    }
    .header__container .logo .img {
        background: url(/static/images/logo.svg) no-repeat;
        background-size: 170px 30px;
        width: 170px;
        height: 30px;
    }
}
.header__controls {
    z-index: 51;
    display: flex;
    align-items: center;
    position: absolute;
    margin-left: auto;
    margin-right: 15px;
}
@media (min-width: 1025px) {
    .header__controls {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: unset;
    }
}
.header__controls .select__list {
    right: 8px;
    top: calc(100% + 4px);
    max-height: none;
}
.header__controls .select__list ul {
    padding: 16px 0;
}
.header__controls .select__list li {
    padding: 0;
}
.header__controls .select__list li a,
.header__controls .select__list li span {
    padding: 0 28px 0 24px;
    width: 100%;
}
.header__controls--avatar {
    width: 42px;
    height: 100% !important;
    background-size: cover;
    border-radius: 4px;
    margin-right: 8px;
    background-color: #222225;
}
.header__controls--user {
    display: flex;
    height: 48px;
    border-radius: 4px;
}
@media (max-width: 1024px) {
    .header__controls--user {
        display: none;
    }
}
.header__controls--user .select__label {
    margin-right: 0;
    border: 1px solid transparent;
    height: 100%;
}
.header__controls--user .select__label .label {
    text-transform: capitalize;
    color: #fff;
    display: block;
    max-width: 80px;
}
.header__controls--user .select__list {
    max-height: none;
}
.header__controls--user .select__list li {
    padding: 0;
}
.header__controls--user .select__list li a,
.header__controls--user .select__list li span {
    padding: 8px 24px 8px 12px;
    width: 100%;
}
.header__controls .btn {
    text-transform: uppercase;
    height: 48px;
    width: 48px;
    padding: 0;
    margin-left: 8px;
}
@media (max-width: 1024px) {
    .header__controls .btn {
        display: none;
    }
}
.header__controls .btn .svg-icon {
    width: 20px;
    height: 20px;
}
.header__content {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}
@media (max-width: 1024px) {
    .header__content {
        margin-bottom: 0;
        display: flex;
        justify-content: space-between;
    }
}
.header__nav {
    z-index: 50;
    display: flex;
    position: fixed;
    align-items: center;
    height: calc(100vh - 64px);
    justify-content: center;
    min-width: 185px;
    width: 300px;
    right: -600px;
    background: #222225;
    align-items: baseline;
    justify-content: start;
    height: calc(100% - 60px);
    top: 60px;
    width: 208px;
    padding: 15px;
    overflow-y: scroll;
}
@media (min-width: 1025px) {
    .header__nav {
        overflow-y: visible;
        padding: 0;
        height: auto;
        position: relative;
        min-width: unset;
        background: none;
        top: 0;
        right: 0;
        width: auto;
        justify-content: center;
    }
}
.header__nav:after {
    background: #383a48;
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}
@media (min-width: 1025px) {
    .header__nav:after {
        content: "";
    }
}
.header__user {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 8px;
}
@media (max-width: 1280px) {
    .header__user {
        flex-grow: 1;
        justify-content: flex-end;
        display: flex;
        gap: 0px;
    }
}
.header__user .select__label {
    padding: 0 !important;
}
.header__user .btn {
    text-transform: uppercase;
    height: 48px;
    width: 48px;
    padding: 0;
}
@media (max-width: 1024px) {
    .header__user .btn {
        display: none;
    }
}
.header__user .btn .svg-icon {
    width: 20px;
    height: 20px;
}
@media (max-width: 1024px) {
    .header__user {
        display: none;
    }
}
.burger {
    display: inline-flex;
    border-radius: 50%;
    background: #1c1c1e;
    padding: 6px;
    margin-right: 20px;
    cursor: pointer;
}
.burger svg {
    width: 25px !important;
    height: 25px !important;
}
@media (max-width: 1024px) {
    .burger {
        margin-right: 0;
    }
}
.search-burger {
    margin-right: 20px;
    height: 37px;
    width: 37px;
}
@media (max-width: 1024px) {
    .search-burger {
        order: 3;
        margin-right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #1c1c1e;
        border-radius: 50%;
    }
}
.menu__user {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.menu__user .avatar {
    margin-right: 12px;
    height: 40px;
    width: 40px;
    min-width: 40px;
    background-size: cover;
    border-radius: 4px;
    background-color: #2d313c;
}
.menu__user SPAN {
    font-size: 18px;
}
@media (min-width: 1025px) {
    .menu {
        display: flex;
    }
}
.menu__item {
    position: relative;
    display: block;
    z-index: 10;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
@media (min-width: 1025px) {
    .menu__item {
        font-size: 16px;
        margin-bottom: 0;
    }
}
.menu__item .select__label {
    background: transparent;
    padding: 0;
    height: auto;
}
@media (max-width: 1024px) {
    .menu__item .select__list {
        position: relative;
        padding-left: 0;
        padding-right: 0;
    }
}
.menu__item .select__list LI {
    padding: 0;
}
@media (max-width: 1024px) {
    .menu__item .select__list LI:not(:last-child) {
        margin-bottom: 15px;
    }
}
.menu__item .select__list A {
    display: flex;
    padding: 0;
    width: 100%;
}
@media (min-width: 1025px) {
    .menu__item .select__list A {
        padding: 8px 24px 8px 12px;
    }
}
@media (min-width: 1025px) {
    .menu__item {
        display: inline-flex;
        background: #1c1c1e;
        border: 1px solid #383a48;
        font-size: 18px;
    }
}
.menu__item:not(:last-child) {
    margin-right: 15px;
}
.is-menu {
    overflow: hidden;
}
.is-menu .header__nav {
    right: 0;
    transition: right 0.3s;
}
body:has(.modal-age-verification) {
    overflow: hidden;
}
body:has(.modal-age-verification) div:has(> iframe:first-child) {
    filter: blur(10px);
}
.modal-age-verification {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000001a;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 20px;
}
.age-verification {
    text-align: center;
    color: #898d90;
    width: 100%;
    max-width: 360px;
    padding: 20px;
    background: #1c1c1e;
    border-radius: 0;
}
.age-verification__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.age-verification__logo {
    display: flex;
}
.age-verification__logo img {
    display: block;
    width: auto;
    max-width: 216px;
}
.age-verification__icon {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    color: #333;
    border-radius: 50%;
}
.age-verification__content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.age-verification__buttons {
    display: flex;
    gap: 10px;
}
.age-verification__error {
    color: red;
    font-size: 16px;
    font-weight: 700;
}
.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: 0.75s linear infinite spinner-grow;
    animation: 0.75s linear infinite spinner-grow;
}
@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}
.modal-content__text {
    padding-bottom: 10px;
}
.modal-content__download {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    cursor: pointer;
    border: 1px solid #fff;
    padding: 10px 20px;
    background: none;
    outline: none;
    margin: 0 auto;
}
.modal-content__download img {
    width: 90px;
    height: 70px;
}
.chrome-web-store {
    margin-top: 15px;
    display: inline-flex;
    align-items: center;
    border: 1px solid #898d90;
    border-radius: 3px;
    padding: 2px 10px;
    cursor: pointer;
}
.chrome-web-store-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.chrome-web-store-icon img {
    height: 80%;
}
.chrome-web-store-text {
    color: #fff;
    margin-left: 10px;
    font-weight: 600;
}
.tg-button[data-v-30efa24c] {
    margin-top: 15px;
    width: 100%;
    min-height: 38px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 2px;
    background: #009eeb;
    color: #fff;
    border: none;
}
.tg-button .svg-icon[data-v-30efa24c] {
    color: #fff;
    fill: #fff;
}
.tg-button-red[data-v-30efa24c] {
    cursor: pointer;
    background: #ffffff;
    color: #000;
}
.tg-loader[data-v-30efa24c] {
    width: 24px;
    height: 24px;
    border: 5px solid #000;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation-30efa24c 1s linear infinite;
}
@keyframes rotation-30efa24c {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}
.modal-text span[data-v-30efa24c] {
    color: #fff;
}
.modal-downloader .modal-text {
    max-width: 400px;
    color: #fff;
}
.app-store {
    display: flex;
    align-items: center;
    border-radius: 6px;
    padding: 10px 18px 14px;
    cursor: pointer;
    background: #000;
    width: fit-content;
    margin: 0 auto;
}
.app-store-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -5px;
}
.app-store-icon svg,
.app-store-icon img {
    height: 100%;
}
.app-store-text {
    font-family:
        -apple-system,
        BlinkMacSystemFont,
        Roboto,
        Helvetica Neue,
        Arial,
        Noto Sans,
        sans-serif,
        Apple Color Emoji,
        Segoe UI Emoji,
        Segoe UI Symbol,
        Noto Color Emoji;
    margin-left: 10px;
    font-weight: 400;
    color: #fff;
}
.app-store-text SPAN {
    display: block;
    margin-top: 2px;
    font-weight: 700;
    font-size: 24px;
}
.modal {
    background: rgba(0, 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: #1c1c1e;
    color: #898d90;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%);
    padding: 24px 16px;
    border-radius: 4px;
    font-size: 12px;
}
.modal-block--inline {
    position: relative;
    margin: 40px auto;
    left: 0;
    top: 0;
    transform: none;
    background: #222225;
}
.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: #1c1c1e;
}
.modal-block--inline .form .radio_checkmark {
    background: #222225;
}
.modal-block > .title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}
.modal-block .no_acc {
    color: #898d90;
    text-align: center;
    margin-top: 12px;
    border-top: 1px solid #383a48;
    padding-top: 12px;
}
.modal-block .no_acc a {
    color: #fff;
    text-decoration: none;
}
.modal-content {
    width: 290px;
}
.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;
}
.modal .list-playlists-item {
    display: flex;
    line-height: 32px;
    cursor: pointer;
    color: #898d90;
    background: #1c1c1e;
    margin-bottom: 12px;
    padding: 0 12px;
}
.modal .list-playlists-item .title {
    flex-grow: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.modal .list-playlists-item .videos {
    white-space: nowrap;
    margin-left: 12px;
}
.notifications {
    position: fixed;
    top: 0;
    right: 20px;
    max-width: 300px;
    min-width: 300px;
    z-index: 1001;
}
.notifications-item {
    background: #222225;
    padding: 20px 30px;
    box-shadow: 0 2px 4px #11131780;
    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;
}
.collapse[data-v-f9d23e93] {
    cursor: pointer;
}
.collapse__label[data-v-f9d23e93] {
    display: flex;
    align-items: center;
    gap: 5px;
}
.collapse .chevron[data-v-f9d23e93] {
    width: 14px;
    height: 14px;
    transform: rotate(90deg);
    color: #fff;
}
.collapse .chevron_active[data-v-f9d23e93] {
    transform: rotate(-90deg);
}
.collapse__list[data-v-f9d23e93] {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: max-height 0.35s;
    max-height: 0;
}
.collapse__list_visible[data-v-f9d23e93] {
    max-height: 1337px;
}
.collapse__item[data-v-f9d23e93] {
    margin-left: 45px;
    color: #fff;
    text-transform: uppercase;
}
.collapse__item[data-v-f9d23e93]:first-child {
    margin-top: 10px;
}
.gender-img[data-v-f9d23e93] {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-transform: capitalize;
}
.gender-img__img[data-v-f9d23e93] {
    padding: 4px;
    margin-right: 10px;
    background: #1c1c1e;
    border-radius: 50%;
}
.sidebar[data-v-d8ad9675] {
    height: 100%;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-self: start;
}
@media (max-width: 1024px) {
    .sidebar[data-v-d8ad9675] {
        position: fixed;
        left: 15px;
        top: 45px;
        z-index: 100;
        padding-bottom: 120px;
    }
}
.sidebar__item .list[data-v-d8ad9675] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
@media (max-width: 1024px) {
    .sidebar__item[data-v-d8ad9675] {
        border: 1px solid #383a48;
    }
}
@media (max-width: 1024px) {
    .sidebar__item_mobile-hidden[data-v-d8ad9675] {
        display: none;
    }
}
.sidebar__item .user-wrapper[data-v-d8ad9675] {
    padding-top: 10px;
    border-top: 1px solid #383a48;
}
.sidebar__item .user-wrapper .btn[data-v-d8ad9675] {
    padding: 3px 8px;
    background: #fff;
    color: #333;
    box-sizing: border-box;
    border-radius: 20px;
}
.sidebar__item .user-wrapper .user[data-v-d8ad9675] {
    display: flex;
    align-items: center;
    gap: 10px;
}
.sidebar__item .user-wrapper .user__avatar[data-v-d8ad9675] {
    display: block;
    width: 48px !important;
    height: 48px !important;
    background-size: cover;
    border-radius: 50%;
    background-color: #1c1c1e;
}
.sidebar__title[data-v-d8ad9675] {
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    color: #898d90;
}
.sidebar__title[data-v-d8ad9675]:not(:first-child) {
    margin-top: 20px;
}
.sidebar .navigation[data-v-d8ad9675] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
@media (max-width: 1024px) {
    .sidebar .navigation[data-v-d8ad9675] {
        overflow-y: scroll;
    }
}
.sidebar .navigation__icon[data-v-d8ad9675] {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1c1c1e;
    border-radius: 50%;
}
.sidebar .navigation__icon_without-bg[data-v-d8ad9675] {
    background: none;
}
.sidebar .navigation__icon_img[data-v-d8ad9675] {
    width: 20px;
    height: 20px;
}
.sidebar .navigation__icon svg[data-v-d8ad9675] {
    width: 20px;
    height: 20px;
}
.sidebar .navigation__item[data-v-d8ad9675] {
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: capitalize;
}
.sidebar .navigation__collapse-list-item[data-v-d8ad9675] {
    display: flex;
    gap: 12px;
}
.sidebar__item[data-v-d8ad9675] {
    box-sizing: border-box;
    padding: 32px 28px;
    width: 250px;
    border-radius: 15px;
    color: #fff;
    background: #222225;
}
.sidebar__item[data-v-d8ad9675]:last-child {
    top: 20px;
    position: sticky;
}
a.navigation__item[data-v-d8ad9675]:hover {
    background: #1c1c1e;
}
.seo__tags {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    width: 100%;
    justify-content: flex-start;
}
.seo__tags .tag__item {
    margin: 0 8px 8px 0;
    flex: none;
}
.under-header-categories {
    display: none;
    margin-bottom: -10px;
}
@media (max-width: 1024px) {
    .under-header-categories {
        display: block;
        margin-top: 70px;
    }
}
.under-header-categories .links {
    display: flex;
    overflow-x: auto;
    padding-bottom: 10px;
}
.under-header-categories .links a {
    display: flex;
    align-items: center;
    height: 32px;
    padding: 5px 10px;
    margin-left: 10px;
    border: 2px solid;
    border-color: #383a48;
    border-radius: 6px;
    transition: 0.3s;
    white-space: nowrap;
}
.under-header-categories .links a.promo img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
.under-header-categories .links a:hover {
    border-color: #fff;
    color: #fff;
}
.flag {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 15px;
    display: inline-block;
    border-radius: 2px;
}
.flag-en {
    background-image: url(/static/images/flags/us.svg);
}
.flag-eu {
    background-image: url(/static/images/flags/eu.svg);
}
.flag-af {
    background-image: url(/static/images/flags/af.svg);
}
.flag-ax {
    background-image: url(/static/images/flags/ax.svg);
}
.flag-al {
    background-image: url(/static/images/flags/al.svg);
}
.flag-dz {
    background-image: url(/static/images/flags/dz.svg);
}
.flag-as {
    background-image: url(/static/images/flags/as.svg);
}
.flag-ad {
    background-image: url(/static/images/flags/ad.svg);
}
.flag-ao {
    background-image: url(/static/images/flags/ao.svg);
}
.flag-ai {
    background-image: url(/static/images/flags/ai.svg);
}
.flag-aq {
    background-image: url(/static/images/flags/aq.svg);
}
.flag-ag {
    background-image: url(/static/images/flags/ag.svg);
}
.flag-ar {
    background-image: url(/static/images/flags/ar.svg);
}
.flag-am {
    background-image: url(/static/images/flags/am.svg);
}
.flag-aw {
    background-image: url(/static/images/flags/aw.svg);
}
.flag-au {
    background-image: url(/static/images/flags/au.svg);
}
.flag-at {
    background-image: url(/static/images/flags/at.svg);
}
.flag-az {
    background-image: url(/static/images/flags/az.svg);
}
.flag-bs {
    background-image: url(/static/images/flags/bs.svg);
}
.flag-bh {
    background-image: url(/static/images/flags/bh.svg);
}
.flag-bd {
    background-image: url(/static/images/flags/bd.svg);
}
.flag-bb {
    background-image: url(/static/images/flags/bb.svg);
}
.flag-by {
    background-image: url(/static/images/flags/by.svg);
}
.flag-be {
    background-image: url(/static/images/flags/be.svg);
}
.flag-bz {
    background-image: url(/static/images/flags/bz.svg);
}
.flag-bj {
    background-image: url(/static/images/flags/bj.svg);
}
.flag-bm {
    background-image: url(/static/images/flags/bm.svg);
}
.flag-bt {
    background-image: url(/static/images/flags/bt.svg);
}
.flag-bo {
    background-image: url(/static/images/flags/bo.svg);
}
.flag-ba {
    background-image: url(/static/images/flags/ba.svg);
}
.flag-bw {
    background-image: url(/static/images/flags/bw.svg);
}
.flag-br {
    background-image: url(/static/images/flags/br.svg);
}
.flag-io {
    background-image: url(/static/images/flags/io.svg);
}
.flag-bn {
    background-image: url(/static/images/flags/bn.svg);
}
.flag-bg {
    background-image: url(/static/images/flags/bg.svg);
}
.flag-bf {
    background-image: url(/static/images/flags/bf.svg);
}
.flag-bi {
    background-image: url(/static/images/flags/bi.svg);
}
.flag-kh {
    background-image: url(/static/images/flags/kh.svg);
}
.flag-cm {
    background-image: url(/static/images/flags/cm.svg);
}
.flag-ca {
    background-image: url(/static/images/flags/ca.svg);
}
.flag-cv {
    background-image: url(/static/images/flags/cv.svg);
}
.flag-ky {
    background-image: url(/static/images/flags/ky.svg);
}
.flag-cf {
    background-image: url(/static/images/flags/cf.svg);
}
.flag-td {
    background-image: url(/static/images/flags/td.svg);
}
.flag-cl {
    background-image: url(/static/images/flags/cl.svg);
}
.flag-cn {
    background-image: url(/static/images/flags/cn.svg);
}
.flag-cx {
    background-image: url(/static/images/flags/cx.svg);
}
.flag-cc {
    background-image: url(/static/images/flags/cc.svg);
}
.flag-co {
    background-image: url(/static/images/flags/co.svg);
}
.flag-km {
    background-image: url(/static/images/flags/km.svg);
}
.flag-cd {
    background-image: url(/static/images/flags/cd.svg);
}
.flag-cg {
    background-image: url(/static/images/flags/cg.svg);
}
.flag-ck {
    background-image: url(/static/images/flags/ck.svg);
}
.flag-cr {
    background-image: url(/static/images/flags/cr.svg);
}
.flag-ci {
    background-image: url(/static/images/flags/ci.svg);
}
.flag-hr {
    background-image: url(/static/images/flags/hr.svg);
}
.flag-cu {
    background-image: url(/static/images/flags/cu.svg);
}
.flag-cw {
    background-image: url(/static/images/flags/cw.svg);
}
.flag-cy {
    background-image: url(/static/images/flags/cy.svg);
}
.flag-cz {
    background-image: url(/static/images/flags/cz.svg);
}
.flag-dk {
    background-image: url(/static/images/flags/dk.svg);
}
.flag-dj {
    background-image: url(/static/images/flags/dj.svg);
}
.flag-dm {
    background-image: url(/static/images/flags/dm.svg);
}
.flag-do {
    background-image: url(/static/images/flags/do.svg);
}
.flag-tl {
    background-image: url(/static/images/flags/tl.svg);
}
.flag-ec {
    background-image: url(/static/images/flags/ec.svg);
}
.flag-eg {
    background-image: url(/static/images/flags/eg.svg);
}
.flag-sv {
    background-image: url(/static/images/flags/sv.svg);
}
.flag-gq {
    background-image: url(/static/images/flags/gq.svg);
}
.flag-er {
    background-image: url(/static/images/flags/er.svg);
}
.flag-ee {
    background-image: url(/static/images/flags/ee.svg);
}
.flag-et {
    background-image: url(/static/images/flags/et.svg);
}
.flag-fk {
    background-image: url(/static/images/flags/fk.svg);
}
.flag-fo {
    background-image: url(/static/images/flags/fo.svg);
}
.flag-fj {
    background-image: url(/static/images/flags/fj.svg);
}
.flag-fi {
    background-image: url(/static/images/flags/fi.svg);
}
.flag-fr {
    background-image: url(/static/images/flags/fr.svg);
}
.flag-gf {
    background-image: url(/static/images/flags/gf.svg);
}
.flag-pf {
    background-image: url(/static/images/flags/pf.svg);
}
.flag-tf {
    background-image: url(/static/images/flags/tf.svg);
}
.flag-ga {
    background-image: url(/static/images/flags/ga.svg);
}
.flag-gm {
    background-image: url(/static/images/flags/gm.svg);
}
.flag-ge {
    background-image: url(/static/images/flags/ge.svg);
}
.flag-de {
    background-image: url(/static/images/flags/de.svg);
}
.flag-gh {
    background-image: url(/static/images/flags/gh.svg);
}
.flag-gi {
    background-image: url(/static/images/flags/gi.svg);
}
.flag-gr {
    background-image: url(/static/images/flags/gr.svg);
}
.flag-gl {
    background-image: url(/static/images/flags/gl.svg);
}
.flag-gd {
    background-image: url(/static/images/flags/gd.svg);
}
.flag-gp {
    background-image: url(/static/images/flags/gp.svg);
}
.flag-gu {
    background-image: url(/static/images/flags/gu.svg);
}
.flag-gt {
    background-image: url(/static/images/flags/gt.svg);
}
.flag-gn {
    background-image: url(/static/images/flags/gn.svg);
}
.flag-gw {
    background-image: url(/static/images/flags/gw.svg);
}
.flag-gy {
    background-image: url(/static/images/flags/gy.svg);
}
.flag-ht {
    background-image: url(/static/images/flags/ht.svg);
}
.flag-hm {
    background-image: url(/static/images/flags/hm.svg);
}
.flag-va {
    background-image: url(/static/images/flags/va.svg);
}
.flag-hn {
    background-image: url(/static/images/flags/hn.svg);
}
.flag-hk {
    background-image: url(/static/images/flags/hk.svg);
}
.flag-hu {
    background-image: url(/static/images/flags/hu.svg);
}
.flag-is {
    background-image: url(/static/images/flags/is.svg);
}
.flag-in {
    background-image: url(/static/images/flags/in.svg);
}
.flag-id {
    background-image: url(/static/images/flags/id.svg);
}
.flag-ir {
    background-image: url(/static/images/flags/ir.svg);
}
.flag-iq {
    background-image: url(/static/images/flags/iq.svg);
}
.flag-ie {
    background-image: url(/static/images/flags/ie.svg);
}
.flag-il {
    background-image: url(/static/images/flags/il.svg);
}
.flag-it {
    background-image: url(/static/images/flags/it.svg);
}
.flag-jm {
    background-image: url(/static/images/flags/jm.svg);
}
.flag-jp {
    background-image: url(/static/images/flags/jp.svg);
}
.flag-ja {
    background-image: url(/static/images/flags/jp.svg);
}
.flag-jo {
    background-image: url(/static/images/flags/jo.svg);
}
.flag-kz {
    background-image: url(/static/images/flags/kz.svg);
}
.flag-ke {
    background-image: url(/static/images/flags/ke.svg);
}
.flag-ki {
    background-image: url(/static/images/flags/ki.svg);
}
.flag-kp {
    background-image: url(/static/images/flags/kp.svg);
}
.flag-kr {
    background-image: url(/static/images/flags/kr.svg);
}
.flag-kw {
    background-image: url(/static/images/flags/kw.svg);
}
.flag-kg {
    background-image: url(/static/images/flags/kg.svg);
}
.flag-la {
    background-image: url(/static/images/flags/la.svg);
}
.flag-lv {
    background-image: url(/static/images/flags/lv.svg);
}
.flag-lb {
    background-image: url(/static/images/flags/lb.svg);
}
.flag-ls {
    background-image: url(/static/images/flags/ls.svg);
}
.flag-lr {
    background-image: url(/static/images/flags/lr.svg);
}
.flag-ly {
    background-image: url(/static/images/flags/ly.svg);
}
.flag-li {
    background-image: url(/static/images/flags/li.svg);
}
.flag-lt {
    background-image: url(/static/images/flags/lt.svg);
}
.flag-lu {
    background-image: url(/static/images/flags/lu.svg);
}
.flag-mo {
    background-image: url(/static/images/flags/mo.svg);
}
.flag-mk {
    background-image: url(/static/images/flags/mk.svg);
}
.flag-mg {
    background-image: url(/static/images/flags/mg.svg);
}
.flag-mw {
    background-image: url(/static/images/flags/mw.svg);
}
.flag-my {
    background-image: url(/static/images/flags/my.svg);
}
.flag-mv {
    background-image: url(/static/images/flags/mv.svg);
}
.flag-ml {
    background-image: url(/static/images/flags/ml.svg);
}
.flag-mt {
    background-image: url(/static/images/flags/mt.svg);
}
.flag-mh {
    background-image: url(/static/images/flags/mh.svg);
}
.flag-mq {
    background-image: url(/static/images/flags/mq.svg);
}
.flag-mr {
    background-image: url(/static/images/flags/mr.svg);
}
.flag-mu {
    background-image: url(/static/images/flags/mu.svg);
}
.flag-yt {
    background-image: url(/static/images/flags/yt.svg);
}
.flag-mx {
    background-image: url(/static/images/flags/mx.svg);
}
.flag-fm {
    background-image: url(/static/images/flags/fm.svg);
}
.flag-md {
    background-image: url(/static/images/flags/md.svg);
}
.flag-mc {
    background-image: url(/static/images/flags/mc.svg);
}
.flag-mn {
    background-image: url(/static/images/flags/mn.svg);
}
.flag-me {
    background-image: url(/static/images/flags/me.svg);
}
.flag-ms {
    background-image: url(/static/images/flags/ms.svg);
}
.flag-ma {
    background-image: url(/static/images/flags/ma.svg);
}
.flag-mz {
    background-image: url(/static/images/flags/mz.svg);
}
.flag-mm {
    background-image: url(/static/images/flags/mm.svg);
}
.flag-na {
    background-image: url(/static/images/flags/na.svg);
}
.flag-nr {
    background-image: url(/static/images/flags/nr.svg);
}
.flag-np {
    background-image: url(/static/images/flags/np.svg);
}
.flag-nl {
    background-image: url(/static/images/flags/nl.svg);
}
.flag-nc {
    background-image: url(/static/images/flags/nc.svg);
}
.flag-nz {
    background-image: url(/static/images/flags/nz.svg);
}
.flag-ni {
    background-image: url(/static/images/flags/ni.svg);
}
.flag-ne {
    background-image: url(/static/images/flags/ne.svg);
}
.flag-ng {
    background-image: url(/static/images/flags/ng.svg);
}
.flag-nu {
    background-image: url(/static/images/flags/nu.svg);
}
.flag-nf {
    background-image: url(/static/images/flags/nf.svg);
}
.flag-mp {
    background-image: url(/static/images/flags/mp.svg);
}
.flag-no {
    background-image: url(/static/images/flags/no.svg);
}
.flag-om {
    background-image: url(/static/images/flags/om.svg);
}
.flag-pk {
    background-image: url(/static/images/flags/pk.svg);
}
.flag-pw {
    background-image: url(/static/images/flags/pw.svg);
}
.flag-ps {
    background-image: url(/static/images/flags/ps.svg);
}
.flag-pa {
    background-image: url(/static/images/flags/pa.svg);
}
.flag-pg {
    background-image: url(/static/images/flags/pg.svg);
}
.flag-py {
    background-image: url(/static/images/flags/py.svg);
}
.flag-pe {
    background-image: url(/static/images/flags/pe.svg);
}
.flag-ph {
    background-image: url(/static/images/flags/ph.svg);
}
.flag-pn {
    background-image: url(/static/images/flags/pn.svg);
}
.flag-pl {
    background-image: url(/static/images/flags/pl.svg);
}
.flag-pt {
    background-image: url(/static/images/flags/pt.svg);
}
.flag-pr {
    background-image: url(/static/images/flags/pr.svg);
}
.flag-qa {
    background-image: url(/static/images/flags/qa.svg);
}
.flag-re {
    background-image: url(/static/images/flags/re.svg);
}
.flag-ro {
    background-image: url(/static/images/flags/ro.svg);
}
.flag-ru {
    background-image: url(/static/images/flags/ru.svg);
}
.flag-rw {
    background-image: url(/static/images/flags/rw.svg);
}
.flag-bl {
    background-image: url(/static/images/flags/bl.svg);
}
.flag-sh {
    background-image: url(/static/images/flags/sh.svg);
}
.flag-kn {
    background-image: url(/static/images/flags/kn.svg);
}
.flag-lc {
    background-image: url(/static/images/flags/lc.svg);
}
.flag-pm {
    background-image: url(/static/images/flags/pm.svg);
}
.flag-vc {
    background-image: url(/static/images/flags/vc.svg);
}
.flag-ws {
    background-image: url(/static/images/flags/ws.svg);
}
.flag-sm {
    background-image: url(/static/images/flags/sm.svg);
}
.flag-st {
    background-image: url(/static/images/flags/st.svg);
}
.flag-sa {
    background-image: url(/static/images/flags/sa.svg);
}
.flag-sn {
    background-image: url(/static/images/flags/sn.svg);
}
.flag-rs {
    background-image: url(/static/images/flags/rs.svg);
}
.flag-sc {
    background-image: url(/static/images/flags/sc.svg);
}
.flag-sl {
    background-image: url(/static/images/flags/sl.svg);
}
.flag-sg {
    background-image: url(/static/images/flags/sg.svg);
}
.flag-sk {
    background-image: url(/static/images/flags/sk.svg);
}
.flag-si {
    background-image: url(/static/images/flags/si.svg);
}
.flag-sb {
    background-image: url(/static/images/flags/sb.svg);
}
.flag-so {
    background-image: url(/static/images/flags/so.svg);
}
.flag-za {
    background-image: url(/static/images/flags/za.svg);
}
.flag-gs {
    background-image: url(/static/images/flags/gs.svg);
}
.flag-es {
    background-image: url(/static/images/flags/es.svg);
}
.flag-lk {
    background-image: url(/static/images/flags/lk.svg);
}
.flag-sd {
    background-image: url(/static/images/flags/sd.svg);
}
.flag-ss {
    background-image: url(/static/images/flags/ss.svg);
}
.flag-sr {
    background-image: url(/static/images/flags/sr.svg);
}
.flag-sj {
    background-image: url(/static/images/flags/sj.svg);
}
.flag-sz {
    background-image: url(/static/images/flags/sz.svg);
}
.flag-se {
    background-image: url(/static/images/flags/se.svg);
}
.flag-ch {
    background-image: url(/static/images/flags/ch.svg);
}
.flag-sy {
    background-image: url(/static/images/flags/sy.svg);
}
.flag-tw {
    background-image: url(/static/images/flags/tw.svg);
}
.flag-tj {
    background-image: url(/static/images/flags/tj.svg);
}
.flag-tz {
    background-image: url(/static/images/flags/tz.svg);
}
.flag-th {
    background-image: url(/static/images/flags/th.svg);
}
.flag-tg {
    background-image: url(/static/images/flags/tg.svg);
}
.flag-tk {
    background-image: url(/static/images/flags/tk.svg);
}
.flag-to {
    background-image: url(/static/images/flags/to.svg);
}
.flag-tt {
    background-image: url(/static/images/flags/tt.svg);
}
.flag-tn {
    background-image: url(/static/images/flags/tn.svg);
}
.flag-tr {
    background-image: url(/static/images/flags/tr.svg);
}
.flag-tm {
    background-image: url(/static/images/flags/tm.svg);
}
.flag-tc {
    background-image: url(/static/images/flags/tc.svg);
}
.flag-tv {
    background-image: url(/static/images/flags/tv.svg);
}
.flag-ug {
    background-image: url(/static/images/flags/ug.svg);
}
.flag-ua {
    background-image: url(/static/images/flags/ua.svg);
}
.flag-ae {
    background-image: url(/static/images/flags/ae.svg);
}
.flag-gb {
    background-image: url(/static/images/flags/gb.svg);
}
.flag-um {
    background-image: url(/static/images/flags/um.svg);
}
.flag-us {
    background-image: url(/static/images/flags/us.svg);
}
.flag-uy {
    background-image: url(/static/images/flags/uy.svg);
}
.flag-uz {
    background-image: url(/static/images/flags/uz.svg);
}
.flag-vu {
    background-image: url(/static/images/flags/vu.svg);
}
.flag-ve {
    background-image: url(/static/images/flags/ve.svg);
}
.flag-vn {
    background-image: url(/static/images/flags/vn.svg);
}
.flag-vg {
    background-image: url(/static/images/flags/vg.svg);
}
.flag-vi {
    background-image: url(/static/images/flags/vi.svg);
}
.flag-wf {
    background-image: url(/static/images/flags/wf.svg);
}
.flag-eh {
    background-image: url(/static/images/flags/eh.svg);
}
.flag-ye {
    background-image: url(/static/images/flags/ye.svg);
}
.flag-zm {
    background-image: url(/static/images/flags/zm.svg);
}
.flag-zw {
    background-image: url(/static/images/flags/zw.svg);
}
* {
    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: #1c1c1e;
    right: 0;
    color: #898d90;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-style: normal;
}
input,
button,
textarea {
    border: none;
    outline: none;
    background: none;
    -webkit-appearance: none;
}
h1,
h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    margin: 0;
    padding: 0;
    color: #fff;
}
@media (max-width: 1024px) {
    h1,
    h2 {
        font-size: 16px;
    }
}
h4 {
    color: #898d90;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    margin: 4px 0 0;
    padding: 0;
    text-align: center;
}
[v-cloak] {
    visibility: hidden !important;
}
.app__wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
}
@media screen and (max-width: 1024px) {
    .app__wrapper {

    }
}
.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%;
        overflow: hidden;
    }
}
.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 {
    margin: 0 auto;
    width: 100%;
    max-width: 1600px;
    padding: 0 10px;
}
@media (min-width: 1025px) {
    .wrapper {
        padding: 0 24px;
    }
}
.wrapper--center {
    margin: auto;
}
@media (min-width: 1025px) {
    .wrapper_main {
        padding-left: 24px;
        margin: 0 auto;
        width: 100%;
        max-width: 1600px;
    }
}
.wrapper_menu-open {
    display: grid;
    grid-template-columns: 250px minmax(744px, 1fr);
}
@media (max-width: 1024px) {
    .wrapper_menu-open {
        display: block;
    }
}
@media (max-width: 1024px) {
    .iRx9 {
        transform: scale(0.7) !important;
    }
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.no-avatar {
    background-image: url(/static/images/cat.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80% !important;
}
.no-avatar-v {
    background-image: url(/static/images/cat2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain !important;
    filter: grayscale(1);
}
.empty {
    background: #222225;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.seo {
    padding-top: 24px;
    padding-bottom: 26px;
    width: 100%;
}
.seo p {
    word-break: break-word;
}
.seo a {
    color: #fff;
}
.seo__text {
    padding: 0 5px;
    color: #898d90;
}
.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;
    }
}
.dude {
    background: url(/static/images/dude.svg) center;
    background-size: cover;
    height: 18px;
    width: 18px;
    margin-right: 10px;
    display: inline-flex;
}
.support__email {
    display: inline-flex;
    font-style: normal;
}
.support__email:after {
    content: "support@blackporn.tube";
    white-space: pre-line;
    color: #fff;
}
.input {
    background: #222225;
    color: #fff;
    padding: 0 16px;
    border-radius: 20px;
}
.input::placeholder {
    color: #898d90;
}
.input--error {
    border: 1px solid #ff526c !important;
}
.input-block {
    width: 100%;
}
.input--invert {
    background: #1c1c1e;
}
.btn {
    background: #222225;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    transition: ease-out 0.25s;
    cursor: pointer;
    height: 48px;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
}
.btn:disabled {
    cursor: no-drop;
}
.btn-min {
    height: 32px;
}
.btn-min .svg-icon {
    width: 14px;
    height: 14px;
    margin-right: 8px;
}
.btn-link {
    background: none;
    border: none;
    transition: 0.2s;
    cursor: pointer;
    color: #fff;
}
.btn-block {
    width: 100%;
}
.btn-red {
    background: #ff526c !important;
    color: #fff !important;
    border: 1px solid #ff526c;
}
.btn-accent {
    background: #ddd !important;
    color: #fff !important;
    border: 1px solid #ddd;
    color: #333 !important;
}
.btn-transparent {
    border: 1px solid #898d90;
    background: transparent;
    color: #898d90;
}
.btn-blue {
    background: #2196f3 !important;
    color: #fff !important;
    border: 1px solid #2196f3;
}
.btn-google {
    font-size: 14px;
    white-space: nowrap;
    padding: 0 8px;
}
.btn-google svg {
    vertical-align: middle;
    margin-right: 12px;
}
.no-touch .btn:hover {
    background: #0a0a0a;
    color: #fff !important;
}
.no-touch .btn:hover .svg-icon {
    color: #fff;
}
.no-touch .btn-accent:hover {
    box-shadow: 0 0 8px #fff;
    color: #333 !important;
}
.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 {
    background: #222225;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    transition: ease-out 0.25s;
    cursor: pointer;
    height: 48px;
    color: #fff;
    border-radius: 20px;
    font-size: 14px;
}
.form-button:disabled {
    cursor: no-drop;
}
.form .select {
    height: 48px;
}
.form .select:disabled {
    cursor: not-allowed;
}
.form .input {
    height: 48px;
    line-height: 48px;
}
.no-touch [data-tooltip]:hover {
    position: relative;
}
.no-touch [data-tooltip]:hover:after {
    content: attr(data-tooltip);
    position: absolute;
    background: #ffffff;
    color: #333;
    padding: 8px 10px;
    z-index: 100;
    font-size: 12px;
    display: flex;
    bottom: calc(100% + 8px);
    border-radius: 2px;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%);
    line-height: normal;
}
.no-touch [data-tooltip]:hover:before {
    content: "";
    border-width: 8px 8px 0 8px;
    border-color: #fff;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    bottom: calc(100% + 2px);
    left: 50%;
    transform: translate(-50%);
    margin-top: 0;
    margin-bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    z-index: 1;
}
.select {
    position: relative;
}
.select.open .select__label:after {
    transform: rotate(270deg);
}
.select.disabled .select__label {
    opacity: 0.5;
    cursor: no-drop;
}
.select-right .select__list {
    right: 0;
}
.select__label {
    background: #222225;
    color: #fff;
    height: 48px;
    padding: 0 16px;
    display: flex;
    cursor: pointer;
    align-items: center;
    border-radius: 20px;
}
.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: #fff;
    margin-left: 4px;
}
.select__list {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 100%;
    max-height: 300px;
    min-width: 100%;
    background: #222225;
    z-index: 2;
    overflow-y: auto;
    right: 0;
    border-radius: 4px;
    padding: 8px;
    margin-top: 8px;
}
.select__list::-webkit-scrollbar {
    width: 4px;
    background: #222225;
}
.select__list::-webkit-scrollbar-thumb {
    background: #898d90;
    border-radius: 2px;
}
@media (max-width: 428px) {
    .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: #222225;
    border-radius: 2px;
}
.select__list ul {
    list-style: none;
    color: #898d90;
    margin: 0 !important;
    border-radius: 4px;
}
.select__list ul .divider {
    line-height: 1px;
    height: 1px;
    margin: 20px 0;
    background: #383a48;
}
.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: 428px) {
    .select__list ul li {
        white-space: normal;
    }
}
.select__list ul li:hover {
    background: #1c1c1e;
}
.select__list .alphabet {
    display: grid;
    padding: 5px;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 5px;
}
.select__list .alphabet li {
    text-align: center;
    background: #383a48;
    line-height: 27px;
    cursor: pointer;
    text-transform: capitalize;
    color: #898d90;
    padding: 8px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.select__list .alphabet li svg {
    vertical-align: sub;
    stroke: #fff;
}
.select__list .alphabet li .icon-close {
    font-size: 12px;
}
.select__list .alphabet li:hover {
    color: #fff;
}
.select__list .alphabet li.selected {
    background: #ffffff;
    color: #fff;
}
.select__list .alphabet li.selected svg {
    stroke: #fff;
}
.form-file {
    width: 100%;
}
.form-file__empty,
.form-file__uploaded {
    line-height: 40px;
    text-align: center;
    color: #fff;
    transition: 0.2;
    cursor: pointer;
    background: #222225;
    border-radius: 4px;
}
.form-file__uploaded .clear {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.datepicker.vdp-datepicker__calendar {
    background: #fff;
    border: none;
    color: #222225;
}
.datepicker.vdp-datepicker__calendar header .up,
.datepicker.vdp-datepicker__calendar header .next,
.datepicker.vdp-datepicker__calendar header .prev {
    border: 1px solid transparent;
}
.datepicker.vdp-datepicker__calendar header .up:not(.disabled):hover,
.datepicker.vdp-datepicker__calendar header .next:not(.disabled):hover,
.datepicker.vdp-datepicker__calendar header .prev:not(.disabled):hover {
    border: 1px solid #ffffff;
    background: transparent;
}
.datepicker.vdp-datepicker__calendar header .prev:after {
    border-right-color: #222225;
}
.datepicker.vdp-datepicker__calendar header .next:after {
    border-left-color: #222225;
}
.datepicker.vdp-datepicker__calendar .cell.selected,
.datepicker.vdp-datepicker__calendar .cell.selected:hover {
    background: #ffffff;
    color: #fff;
}
.datepicker.vdp-datepicker__calendar .cell.day:not(.blank):not(.disabled):hover,
.datepicker.vdp-datepicker__calendar .cell.month:not(.blank):not(.disabled):hover,
.datepicker.vdp-datepicker__calendar .cell.year:not(.blank):not(.disabled):hover {
    border: 1px solid #ffffff;
}
textarea {
    background: #222225;
    color: #fff;
    border-radius: 20px;
    padding: 10px;
    outline: none;
    overflow: hidden;
    resize: none;
    min-height: 100px;
    width: 100%;
}
.headline {
    display: flex;
    justify-content: space-between;
    padding-bottom: 16px;
    margin-top: 16px;
    align-items: center;
    position: relative;
}
@media (max-width: 1024px) {
    .headline {
        margin-top: 12px;
        padding-bottom: 12px;
    }
}
.headline h1,
.headline h2 {
    flex-grow: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    text-transform: capitalize;
    justify-content: space-between;
    min-height: 40px;
    font-size: 20px;
    gap: 5px;
}
.headline .see_more {
    font-size: 14px;
    min-width: 118px;
}
.headline .category__add {
    display: inline-flex;
    margin-left: 4px;
    min-width: 32px;
    max-width: 32px;
    height: 32px;
    background: #222225;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 4px;
}
.headline .category__add .svg-icon {
    color: #fff;
    width: 16px;
    height: 16px;
}
.headline .category__remove {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.headline .tag__item--link {
    margin-left: 12px;
}
.headline .buttons,
.headline .search {
    display: flex;
    align-items: center;
}
.headline--border {
    border-bottom: 1px solid #383a48;
}
.headline--empty {
    min-height: 28px;
    background: #222225;
    max-width: 300px;
    width: 100%;
}
.headline__categories h1 {
    flex-wrap: wrap;
}
@media (max-width: 428px) {
    .headline__categories h1 span {
        display: none;
    }
}
.headline__categories h1 .tag__item--link {
    margin: 4px;
}
.headline__categories h1 .tag__item--link:first-of-type {
    margin-left: 12px;
}
@media (max-width: 428px) {
    .headline__categories h1 .tag__item--link:first-of-type {
        margin-left: 0;
    }
}
.headline--column {
    flex-direction: column;
    align-items: flex-start;
}
.headline--column .buttons {
    width: 100%;
}
.no-touch .headline .category__add:hover {
    background: #ffffff;
}
.no-touch .headline .category__add:hover svg {
    color: #fff;
}
.tag__item {
    flex: 1;
    margin-right: 8px;
}
.tag__item a,
.tag__item--link,
.tag__item--empty {
    padding: 6px 12px;
    font-size: 14px;
    line-height: 20px;
    color: #898d90;
    background: #222225;
    text-align: center;
    display: flex;
    justify-content: center;
    white-space: nowrap;
    font-weight: 400;
    border-radius: 4px;
}
.tag__item a .svg-icon,
.tag__item--link .svg-icon,
.tag__item--empty .svg-icon {
    width: 14px;
    height: 14px;
    margin-left: 12px;
}
.tag__item--all a {
    color: #fff;
}
.tag__item--empty {
    min-height: 32px;
    min-width: 114px;
}
.no-touch .tag__item:hover a {
    background: #0a0a0a;
    color: #fff !important;
}
.slide-fade-enter-active {
    transition: all 0.3s ease;
}
.slide-fade-leave-active {
    transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}
.slide-fade-enter,
.slide-fade-leave-to {
    transform: translate(10px);
    opacity: 0;
}
.component-fade-enter-active,
.component-fade-leave-active {
    transition: opacity 0.3s ease;
}
.component-fade-enter,
.component-fade-leave-to {
    opacity: 0;
}
.fade-enter-active,
.fade-leave-active {
    transition: opacity 0.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 0.5s ease;
}
.mode-fade-enter-from,
.mode-fade-leave-to {
    opacity: 0;
}
.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: 4px;
    background: #222225;
    font-size: 14px;
}
.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.radio_checkmark {
    position: absolute;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #1c1c1e;
    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: #ffffff;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 80;
}
section[data-v-1bd49273] {
    background: #222225;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    overflow-x: scroll;
}
section[data-v-1bd49273]::-webkit-scrollbar {
    display: none;
}
section > div[data-v-1bd49273] {
    display: flex;
    margin: 0 auto;
}
@media (max-width: 767px) {
    section > div[data-v-1bd49273] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
    }
}
section > div > div[data-v-1bd49273] {
    margin: 0 4px;
    overflow: hidden;
}
@media (max-width: 767px) {
    section > div > div[data-v-1bd49273] {
        margin: 4px !important;
    }
}
section > div > div[data-v-1bd49273]:first-of-type {
    margin-left: 0;
}
section > div > div[data-v-1bd49273]:last-of-type {
    margin-right: 0;
}
section > div > div[data-v-1bd49273] :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: 428px) {
    .thumbs {
        margin: 0;
    }
}
.thumbs--vertical .thumb {
    width: 50%;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .thumbs--vertical .thumb:nth-child(1),
    .thumbs--vertical .thumb:nth-child(2) {
        display: none;
    }
}
@media (min-width: 429px) {
    .thumbs--vertical .thumb {
        margin-bottom: 20px;
        width: 33.3333333333%;
    }
}
@media (min-width: 769px) {
    .thumbs--vertical .thumb {
        width: 25%;
    }
}
@media (min-width: 1025px) {
    .thumbs--vertical .thumb {
        width: 16.6666666667%;
    }
}
.thumbs--vertical .thumb__img {
    padding-top: 118%;
}
.thumbs--square .thumb {
    width: 50%;
}
@media (min-width: 429px) {
    .thumbs--square .thumb {
        width: 33.3333333333%;
    }
}
@media (min-width: 769px) {
    .thumbs--square .thumb {
        width: 25%;
    }
}
@media (min-width: 1025px) {
    .thumbs--square .thumb {
        width: 16.6666666667%;
    }
}
@media (min-width: 1367px) {
    .thumbs--square .thumb {
        width: 12.5%;
    }
}
.thumbs--square .thumb__img {
    padding-top: 100%;
}
.thumbs--related:after {
    content: "";
    display: none;
}
.thumbs--related .thumb {
    order: 2;
    width: 50%;
    display: block !important;
}
.thumbs--related .thumb:nth-child(-n + 4) {
    order: 0;
}
@media (min-width: 769px) {
    .thumbs--related .thumb {
        width: 25%;
    }
    .thumbs--related .thumb:nth-child(-n + 8) {
        order: 0;
    }
}
@media (min-width: 1025px) {
    .thumbs--related .thumb {
        width: 20%;
    }
    .thumbs--related .thumb:nth-child(-n + 10) {
        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: #fff;
    margin-bottom: 8px;
}
@media (max-width: 1366px) and (min-width: 1024px) {
    .thumbs_menu-open .thumbs .thumb {
        width: 33.3333333333%;
    }
}
@media (min-width: 1366px) {
    .thumbs_menu-open .thumbs .thumb {
        width: 25%;
    }
    .thumbs_menu-open .thumbs .thumb:nth-child(1),
    .thumbs_menu-open .thumbs .thumb:nth-child(2) {
        display: none;
    }
}
.thumb {
    position: relative;
    width: 100%;
    margin-bottom: 12px;
    padding: 0 4px;
}
@media (min-width: 429px) {
    .thumb {
        margin-bottom: 20px;
        width: 50%;
    }
}
@media (min-width: 769px) {
    .thumb {
        width: 25%;
    }
}
@media (min-width: 1025px) {
    .thumb {
        width: 20%;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .thumb:nth-child(1),
    .thumb:nth-child(2) {
        display: none;
    }
}
.thumb__img {
    position: relative;
    overflow: hidden;
    background-color: #222225;
    border-radius: 4px;
    width: 100%;
    padding-top: 56.25%;
}
.thumb__img .country {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 16px;
}
.thumb__img IMG {
    position: absolute;
    height: 101%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.thumb__previews {
    position: absolute;
    width: 33.33%;
    display: flex;
    flex-direction: column;
    top: 0;
    right: 0;
    height: 100%;
    padding: 5px;
    background: #222225;
}
.thumb__previews div {
    flex-grow: 1;
    height: 100%;
    margin-top: 5px;
}
.thumb__previews div:first-child {
    margin-top: 0;
}
.thumb__previews .preview {
    background-size: cover;
    max-height: 33.3333333333%;
}
.thumb__title {
    color: #fff;
    margin-top: 12px;
    font-size: 16px;
    max-width: 420px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.thumb__title--empty {
    background-color: #222225;
    min-height: 20px;
}
.thumb__title_h2 {
    line-height: unset;
}
.thumb__statistics {
    font-size: 12px;
    display: flex;
    margin-top: 4px;
}
.thumb__statistics--empty {
    display: flex;
    width: 100%;
}
.thumb__statistics--empty span {
    background-color: #222225;
    min-height: 20px;
    flex: 1;
    max-width: 50px;
}
.thumb__statistics span {
    display: flex;
    align-items: center;
    margin-right: 12px;
    color: #898d90;
}
.thumb__statistics span:last-of-type {
    margin-right: 0;
}
.thumb__statistics .svg-icon {
    color: #898d90;
    width: 12px;
    height: 12px;
    margin-right: 4px;
}
.thumb__duration {
    position: absolute;
    background: #1c1c1e;
    right: 4px;
    bottom: 4px;
    font-size: 10px;
    line-height: 16px;
    color: #898d90;
    border-radius: 4px;
    padding: 0 4px;
}
.thumb__buttons {
    top: 4px;
    right: 4px;
    position: absolute;
    display: flex;
    visibility: hidden;
    z-index: 11;
}
.thumb__buttons button {
    background: #1c1c1e;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 4px;
    border-radius: 4px;
}
.thumb__buttons button .svg-icon {
    width: 16px;
    height: 16px;
    color: #fff;
}
.t5Fid0 {
    z-index: 10;
    width: 101% !important;
    height: 101% !important;
}
.t5Fid0:not(.LkHid) ~ .thumb__buttons {
    visibility: visible;
}
.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: #222225;
    color: #898d90;
    border-radius: 50%;
    min-width: 48px;
    max-width: 48px;
    min-height: 48px;
    max-height: 48px;
    text-align: center;
    line-height: 44px;
    -webkit-user-select: none;
    user-select: none;
    display: flex;
    justify-content: center;
    font-size: 18px;
    margin: 0 4px;
    align-items: center;
}
@media (max-width: 428px) {
    .pagination a {
        display: none;
    }
}
.pagination a.current {
    border: 1px solid transparent;
    background: #fff;
    color: #1c1c1e;
    cursor: default;
}
@media (max-width: 428px) {
    .pagination a.current {
        display: flex;
    }
}
@media (max-width: 428px) {
    .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 {
    fill: #898d90;
    height: 34px;
    width: 34px;
    margin-left: 2px;
}
@media (max-width: 428px) {
    .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.next:hover,
.no-touch .pagination a.prev:hover,
.no-touch .pagination a.first:hover {
    box-shadow: 0 0 8px #fff;
}
.row-list[data-v-d0ef1700] {
    padding-bottom: 20px;
}
.row-list__buttons[data-v-d0ef1700] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
.row-list__head[data-v-d0ef1700] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.row-list__button[data-v-d0ef1700] {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.row-list__button[data-v-d0ef1700]:first-child {
    transform: rotate(180deg);
}
.row-list__button[data-v-d0ef1700]:disabled {
    opacity: 0.4;
}
.row-list__button svg[data-v-d0ef1700] {
    width: 20px;
    height: 20px;
}
.row-list__list[data-v-d0ef1700] {
    display: flex;
    overflow-x: scroll;
    width: 100%;
    overflow-y: hidden;
    padding-bottom: 5px;
    position: relative;
    scrollbar-width: none;
}
.row-list__list_tubefriends[data-v-d0ef1700] {
    justify-content: space-between;
    align-items: center;
    gap: 0 !important;
}
.row-list__list[data-v-d0ef1700]::-webkit-scrollbar {
    display: none;
}
.row-list__item-img[data-v-d0ef1700] {
    display: block;
    border-radius: 4px;
    width: 100%;
}
.row-list__item-title[data-v-d0ef1700] {
    margin-top: 12px;
    font-size: 16px;
    color: #fff;
}
.row-list__item[data-v-d0ef1700] {
    min-width: 100%;
    padding: 0 4px;
}
.row-list__item_tubefriend[data-v-d0ef1700] {
    padding: 0 10px;
    min-width: 100%;
}
.row-list__item_tubefriend img[data-v-d0ef1700] {
    padding: 0 10%;
}
@media (min-width: 429px) {
    .row-list__item_tubefriend[data-v-d0ef1700] {
        min-width: 50%;
    }
}
@media (min-width: 769px) {
    .row-list__item_tubefriend[data-v-d0ef1700] {
        min-width: 25%;
    }
}
@media (min-width: 1025px) {
    .row-list__item_tubefriend[data-v-d0ef1700] {
        min-width: 20%;
    }
    .row-list__item_tubefriend img[data-v-d0ef1700] {
        padding: 0 15%;
    }
}
@media (min-width: 429px) {
    .row-list__item[data-v-d0ef1700] {
        min-width: 50%;
    }
}
@media (min-width: 769px) {
    .row-list__item[data-v-d0ef1700] {
        min-width: 25%;
    }
}
@media (min-width: 1025px) {
    .row-list__item[data-v-d0ef1700] {
        min-width: 20%;
    }
}
.row-list__item_see-all[data-v-d0ef1700] {
    padding-bottom: 32px;
}
.row-list__item .see-all[data-v-d0ef1700] {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #222225;
    color: #fff;
    margin-bottom: 20px;
    border-radius: 4px;
    font-size: 18px;
}
@media (min-width: 1600px) {
    .index-page .listing__content .item-video:last-of-type,
    .index-page .listing__content .item-channel:last-of-type {
        display: none;
    }
}
@media (min-width: 1025px) and (max-width: 1366px) {
    .index-page .listing__content .item-video:last-of-type,
    .index-page .listing__content .item-channel:last-of-type {
        display: none;
    }
}
@media (max-width: 1024px) {
    .index-page .listing__content .item-video:last-of-type,
    .index-page .listing__content .item-channel:last-of-type {
        display: none;
    }
}
.checkbox {
    display: flex;
    cursor: pointer;
}
.checkbox.check .checkbox__left-box {
    align-items: center;
    display: flex;
    justify-content: center;
}
.checkbox.check .checkbox__left-box .svg-icon {
    color: #fff;
    height: 14px;
    width: 14px;
}
.checkbox__left {
    display: flex;
    align-items: center;
}
.checkbox__left-box {
    background: #222225;
    border-radius: 4px;
    height: 20px;
    width: 20px;
}
.checkbox__right {
    margin-left: 12px;
}
.filters {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
}
.filters-button {
    padding: 0;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    display: flex;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 4px;
}
.filters-button span {
    display: none;
}
.filters-button .svg-icon {
    color: #222225;
    width: 18px;
    height: 18px;
}
.filters-container {
    right: 0;
    z-index: 10;
    border-radius: 4px;
    width: 100%;
}
.filters-container .form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
}
.filters-container .form label {
    color: #898d90;
}
.filters-container .form .form-row {
    padding: 4px;
    margin-top: 6px;
    min-width: 25%;
    max-width: 25%;
}
@media (max-width: 1024px) {
    .filters-container .form .form-row {
        min-width: 50%;
        max-width: 50%;
    }
}
.filters--overflow .filters-container .form {
    overflow: auto;
}
.filters--accent .select__label {
    margin-bottom: 12px;
    height: 32px;
}
.no-touch .filters .filters-button {
    padding: 4px;
    border-radius: 50%;
}
.no-touch .filters .filters-button:hover {
    background: #0a0a0a;
}
.backdrop[data-v-3686ee5b] {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 1000;
    display: flex;
    justify-content: flex-end;
    background: rgba(0, 0, 0, 0.5);
}
.sidebar-categories[data-v-3686ee5b] {
    padding: 80px 20px 130px;
    min-height: 100vh;
    height: 100vh;
    overflow-y: scroll;
    width: 240px;
    z-index: 999;
    background: #1c1c1e;
}
.sidebar-categories__checkbox-wrapper[data-v-3686ee5b] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.sidebar-categories .input[data-v-3686ee5b] {
    height: 35px;
    line-height: 35px;
    width: 100%;
    background: #222225;
    margin-bottom: 20px;
}
.slide-enter-active[data-v-3686ee5b],
.slide-leave-active[data-v-3686ee5b] {
    transition: margin-right 0.5s ease;
}
.slide-enter-from[data-v-3686ee5b] {
    margin-right: -300px;
}
.slide-leave-to[data-v-3686ee5b] {
    margin-right: 0;
}
.slide-enter-from[data-v-3686ee5b],
.slide-leave-to[data-v-3686ee5b] {
    opacity: 0;
}
.card__list {
    background: #222225;
    list-style: none;
    padding: 20px;
    width: 100%;
    margin-top: 8px;
    border-radius: 4px;
}
@media (max-width: 428px) {
    .card__list {
        padding: 12px;
    }
}
.card__list li {
    color: #898d90;
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    word-break: break-word;
}
.card__list li > .title {
    color: #fff;
    margin-right: 8px;
    align-self: baseline;
    white-space: nowrap;
}
.card__list li i {
    display: inline-block;
    vertical-align: sub;
}
.card__list li .country {
    margin-left: 8px;
}
.card__list li .flag {
    margin: 0 4px;
}
.card__list li a {
    color: #fff;
}
.card__list--categories .tag__item {
    margin-bottom: 4px;
    flex: none;
}
.card__list--categories .tag__item a {
    background: #1c1c1e;
}
.card__list :first-child {
    margin-top: 0;
}
.card__list--error {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 32px 0;
}
.card__list--error .svg-icon {
    width: 40px;
    height: 40px;
    color: #fff;
    margin-bottom: 8px;
}
.comments {
    display: flex;
    flex-direction: column;
}
.comments__warning {
    background-color: #222225;
    color: #fff;
    border-radius: 4px;
    padding: 16px;
    display: inline-block;
    width: fit-content;
    font-size: 16px;
}
.comments__warning a {
    color: #fff;
}
.comments__input {
    height: 48px;
    max-width: 400px;
    width: 100%;
    display: flex;
    border: 1px solid #898d90;
    border-radius: 20px;
}
.comments__input input[type="text"] {
    flex-grow: 1;
    border: none;
    font-size: 15px;
    color: #fff;
    padding: 0 16px;
}
.comments__input input[type="text"]:hover,
.comments__input input[type="text"]:focus {
    box-shadow: none;
}
.comments__input input[type="text"]::placeholder {
    color: #898d90;
}
.comments__input button {
    background: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    cursor: pointer;
}
.comments__input button .svg-icon {
    width: 20px;
    height: 20px;
    color: #fff;
}
.comments__input--error {
    color: #ff526c;
    font-size: 13px;
}
.comments__items {
    margin-top: 8px;
}
.comments__item {
    display: flex;
    margin-top: 16px;
    background: #222225;
    padding: 20px 24px;
    border-radius: 4px;
    width: fit-content;
    max-width: 400px;
}
.comments__item.underrate {
    opacity: 0.6;
}
.comments__item-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.comments__item-content .username {
    color: #fff;
}
.comments__item-content .username .date {
    color: #898d90;
    font-size: 12px;
    margin-left: 16px;
    display: inline-block;
}
.comments__item-content .comment {
    color: #898d90;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    overflow-wrap: break-word;
    max-width: 360px;
}
.video-page__playlist {
    position: relative;
    margin: 0 -5px 15px;
}
.video-page__playlist > .next,
.video-page__playlist > .prev {
    position: absolute;
    height: 40px;
    width: 40px;
    top: 26px;
    background: #222225;
    z-index: 1;
    text-align: center;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 1024px) {
    .video-page__playlist > .next,
    .video-page__playlist > .prev {
        display: none;
    }
}
.video-page__playlist > .next:hover,
.video-page__playlist > .prev:hover {
    background: #ffffff;
}
.video-page__playlist > .next:hover .svg-icon,
.video-page__playlist > .prev:hover .svg-icon {
    color: #fff;
}
.video-page__playlist > .prev {
    left: 0;
    transform: translate3d(-50%, 0, 0) rotate(180deg);
}
.video-page__playlist > .next {
    right: 0;
    transform: translate3d(50%, 0, 0);
}
.video-page__playlist > .list {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
}
.video-page__playlist > .list::-webkit-scrollbar {
    display: none;
}
.video-page__playlist > .list:hover .list-item {
    opacity: 0.8;
}
.video-page__playlist > .list .list-item {
    padding: 0 5px;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}
@media (max-width: 1024px) {
    .video-page__playlist > .list .list-item {
        min-width: 20% !important;
    }
}
@media (max-width: 428px) {
    .video-page__playlist > .list .list-item {
        min-width: 25% !important;
    }
}
.video-page__playlist > .list .list-item:hover {
    opacity: 1;
}
.video-page__playlist > .list .list-item:hover .list-item__top {
    border-color: #383a48;
}
.video-page__playlist > .list .list-item.current .list-item__top {
    border-color: #fff;
}
.video-page__playlist > .list .list-item__top {
    border-top: 4px solid transparent;
}
.video-page__playlist > .list .list-item__top .img {
    padding-top: 56.25%;
    background-size: cover;
}
.video-page__playlist > .list .list-item__bottom {
    margin-top: 5px;
}
.video-page__playlist > .list .list-item__bottom > .title {
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 36px;
    color: #fff;
}
.direct-abnner[data-v-b857eca5] {
    cursor: pointer;
}
.direct-abnner--full[data-v-b857eca5] {
    width: 100%;
    max-width: 100%;
}
section[data-v-344a0283] {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
}
section div[data-v-344a0283] {
    background: #1c1c1e;
    max-height: 100px;
    min-height: 90px;
    max-width: 728px;
    width: 100%;
    justify-content: center;
    display: flex;
}
section h4[data-v-344a0283] {
    display: inline !important;
}
.rating {
    color: #898d90;
    border-radius: 20px;
    display: flex;
    position: relative;
    align-items: center;
    background: #222225;
}
.rating .like,
.rating .dislike {
    cursor: pointer;
    white-space: nowrap;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 12px;
}
.rating .like .svg-icon,
.rating .dislike .svg-icon {
    width: 24px;
    height: 24px;
}
@media (max-width: 1024px) {
    .rating .like .svg-icon,
    .rating .dislike .svg-icon {
        width: 16px;
        height: 16px;
    }
}
.rating .like {
    border-radius: 20px 0 0 20px;
}
.rating .like .svg-icon {
    fill: #6ecf94;
}
.rating .dislike {
    border-radius: 0 20px 20px 0;
}
.rating .dislike .svg-icon {
    fill: #ff526c;
    transform: rotate(-180deg);
}
.rating .bar {
    background: #898d90;
    min-width: 40px;
    height: 2px;
    border-radius: 4px;
    margin-top: 3px;
}
@media (max-width: 428px) {
    .rating .bar {
        min-width: 26px;
    }
}
.rating .bar__wrapper {
    color: #898d90;
    font-size: 14px;
    line-height: 20px;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}
@media (max-width: 428px) {
    .rating .bar__wrapper span {
        display: none;
    }
}
.rating .bar .line {
    height: 2px;
    background: #6ecf94;
}
@media (min-width: 1025px) {
    .video-info {
        padding: 12px 0;
    }
}
.video-info__header {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    padding-bottom: 10px;
}
@media (max-width: 768px) {
    .video-info__header {
        padding: 10px;
    }
}
@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;
    justify-content: space-between;
    margin-bottom: 8px;
}
.video-info__actions {
    display: flex;
    align-items: flex-start;
}
.video-info__categories {
    display: flex;
    margin-bottom: 8px;
    flex-wrap: wrap;
}
.video-info__categories .tag__item {
    flex: none;
    margin-bottom: 4px;
}
.video-info__categories .tag__item a {
    background: #222225;
}
.video-info__action {
    margin-left: 8px;
    display: flex;
    align-items: center;
    padding: 12px;
    cursor: pointer;
    background: #222225;
    border-radius: 50%;
}
.video-info__action .svg-icon {
    width: 24px;
    height: 24px;
    color: #898d90;
}
@media (max-width: 1024px) {
    .video-info__action .svg-icon {
        width: 16px;
        height: 16px;
    }
}
.video-info__action svg > path {
    fill: #898d90;
}
.video-info__action--default {
    cursor: default;
}
.video-info__action span {
    margin-left: 12px;
}
.video-info__items {
    position: relative;
    margin-top: 8px;
}
@media (max-width: 768px) {
    .video-info__items {
        padding: 10px;
    }
}
.video-info__item {
    margin-bottom: 4px;
    display: flex;
    flex-wrap: wrap;
}
.video-info__item--label {
    color: #898d90;
    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: #fff;
    white-space: nowrap;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
}
.video-info__item a .svg-icon {
    color: #fff;
    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: #898d90;
    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: #898d90;
    margin: 0 12px;
}
.video-info__stats a {
    color: #fff;
}
.video-info__stats :last-child:after {
    display: none;
}
.video-info .video-info__item h2 {
    font-size: 14px;
}
.info__object {
    border-radius: 4px;
    margin: 4px 12px 4px 0;
    border: 1px solid transparent;
}
.info__object a {
    display: flex;
    background: #222225;
    border-radius: 4px;
}
.info__object--img {
    min-width: 60px;
    min-height: 60px;
    max-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #1c1c1e;
    border-radius: 4px 0 0 4px;
    position: relative;
    overflow: hidden;
}
.info__object--img IMG {
    position: absolute;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%);
}
.info__object--img.no-avatar,
.info__object--img.no-avatar-v {
    background-color: #383a48;
    height: 60px;
}
.info__object--long .info__object--img {
    min-width: 108px;
}
.info__object--title {
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    padding: 8px 28px 8px 16px;
    color: #fff;
    display: flex;
    flex-direction: column;
}
.info__object--title span {
    margin-top: 2px;
    font-size: 12px;
    color: #898d90;
    text-transform: capitalize;
}
.info__object--title--empty {
    background: #222225;
    min-height: 20px;
}
.no-touch .video-info__action:hover {
    background: #0a0a0a;
    cursor: pointer;
}
.no-touch .video-info__action:hover svg {
    color: #fff;
}
.no-touch .video-info__action--default:hover {
    cursor: default;
    background: #1c1c1e;
}
.no-touch .video-info__action--default:hover svg {
    color: inherit;
}
.no-touch .info__object:hover {
    border-color: #fff;
}
.rgeneer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 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(0.9);
    margin-top: -50px;
}
.jw-breakpoint-3 div.XunD6 {
    transform: scale(0.7);
    margin-top: -40px;
}
.jw-breakpoint-2 div.XunD6 {
    transform: scale(0.6);
    margin-top: -40px;
}
div.XunD6 button {
    border: none;
    color: inherit;
    font-size: inherit;
}
div.XunD6-middle {
    position: relative;
}
div.XunD6-middle:after {
    content: "AD";
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 2px 4px;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
}
div.XunD6-close {
    position: absolute;
    top: -13px;
    right: -13px;
}
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;
    position: relative;
    z-index: 1;
}
div.XunD6-close button:hover {
    box-shadow: 0 0 10px #333;
}
div.XunD6-bottom {
    margin-top: 20px;
    text-align: center;
}
div.XunD6-bottom button {
    background: #ffffff;
    padding: 0 45px;
    height: 40px;
    cursor: pointer;
    color: #333;
}
div.XunD6-bottom button svg {
    margin-right: 8px;
    vertical-align: bottom;
}
div.XunD6-bottom button:hover {
    box-shadow: 0 0 10px #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 .text {
    color: #fff;
    display: flex;
    flex-direction: column;
}
.videoplayer-deleted-block .text a {
    color: #fff;
}
@media (max-width: 560px) {
    .videoplayer-deleted-block .text {
        font-size: 15px;
    }
}
: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 {
    transform-origin: center;
    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, 0.4) 0%,
        rgba(0, 0, 0, 0) 33%,
        rgba(0, 0, 0, 0) 77%,
        rgba(0, 0, 0, 0.4) 100%
    );
}
.jwplayer.jw-flag-ads .jw-controls-backdrop {
    background: transparent;
}
.jwplayer .jw-icon-airplay {
    display: none !important;
}
.jwplayer .jw-skip {
    height: 2.5em;
}
.jwplayer .jw-skip .jw-text {
    font-size: 19px;
}
.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;
}
.jwplayer.jw-stretch-uniform .jw-media video {
    -o-object-fit: contain !important;
    object-fit: contain !important;
}
.jw-custom-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    width: 36px;
    background-color: #323232b3;
    border-radius: 3px;
    color: #fff;
    pointer-events: all;
    cursor: pointer;
}
.jw-custom-btn .jw-tooltip {
    bottom: 2px;
    right: calc(100% + 10px);
    background: #fff;
    padding: 10px;
    line-height: 1;
    display: none;
}
.jw-custom-btn .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-custom-btn .jw-tooltip .jw-text {
    color: #000;
}
.jw-custom-btn:hover .jw-tooltip {
    display: block;
}
.jw-download-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 2;
}
.jw-hardlink-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: -moz-fit-content;
    width: fit-content;
    background: none;
    z-index: 999999;
}
@media (max-width: 550px) {
    .jw-wrapper:has(.jw-logo) .jw-hardlink-btn {
        left: 5px;
        bottom: 45px;
        right: unset;
    }
}
.jw-hardlink-inner {
    height: 100%;
    align-items: center;
    white-space: nowrap;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 10px;
    background: rgba(0, 0, 0, 0.3);
    border: 4px solid rgba(255, 255, 255, 0.4);
    border-radius: 40px;
    display: flex;
    gap: 5px;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
@media (max-width: 600px) {
    .jw-hardlink-inner {
        font-size: 8px;
        border-width: 2px;
        padding: 0 5px;
        margin-bottom: 0;
    }
}
.jw-controlbar .jw-hardlink-inner {
    height: 34px;
    margin-bottom: 3px;
}
.jw-hardlink-da {
    font-size: 10px;
    font-style: normal;
    background: rgba(255, 255, 255, 0.3);
    padding: 2px 3px;
    border-radius: 50%;
}
.jw-hardlink-da:before {
    content: "AD";
    font-weight: 700;
}
.jw-hardlink-emoji {
    display: inline-flex;
    animation: jwbpulse 1s infinite alternate;
    font-size: 18px;
}
.jw-hardlink-dot {
    --dot-size: 16px;
    display: inline-flex;
    position: relative;
    width: var(--dot-size);
    height: var(--dot-size);
}
.jw-hardlink-dot:before {
    content: "";
    background: red;
    border-radius: 50%;
    height: var(--dot-size);
    width: var(--dot-size);
    position: absolute;
    animation: jwblink 1s infinite alternate;
}
.jw-hardlink-img {
    height: 16px;
    position: relative;
    top: -1px;
    animation: jwbpulse 1s infinite alternate;
}
@keyframes jwblink {
    0% {
        opacity: 0;
        transform: scale(1);
    }
    to {
        opacity: 1;
        transform: scale(1.2);
    }
}
@keyframes jwbpulse {
    0% {
        transform: scale(1);
    }
    to {
        transform: scale(1.3);
    }
}
.jw-hardlink-btn:has(+ .jw-download-btn) {
    margin-right: 56px;
}
.jw-channel-btn {
    position: absolute;
    top: 20px;
    right: 60px;
    z-index: 999999;
    padding: 0 7px;
    width: auto;
    line-height: 1;
    display: none;
}
.jw-breakpoint--1 .jw-channel-btn,
.jw-breakpoint-0 .jw-channel-btn,
.jw-breakpoint-1 .jw-channel-btn,
.jw-breakpoint-2 .jw-channel-btn {
    top: 7px;
    right: 7px;
}
.jw-embed-player .jw-channel-btn {
    top: 48px;
    right: unset;
    left: 20px;
    height: 32px;
}
.jw-embed-player.jw-breakpoint--1 .jw-channel-btn,
.jw-embed-player.jw-breakpoint-0 .jw-channel-btn,
.jw-embed-player.jw-breakpoint-1 .jw-channel-btn,
.jw-embed-player.jw-breakpoint-2 .jw-channel-btn {
    top: 32px;
    left: 10px;
    right: unset;
}
.jw-state-paused .jw-channel-btn,
.jw-state-idle .jw-channel-btn,
.jw-state-complete .jw-channel-btn {
    display: flex;
}
.jw-state-playing:not(.jw-flag-user-inactive) .jw-channel-btn {
    display: flex;
}
.jw-flag-ads .jw-channel-btn {
    display: none !important;
}
.jw-channel-btn-link {
    display: inline-flex;
    align-items: center;
    line-height: 1 !important;
}
.jw-channel-btn-link:before {
    content: "AD";
    display: inline-flex;
    background: red;
    font-size: 12px;
    padding: 5px;
    border-radius: 3px;
    line-height: 1;
    margin-right: 5px;
}
.jwplayer.jw-opened-related .jw-download-btn,
.jwplayer.jw-opened-related .jw-hardlink-btn,
.jwplayer.jw-opened-related .jw-hardlink-inner,
.jwplayer.jw-flag-ads .jw-download-btn,
.jwplayer.jw-flag-ads .jw-hardlink-btn,
.jwplayer.jw-flag-ads .jw-hardlink-inner {
    display: none !important;
}
.jwplayer:has(.jw-hardlink-inner) .jw-controls-logo {
    display: none !important;
}
.jw-related-toggle-button {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    display: none;
}
.jw-related-toggle-button svg {
    width: 20px;
    height: 20px;
}
.jw-state-paused .jw-related-toggle-button,
.jw-state-idle .jw-related-toggle-button,
.jw-state-complete .jw-related-toggle-button {
    display: flex;
}
.jw-state-playing:not(.jw-flag-user-inactive) .jw-related-toggle-button {
    display: flex;
}
.jw-flag-ads .jw-related-toggle-button,
.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, 0.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: 0.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, 0.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, 0.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: 0.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: 0.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, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.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: 0.7;
    pointer-events: none;
}
.jwplayer .jw-next-video {
    position: absolute;
    background: rgba(50, 50, 50, 0.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, 0.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: 0.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, 0.3);
    display: none;
    align-items: center;
    color: #fff;
    font-size: 14px;
    bottom: 15px;
    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-opened-related .jw-logo {
    display: none !important;
}
.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, 0.5);
    text-decoration: none;
}
.jwplayer .jw-title-primary {
    padding: 0;
    opacity: 0.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: 0.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-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, 0.3);
    border-radius: 50%;
    margin: 0 10px;
    padding: 5px;
    color: #fff;
    transition: 0.1s;
}
.jwplayer .jw-display-icon-container .jw-icon-display:disabled {
    opacity: 0.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, 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: 0.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: 0.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: 0.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, 0.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, 0.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, 0.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(0.9);
    transform-origin: top left;
}
.jw-breakpoint-3 .jw-preplay-block {
    width: 210px;
    height: 175px;
}
.jw-breakpoint-3 .jw-preplay-block > * {
    transform: scale(0.7);
    transform-origin: top left;
}
.jw-breakpoint-2 .jw-preplay-block {
    width: 210px;
    height: 175px;
}
.jw-breakpoint-2 .jw-preplay-block > * {
    transform: scale(0.7);
    transform-origin: top left;
}
.jw-breakpoint-1 .jw-preplay-block {
    width: 210px;
    height: 175px;
}
.jw-breakpoint-1 .jw-preplay-block > * {
    transform: scale(0.7);
    transform-origin: top left;
}
.jw-breakpoint-0 .jw-preplay-block {
    width: 210px;
    height: 175px;
}
.jw-breakpoint-0 .jw-preplay-block > * {
    transform: scale(0.7);
    transform-origin: top left;
}
.jw-breakpoint--1 .jw-preplay-block {
    width: 210px;
    height: 175px;
}
.jw-breakpoint--1 .jw-preplay-block > * {
    transform: scale(0.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;
}
.jw-atitle {
    width: -moz-fit-content;
    width: fit-content;
    background-color: #323232b3 !important;
    border-radius: 3px;
    display: flex;
    align-items: center;
    padding: 5px !important;
}
.jw-atitle-a {
    margin-right: 5px;
}
.jw-atitle-a:after {
    display: inline-flex;
    content: "AD";
}
.jw-atitle * {
    text-decoration: none !important;
}
.jw-bbb {
    display: none;
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translate(-50%);
    width: 532px;
    height: 66px;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 100;
}
@media (max-width: 600px) {
    .jw-bbb {
        width: 180px;
        bottom: 58px;
    }
}
.jw-flag-ads .jw-bbb {
    display: none !important;
}
.jw-bbb__da {
    position: absolute;
    bottom: 0;
    left: 0%;
    font-size: 8px;
    font-style: normal;
    background: rgba(0, 0, 0, 0.4);
    padding: 1px 3px;
    z-index: 100;
}
.jw-bbb__da:before {
    content: "AD";
    color: #fff;
    font-weight: 700;
}
.jw-bbb__close {
    position: absolute;
    top: -10px;
    right: -10px;
    color: #fff;
    border: none;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.5);
    width: 20px;
    display: flex;
    height: 20px;
    cursor: pointer;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.jw-bbb__content {
    transform: scale(0.73);
    transform-origin: left top;
    position: absolute;
    left: 0;
    top: 0;
}
@media (max-width: 600px) {
    .jw-bbb__content {
        transform: scale(0.6);
    }
}
.jw-state-playing:not(.jw-flag-user-inactive) .jw-bbb {
    display: flex;
}
.jw-state-paused .jw-bbb {
    display: flex;
}
@media (max-width: 600px) {
    .jwplayer:has(.jw-bbb) .jw-display-controls {
        margin-bottom: 75px;
    }
}
.jw-buble {
    display: none;
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translate(-50%);
    width: var(--jw-banner-width, 90%);
    max-width: var(--jw-banner-max-width, 514px);
    height: 55px;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
@media (max-width: 600px) {
    .jw-buble {
        bottom: 60px;
        height: 45px;
    }
}
.jw-flag-ads .jw-buble {
    display: none !important;
}
.jw-buble__da {
    position: absolute;
    bottom: 0;
    left: 0%;
    font-size: 8px;
    font-style: normal;
    background: rgba(0, 0, 0, 0.4);
    padding: 1px 3px;
}
.jw-buble__da:before {
    content: "AD";
    color: #fff;
    font-weight: 700;
}
.jw-buble__close {
    position: absolute;
    top: -10px;
    right: -10px;
    color: #fff;
    border: none;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.5);
    width: 20px;
    display: flex;
    height: 20px;
    cursor: pointer;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.jw-buble__inner {
    display: flex;
    height: 100%;
    width: 100%;
    padding: 5px;
    gap: 5px;
}
.jw-buble__img {
    width: 80px;
    height: 100%;
    flex-shrink: 0;
}
@media (max-width: 600px) {
    .jw-buble__img {
        width: 62px;
    }
}
.jw-buble__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.jw-buble__right {
    display: flex;
    gap: 5px;
    overflow: hidden;
    justify-content: space-between;
    width: 100%;
}
.jw-buble__content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.jw-buble__title {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    width: 100%;
}
@media (max-width: 600px) {
    .jw-buble__title {
        font-size: 12px;
    }
}
.jw-buble__text {
    color: #cecece;
    font-size: 12px;
}
.jw-buble__text:empty {
    display: none;
}
@media (max-width: 600px) {
    .jw-buble__text {
        font-size: 10px;
    }
}
.jw-buble__button {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    background: var(--jw-banner-button, #fe5461);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 0 10px;
    border-radius: 6px;
    margin: 5px auto;
}
@media (max-width: 600px) {
    .jw-buble__button {
        font-size: 14px;
        margin: 0;
    }
}
.jw-state-playing:not(.jw-flag-user-inactive) .jw-buble {
    display: flex;
}
.jw-state-paused .jw-buble {
    display: flex;
}
@media (max-width: 600px) {
    .jwplayer:has(.jw-buble) .jw-display-controls {
        margin-bottom: 60px;
    }
}
.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 {
    position: relative;
    z-index: 50;
}
.videoplayer-container {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.videoplayer-deleted {
    display: flex;
    height: 100%;
    width: 100%;
    background: black;
    color: #fff;
}
.videoplayer-deleted-block {
    margin: auto;
    text-align: center;
}
.videoplayer-deleted-block .icon svg {
    height: 48px;
    width: 48px;
}
:root {
    --player-color: #0a0a0a;
}
.header__item {
    justify-content: center;
    margin-top: 12px;
}
.header__item .psEsd21s {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.header__item .psEsd21s > :first-child {
    min-height: 105px;
}
.device-phone .header__item {
    display: flex;
    justify-content: center;
}
@media (max-width: 767px) {
    .video-right-top {
        display: flex;
        justify-content: center;
        padding-top: 15px;
    }
    .video-right-top .text {
        font-size: 15px !important;
    }
}
.video-right-top > div:not(:last-child) {
    margin-bottom: 8px;
}
@media (max-width: 767px) {
    .video-right-top > div:first-child + div {
        margin: 0 10px 8px;
    }
}
.video-right-top > div {
    overflow: hidden;
    width: 300px;
    height: 250px;
}
@media (max-width: 1200px) {
    .video-right-top > div {
        width: 210px;
        height: 175px;
    }
    .video-right-top > div > * {
        transform: scale(0.7);
        transform-origin: top left;
    }
}
@media (max-width: 767px) {
    .video-right-top > div {
        width: 180px;
        height: 150px;
    }
    .video-right-top > div > * {
        transform: scale(0.6);
        transform-origin: top left;
    }
}
@media (max-width: 580px) {
    .video-right-top > div {
        width: 150px;
        height: 125px;
    }
    .video-right-top > div > * {
        transform: scale(0.5);
        transform-origin: top left;
    }
}
.video-right-top + h4 {
    margin-top: 4px;
    text-decoration: none;
    display: flex;
    justify-content: center;
}
.video-right-top + h4 a {
    font-size: 12px;
    text-decoration: none;
}
.thumb-slider {
    order: 1;
    width: 100%;
    justify-content: center;
}
.thumb-slider > div {
    margin: 0 auto;
    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;
    margin-bottom: 20px;
}
@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;
    }
}
article[data-v-20ac5ef3] {
    width: 100%;
}
article .headline[data-v-20ac5ef3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
article .headline .arrows[data-v-20ac5ef3] {
    flex-shrink: 0;
    display: none;
    color: #898d90;
}
@media (max-width: 1040px) {
    article .headline .arrows[data-v-20ac5ef3] {
        display: flex;
    }
}
article .headline .arrows :first-child .svg-icon[data-v-20ac5ef3] {
    transform: rotate(180deg);
}
article .headline .arrows button[data-v-20ac5ef3] {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
article .headline .arrows button[data-v-20ac5ef3]:disabled {
    opacity: 0.4;
}
article .headline .arrows button svg[data-v-20ac5ef3] {
    width: 20px;
    height: 20px;
}
article section[data-v-20ac5ef3] {
    display: flex;
    overflow-x: scroll;
}
article section[data-v-20ac5ef3]::-webkit-scrollbar {
    display: none;
}
article section > div[data-v-20ac5ef3] {
    display: flex;
    margin: 0 auto;
}
article section > div > div[data-v-20ac5ef3] {
    margin: 0 4px;
    overflow: hidden;
}
article section > div > div[data-v-20ac5ef3]:first-of-type {
    margin-left: 0;
}
article section > div > div[data-v-20ac5ef3]:last-of-type {
    margin-right: 0;
}
article section > div > div[data-v-20ac5ef3] :first-child {
    transform-origin: top left;
}
.fah-btn {
    position: relative;
    margin-bottom: 15px;
}
.fah-btn__label {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 10px;
    padding: 0 3px;
}
@media (max-width: 400px) {
    .fh-button {
        display: none;
    }
    .fh-line1,
    .fh-line2,
    .fh-line3,
    .fh-line4 {
        padding: 3px;
    }
}
.pwa-ad {
    padding: 0 !important;
}
.fh-line {
    display: block;
    width: 100%;
    min-height: 45px;
    margin: 0 0 5px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.fh-nomargin {
    margin: 0;
}
.fh-line1,
.fh-line2,
.fh-line3,
.fh-line4 {
    display: block;
    background-position: 50% 50%;
    padding: 10px;
}
.fh-line1 {
    background-image: url(https://cdn-fc.com/creatives/bar/images/bg1.png);
}
.fh-line2 {
    background-image: url(https://cdn-fc.com/creatives/bar/images/bg2.png);
}
.fh-line3 {
    background-image: url(https://cdn-fc.com/creatives/bar/images/bg3.png);
}
.fh-line4 {
    background-image: url(https://cdn-fc.com/creatives/bar/images/bg4.png);
}
.fh-i {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 2px -4px;
}
.fh-i.fh-i-love {
    background: url(https://cdn-fc.com/creatives/bar/images/icon-love.png) no-repeat 50% 50%;
    background-size: contain;
}
.fh-i.fh-i-fire {
    background: url(https://cdn-fc.com/creatives/bar/images/icon-fire.png) no-repeat 50% 50%;
    background-size: contain;
}
.fh-i.fh-i-fear {
    background: url(https://cdn-fc.com/creatives/bar/images/icon-fear.png) no-repeat 50% 50%;
    background-size: contain;
}
.fh-i.fh-i-champaign {
    background: url(https://cdn-fc.com/creatives/bar/images/icon-champaign.png) no-repeat 50% 50%;
    background-size: contain;
}
.fh-i.fh-i-glasses {
    background: url(https://cdn-fc.com/creatives/bar/images/icon-glasses.png) no-repeat 50% 50%;
    background-size: contain;
}
.fh-special {
    font-weight: 700;
    color: #ffcd00;
}
.fh-button {
    display: inline-block;
    padding: 0 10px;
    border-radius: 3px;
    white-space: nowrap;
}
.fh-button1 {
    background: #f7000a;
}
.fh-button2 {
    background: #ffcd00;
    color: #f7000a;
}
.fh-button3 {
    background: #ffcd00;
    color: #000;
}
.fh-line {
    min-height: 30px;
    font-size: 14px;
    line-height: 20px;
}
@media (max-width: 600px) {
    .fh-line {
        font-size: 12px;
    }
}
.fh-line1,
.fh-line2,
.fh-line3,
.fh-line4 {
    padding: 5px;
    background-size: cover;
}
@media (max-width: 600px) {
    .fh-line {
        font-size: 12px !important;
    }
    .fh-line div {
        font-size: 0 !important;
        display: flex;
        gap: 1px;
        justify-content: center;
    }
    .fh-line div span {
        font-size: 11px !important;
    }
}
@media (min-width: 600px) {
    .fh-mobile {
        display: none;
    }
}
._slider_1vzy4_1 {
    position: relative;
}
._slider_wrap_1vzy4_4 {
    display: flex;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
}
._slider_wrap_1vzy4_4 > * {
    scroll-snap-align: start;
}
._slider_button_1vzy4_15 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: calc(32% - 20px);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #222225;
    cursor: pointer;
}
._slider_button_1vzy4_15 svg {
    width: 16px !important;
    height: 16px !important;
}
._slider_button_1vzy4_15:hover {
    color: #fff !important;
}
._slider_button_prev_1vzy4_34 {
    left: -50px;
}
._slider_button_prev_1vzy4_34 svg {
    transform: rotate(180deg);
}
._slider_button_next_1vzy4_40 {
    right: -50px;
}
@media (max-width: 1678px) {
    ._slider_button_prev_1vzy4_34 {
        left: 10px;
    }
    ._slider_button_next_1vzy4_40 {
        right: 10px;
    }
}
._headline_1tl08_1 h2 {
    display: flex;
    justify-content: start;
    gap: 5px;
    flex-wrap: wrap;
    align-items: center;
    flex-grow: 1;
    margin-bottom: 10px;
}
._adlabel_1tl08_11 {
    margin-left: 5px;
    background-color: #222225;
    color: #868a8d;
    border-radius: 5px;
    padding: 0 5px;
    font-weight: 400;
    font-size: 14px;
    align-self: start;
}
._thumb_1tl08_22 {
    flex-shrink: 0;
    width: 90%;
}
@media (min-width: 429px) {
    ._thumb_1tl08_22 {
        width: 45%;
    }
}
@media (min-width: 769px) {
    ._thumb_1tl08_22 {
        width: 25%;
    }
}
@media (min-width: 1025px) {
    ._thumb_1tl08_22 {
        width: 20%;
    }
}
._thumb_img_1tl08_42 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.video-page {
    width: 100%;
    margin: 20px 0 0;
}
@media (max-width: 1024px) {
    .video-page {
        margin: 12px 0 0;
    }
}
.video-page__content {
    display: flex;
}
@media (max-width: 428px) {
    .video-page__content {
        width: calc(100% + 20px);
        margin: 0 -10px;
    }
}
.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;
}
@media (min-width: 1600px) {
    .video-page__content > .left .videoplayer {
        max-height: 650px;
    }
}
@media (min-width: 1600px) {
    .video-page__content > .left .videoplayer.noadv {
        padding-top: 0;
        height: 650px;
    }
}
.video-page__content > .left .jwplayer {
    display: block !important;
}
.video-page__content > .left + .right {
    margin-left: 10px;
}
.video-page__content > .right {
    max-width: fit-content;
}
.video-page__related {
    width: 100%;
}
.video-page__related .btn {
    text-transform: capitalize;
    background: #fff !important;
    border-radius: 20px;
}
.video-page__related .btn .svg-icon {
    width: 20px;
    height: 20px;
    margin-left: 8px;
}
.video-page__related .btn--down .svg-icon {
    color: #333;
    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;
}
@media (max-width: 767px) {
    .video-page__content {
        flex-direction: column;
        align-items: center;
    }
    .video-page__content .right {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 10px 0 !important;
    }
}
.device-phone .left {
    max-width: 100%;
}
/* Genel SVG boyutları */
 .svg-icon {
     width: 24px;
     height: 24px;
     display: inline-block;
     vertical-align: middle;
     fill: currentColor;
 }
 /* Hamburger menü ikonu boyutu */
 .burger .svg-icon {
     width: 36px;
     height: 36px;
 }

 /* -------------------------------------------
    ORİJİNAL SİTEYE UYGUN YAN MENÜ (SIDEBAR)
    ------------------------------------------- */
 .sidebar {
     position: fixed !important;
     top: 60px; /* Header yüksekliği */
     left: -300px; /* Ekranda görünmemesi için dışarıda başlatıyoruz */
     width: 260px;
     height: calc(100vh - 60px);
     background-color: #191D20 !important; /* Orijinal koyu arka plan */
     z-index: 1001;
     transition: left 0.3s ease-in-out; /* Kayma efekti */
     overflow-y: auto;
     display: block !important;
     padding: 10px 0;
     box-shadow: 2px 0 10px rgba(0,0,0,0.5);
 }
 /* Menü açıldığında alacağı class */
 .sidebar.active {
     left: 0;
 }

 /* Menü ikonları ve yazıları hizalama */
 .navigation__icon .svg-icon {
     width: 22px;
     height: 22px;
 }
 .navigation__item {
     display: flex;
     align-items: center;
     gap: 15px;
     padding: 12px 20px;
     color: #fff;
     text-decoration: none;
     transition: background 0.2s;
 }
 .navigation__item:hover {
     background-color: #2c3136; /* Üzerine gelince hafif parlama */
 }

 /* Arka planı karartan Overlay */
 .sidebar-overlay {
     position: fixed;
     top: 60px;
     left: 0;
     width: 100vw;
     height: calc(100vh - 60px);
     background-color: rgba(0, 0, 0, 0.7);
     z-index: 1000;
     visibility: hidden;
     opacity: 0;
     transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
 }
 .sidebar-overlay.active {
     visibility: visible;
     opacity: 1;
 }

 /* İstatistik İkonları */
 .thumb__statistics span svg {
     width: 14px;
     height: 14px;
     margin-right: 4px;
 }

/* -------------------------------------------
    MOBİL HAMBURGER MENÜ ARAMA KUTUSU
    ------------------------------------------- */
 .sidebar-search {
     display: none; /* Masaüstünde gizli tutuyoruz, çünkü header'da var */
     padding: 15px 20px;
     border-bottom: 1px solid #2c3136; /* Menü ile arasına hafif bir çizgi */
     margin-bottom: 10px;
 }
 .sidebar-search__form {
     display: flex;
     background-color: #23272b; /* Koyu tema arama kutusu arka planı */
     border-radius: 20px; /* Yuvarlak köşeler */
     overflow: hidden;
     border: 1px solid #3a3f44;
 }
 .sidebar-search__form input {
     flex: 1;
     background: transparent;
     border: none;
     color: #fff;
     padding: 10px 15px;
     outline: none;
     font-size: 14px;
 }
 .sidebar-search__form button {
     background: transparent;
     border: none;
     color: #848484; /* Orijinal ikon rengi */
     padding: 0 15px;
     cursor: pointer;
     display: flex;
     align-items: center;
     justify-content: center;
 }
 .sidebar-search__form button:hover {
     color: #fff;
 }

 /* Ekran 768px'den küçükse (Mobil görünüm) menüdeki aramayı göster */
 @media (max-width: 768px) {
     .sidebar-search {
         display: block;
     }
 }

@media (max-width: 768px) {
     .header .logo {
         display: flex !important;
         align-items: center;
         visibility: visible !important;
         opacity: 1 !important;
         flex-shrink: 0;
     }
     .header .logo .img {
         display: block !important;
         width: 140px !important; /* Logonun genişliği */
         height: 35px !important; /* Logonun yüksekliği */
         background-size: contain !important;
         background-repeat: no-repeat !important;
         background-position: left center !important;
     }
 }

@media (max-width: 1024px) {
     .header__container .logo .img {
         background: revert !important;

         /* Boyutları orijinal mobil görünüme uygun tutalım */
         width: 170px !important;
         height: 30px !important;
         background-size: contain !important;
     }
 }


.thumbs {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)) !important;
    gap: 20px !important;
    margin: 0 !important; /* ÖNEMLİ: Eski -4px margin değerini sıfırladık, çizginin sebebi buydu */
    padding: 0 !important;
}

.thumb { 
    display: flex !important; 
    flex-direction: column !important; 
    width: 100% !important; /* Eski %20, %25 gibi değerleri ezer */
    padding: 0 !important; /* Eski 4px padding değerini ezer, taşmayı önler */
    margin-bottom: 0 !important;
    text-decoration: none; 
@media (max-width: 1024px) { .thumb { width: 33.33% !important; flex: 0 0 33.33% !important; } }
@media (max-width: 768px) { .thumb { width: 50% !important; flex: 0 0 50% !important; padding: 0 5px !important; } .thumbs { margin: 0 -5px !important; } }
}

.thumb a { text-decoration: none; }
.thumb__img {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    background-color: #23272b;
    border-radius: 4px;
    overflow: hidden;
}
/* Thumbnail resimlerinin bozuk görünmemesi için eklenen ayar */
.thumb__img img { 
    width: 100% !important; 
    height: 100% !important; 
    object-fit: cover !important; 
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    transform: none !important; /* Eski transform değerlerini ezer */
}
        .thumb__duration { position: absolute; bottom: 8px; right: 8px; background: rgba(0,0,0,0.8); color: #fff; padding: 2px 6px; font-size: 12px; border-radius: 4px; }
        .thumb__info { padding: 10px 0; }
        .thumb__title { color: #fff; font-size: 14px; font-weight: 500; margin-bottom: 5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .thumb__statistics { display: flex; gap: 15px; color: #848484; font-size: 12px; }

        @media (max-width: 768px) {
            .sidebar-search { display: block; }
            .thumbs { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)) !important; gap: 10px !important; }
        }
/* Çerez Bildirimi Tasarımı */
.cookies-notify {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 99999; /* En üstte durması için */
    background-color: #1a1a1a; /* Koyu arka plan */
    border: 1px solid #333;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    gap: 15px;
    max-width: 500px;
    color: #e0e0e0;
}

.cookies-notify p {
    margin: 0;
    font-size: 13px;
    line-height: 1.4;
}

.cookies-notify__btn {
    background-color: #ff3b3b; /* Sitenizdeki kırmızı renk tonu */
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.2s;
    flex-shrink: 0;
}

.cookies-notify__btn:hover {
    background-color: #e03131;
}

/* Mobilde alt alta geçmesi için */
@media (max-width: 576px) {
    .cookies-notify {
        flex-direction: column;
        align-items: flex-start;
        right: 20px;
        bottom: 10px;
        left: 10px;
        right: 10px;
    }
    .cookies-notify__btn {
        width: 100%;
    }
}